Mihai
02-12-2008, 02:15 AM
hi.
I have 2 php scripts that use the same DB,
and i want to mash this scripts togheder but i have problems because both of this scripts are registering users. One with the functions name $id and $pass , and the second one function test_users $id ( username ).
My questions is how to use the same id for both, were first $id= test_users - $id ?
Do i have to modifie in SQL ?
I have 2 php scripts that use the same DB,
and i want to mash this scripts togheder but i have problems because both of this scripts are registering users. One with the functions name $id and $pass , and the second one function test_users $id ( username ).
My questions is how to use the same id for both, were first $id= test_users - $id ?
Do i have to modifie in SQL ?