> Exactly.. that IS the problem.
> You see, my mySQL DB on the Server/Internet, on my
> website.. it DOES NOT allow Remote Host Connection.
> That's why i need to use a PHP page, that too based on
> the server. Because i need to move tabel data on my
> Client/My Computer to the Tables on my Website mySQL.

Just use mysqldump, like someone else suggested. Dump your local
database, upload it, and import it. 

Any PHP solution isn't going to be 100% dependable, because you will run
into the 30 second time limit on scripts. You can't really get that many
queries done in 30 seconds...

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to