I tested my PHP codes on my home linux box, they all worked fine. But they don't work on my hosted website.
I have Sessions in my code. I need search, login, and shopping cart function. Home page works with PHP/MySQL, but buttons like search, login don't work (blank page with PHPSESSID=****** in the URL). Strange is I can load my login.php and search.php directly, but again buttons in these page don't work and only give blank page.
I guess I have session problem.
Can anyone give me some hints? How to setup or write sessions in this case?
Thanks in advance!