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
Johnjust mysql_select_db() (<!-- m --><a class="postlink" href="http://uk.php.net/manual/en/ref.mysql.php">http://uk.php.net/manual/en/ref.mysql.php</a><!-- m -->) between db's ..
need more info ?
just post back
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
Johnjust mysql_select_db() (<!-- m --><a class="postlink" href="http://uk.php.net/manual/en/ref.mysql.php">http://uk.php.net/manual/en/ref.mysql.php</a><!-- m -->) between db's ..
need more info ?
just post back