How to combine more than one php files as one php file?

Guna

New member
I have 3 php file fore uploading an image in to mysql database..
3 file are
1.test_image.php as form file..
2.test_image_createdb.php for uploading image into the database
3.test_viewer.php for viewing the uploaded image.

Now i want to club all these files together, and show as one file, which will act as form,upload and view within the page...

Thanking You..
 
Back
Top