hello
I'm looking to put a string into a database. It is uploadig the static path to an image. Thus, it takes the name of the image, and I need to put that onto the end of a URL (to make the direct path to the image) and then insert that URL into the database.
Then I get the results through, they look like this:
$file = $form1;
$url = "http://www.mydomain.com/uploads/";
How can I put these two together to get,
http://www.mydomain.com/uploads/image.jpg (assuming that $form1 was image.jpg)
Thanks for your help in advance. I think it is quite simple, but I just don't know where to start.
Cheers
Hamish
__________________
Please login or register to view this content. Registration is FREE secure and fully automated computer data backup for small and medium sized companies.
Please login or register to view this content. Registration is FREE
|