Hi,
I tested my PHP codes on my own Linux machine, but they don't work on my hosted website.
I need Search and Login buttons. But all buttons don't redirect to search.php and login.php, only give blank page without error message. The strange thing is I can directly load search.php and login.php, but again buttons won't work on these pages. I think the problem is related to session. The website server seesion setup 'session.use_trans_sid on', my Linux 'session.use_trans_sid off'. But this may not be the root cause, because I tried ini_set('session.use_trans_sid', false); it doesn't help.
The website server PHP is 4.3.1
My PHP is 4.3.0
I appreciate if anyone can throw me some hints.