M Makoto Yoshimoto Guest Dec 30, 2008 #1 what you need to do is use cookies or start a session. I cant remember the code for that off the top of my head, but www.tizag.com has some great resources for you
what you need to do is use cookies or start a session. I cant remember the code for that off the top of my head, but www.tizag.com has some great resources for you
S superfixnow Guest Dec 30, 2008 #2 I have some code <?php $num++; ?> that I want to increment everytime the page goes by. However, after some debug code... <?php echo "num = $num"; $num++; "num = $num"; ?> results in: num = num = 1 everytime. How do you fix this?
I have some code <?php $num++; ?> that I want to increment everytime the page goes by. However, after some debug code... <?php echo "num = $num"; $num++; "num = $num"; ?> results in: num = num = 1 everytime. How do you fix this?