Posted by Gordon Burditt on 12/27/06 04:52
>>My question is why is php refusing to display user name and email when
>>it is stored successfully in the database and yet it displays user
>>number from 1st database and message from 2nd database.
>>
>>I have tested the script with other username and email and it works
>>fine! But it doesn't work with this particular user!
Does your code depend on PHP sessions or cookies? You said you've
got two servers on two different IP addresses. Cookies set by one
IP may not be sent back to the other IP, depending on domain and
browser settings. If this is the problem, it's not a PHP bug, it's
a browser security feature.
Or maybe I'm completely off base here. You didn't show any code.
Navigation:
[Reply to this message]
|