PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have checked that sessions are enabled in the php.ini file, which it is, and I'm unable to print out any data stored inside of the $_SESSION variable.
It could be because I have to access my site through an online proxy. If I go straight to my domain or IP I get my routers setup page. Would you mind trying for me.
Don't know. It'll just be hassle to FTP over the complete files to the live web server once they're complete.
I'm writing 2-3 full working scripts at the minute and loads of few lines scripts for learning and testing.
btw, i was having serious session/cookies problems when i was creating my system locally. make a quick script to delete your sessions and clear your cookies and everything on your browser(s)
impulse() wrote:Don't know. It'll just be hassle to FTP over the complete files to the live web server once they're complete.
I'm writing 2-3 full working scripts at the minute and loads of few lines scripts for learning and testing.
And why do you want to upload your two-lines-learning-scripts to a "live server"?
I always prefer to write local and upload when finished if possible. Waiting 5 seconds to upload every time you make a little change and then having to load the page from the server is a pain.