Post By admin | Find Under: PHP

Generally we fetch data from MySQL table and display the fetch records in rows one by one. But sometimes we need to display the records horizontally as per the image below.

Email1 Email2
Email3 Email4
Email5 Email6

Read the rest of this article

Post By admin | Find Under: PHP

Think about Google or Yahoo search. Every time whenever we put any words to search from Google or Yahoo, it tries to suggest on the basis of our input keyword. We can design & develop same type of search or any input text box with this auto suggest feature in PHP & MySQL.

Here I am defining all the required codes step by step.
Read the rest of this article

Post By admin | Find Under: PHP

Many a time we need to create thumbnail of the uploaded images on the fly. In a simple method we need to create thumbnail at the time of uploading images. We can do this simply in PHP.
The required steps are as follows:
Make a folder named ‘images’ inside your web directory.
Make a sub folder named ‘thumbs’ inside‘images’ folder’.
Create a PHP page for example‘thumbnail.php’ inside your root folder.
Now place the following codes in‘thumbnail.php’.
It’s done. Now run the thumbnail.php file through your browser http://yourdomain.com/thumbnail.php
Read the rest of this article

Post By admin | Find Under: Wordpress

Do you want to add a blog in our OSCOMMERCE store with a same style of your store?
It’s quite easy to integrate this. Just need to follow the steps:
1. Create a Folder named ‘blog’ inside your catalog directory.
2. upload the wordpress package inside this blog folder.
3. Install the wordpress typing the addressy in your browser’s URL:

http://www.yourdomain.com/blog

4. After wordpress installation login to the WordPress Admin Panel.
5. Go to Options->General->Blog Address (URI) and put here

http://www.yourdomain.com/blog.php

Read the rest of this article

Page 8 of 8« First...45678