[PHP-DB] Cross DB application

2002-04-15 Thread Arcadius A.
Hello ! I'm planning to write a database application for MySQL, and then port it to PostrgeSQL. Is there any library or class that could help me to write/maintain just one source code for both MySQL and PostgreSQL ? Thanks. ARcadius -- PHP Database Mailing List (http://www.php.net/) To uns

[PHP-DB] MySQL DB CleanUp Help!

2001-08-22 Thread Arcadius A.
Hello ! I'd like to automatically delete old entries from my MySQL Is there any special funcion in PHP or MySQl for doing that ? For that purpose, I've created a PHP script (form) that delete old entries when I submit a form ... but I'd like the scrip to do the job periodically(for instance

[PHP-DB] PHP can connect ONLY to MySQL at LOCALHOST !!!

2001-12-08 Thread Arcadius A.
Hello ! How can I set up PHP so that it can connect to MySQL database on romote hosts ? in mysql_connect("the_remote_hostname" , "username" , "password") , the hostname is ignored PHP just connects to my localhost , not to the_remote_host (I'm using PHP4.06 on FreeBSD with APACHE 1.3) Tha

[PHP-DB] Re: PHP can connect ONLY to MySQL at LOCALHOST !!!

2001-12-08 Thread Arcadius A.
Ah ! I got it ... perhaps , the user has no remote access right to the DB.. Arcad -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]