PDA

View Full Version : MySQL on secure server


sanblasena
3-7-03, 12:04 AM
Hi,
I wrote a shopping cart in PHP/MySQL. Everything seems to be working fine except when I try to access my database from the secure server it doesn't bring back any rows. The same code works fine on the regular server. Do I need to do something different to connect and access my database on the secure server? Thanks, Pat

James
3-7-03, 04:30 AM
The secure and regular server are the same server. How you access the PHP or CGI scripts makes no difference as to how the connect to the mysql database so this problem does not make sense. It sounds like there is another problem. You need to provide more information or send an email to technical support.

sanblasena
3-7-03, 03:47 PM
Hmm, Looks like I am picking up a different session Id when I'm in the secure server and that's why I'm not getting my data - Its by session id. Maybe I should pass the session id from the shopping cart. what do you think? thanks for your help. Pat