PDA

View Full Version : mysql to mysql


john28
01-30-2003, 08:06 PM
Hi

Is it possible to have a php script access one mysql database grab some info like for example username and password details,then put them in another mysql database, both of these databases are on my site and i want to make life easy for my users, so they only have to sign up once.

Thanks in advance

John

PipeTen
01-30-2003, 08:34 PM
just mysql_select_db() (http://uk.php.net/manual/en/ref.mysql.php) between db's ..

need more info ?
just post back :D