You can copy the images from one server to the other one using and FTP library. If these images are stored on the db, itself it's simpler, just open 2 DB connections and copy the fields.
I hope it helped
-------------------------------------
xatcom.net, diseño web
User Profile
Collapse
-
I never used it, but, can't you just capture the data from the textarea?
-------------------------------------
xatcom.net, diseño webLeave a comment:
-
It's true, you should ensure that the data is correct before launch the query, otherwise you can have even security problems on your Database system.
Anyway you can check a response:
Code:$result = mysql_query("SELECT....",$db); if ($result===false) { echo "error!" } else { //actions.... }
-------------------------------------...Leave a comment:
-
You can also use the funcion imagecopyresamp led() from the GD lib.
http://php.net/manual/en/function.im...yresampled.php
-------------------------------------
xatcom.net, diseño web...Leave a comment:
-
Could you please, provide more information and maybe some code in order us to be able to help to you?
Thanks
-------------------------------------
[removed link]Leave a comment:
No activity results to display
Show More
Leave a comment: