hello<BR>i'm writing a radio station playlist logging program and i only want one DJ to be able to access the 'current playlist' editing page at any given time. I thought of doing this with sessions, ...
I'm trying to setup php with sessions on my home computer. I've got php working, but I can't seem to get the configuration for sessions right. I know the code works because I've tested against a ...
When you execute a PHP script from another PHP script and pass data using URL parameters, those parameters are visible on the address bar. A user can see and change the parameters. It's possible to ...