Forum: PHP 26 Days Ago |
| Replies: 7 Views: 276 OK .. that's your choice. It is simply good practice.
D |
Forum: PHP 26 Days Ago |
| Replies: 3 Views: 210 I have tried using quotes but that did not work either.
Phorm is not really a templating engine. It is simply a big PHP script that handles various types of form submits. See... |
Forum: PHP 26 Days Ago |
| Replies: 7 Views: 276 Yes but obviously, not until you are finished with it. You should also test whether a session has already been started or not before you try and start another one i.e.
if (!isset($_SESSION)) {
... |
Forum: PHP 26 Days Ago |
| Replies: 3 Views: 210 Hi,
I don't know if I have just been working too much or have gone brain dead (or both), but the solution to this eludes me.
I am using PHORM ( a PHP form processor) which uses variable... |
Forum: PHP 26 Days Ago |
| Replies: 7 Views: 276 Did you start the session on all the pages where you need to access your session variables?
Dave |