What kinda of code would I use to upload a file and then have it embeded in to a webpage. Allowing you to have different images on each different website.
For the upload you'd read the manual, there's an explenation how to do it under "handling file uploads"
As for the embedding, just print an image link in the html the file, that points to the file you saved on disk after the upload.
Well what if I wanted to embed the image into a certain place in the HTML file. Let's say I set up a form for a real estate agent, and they want to be able to upload there listings with a picture. What if they wanted to add multiple listings with multiple forms, and still be able to upload different pictures? Well if you set-up the HTML file to view only that one picture, you wont be able to do this. I want to be able to have them upload more then one pics, and then have it embedded into the page automatically. Can anyone help?
Methinks you are thinking of using templates or a nice database-driven site.