Need script for photos

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Squirrell
Forum Newbie
Posts: 1
Joined: Thu Nov 27, 2003 12:19 pm
Location: London, now in Spain
Contact:

Need script for photos

Post by Squirrell »

Hi All!

I'm makeing a Real Estate site design, and i want to know how to make a script to upload photos and make them work on the page.
like this: index.php?id=1&img=1
index.php?id=2&img=1
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

you need to read the forum guidelines, this is not a forum to have other people write code for you, if you want to hire someone to code a page to do this for you then go to the jobs catorgory, you post here if you write a script and you need help fixing it
User avatar
William
Forum Contributor
Posts: 332
Joined: Sat Oct 25, 2003 4:03 am
Location: New York City

hehehe

Post by William »

You might want to try http://www.php.net/manual/en/features.file-upload.php. It covers file uploading.

-The Hidden Viper
Post Reply