Current Page: 1 of 1
Results 1 - 6 of 6
18 years ago
cstewart
YEA AM HAVING THE SAME PROBLEM CAN YOU HELP IS YOU GOT THE SOLUTION? <? session_start(); // Use $HTTP_SESSION_VARS with PHP 4.0.6 or less if (!isset($_SESSION['count'])) { $_SESSION['count'] = 0; } else { $_SESSION['count']++; } #phpinfo();?>
Forum: WampServer English
18 years ago
cstewart
am having the same problem <? session_start(); // Use $HTTP_SESSION_VARS with PHP 4.0.6 or less if (!isset($_SESSION['count'])) { $_SESSION['count'] = 0; } else { $_SESSION['count']++; } #phpinfo();?> this script is not working but on my online site it works'
Forum: WampServer English
18 years ago
cstewart
hey man thats you answer here take care .............. <form action="" method="post"> Enter your name:<BR> <input TYPE=TEXT NAME="username" value="username" ><BR> <input TYPE=SUBMIT VALUE="Submit Data"><BR> </FORM> <BR><BR> You Typed: <?php echo($_POST); ?>
Forum: WampServer English
18 years ago
cstewart
am having the same problem did you get a solution?? session_start(); // Use $HTTP_SESSION_VARS with PHP 4.0.6 or less if (!isset($_SESSION['count'])) { $_SESSION['count'] = 0; } else { $_SESSION['count']++; } this codes work of my online website but it would not show on my local host i try php 4 and 5 and they all produce a blank page
Forum: WampServer English
18 years ago
cstewart
I try running this script on my wap5 server i just install (on my local machine) and its not showing any thing, but it shows on my online site can any one tell me whats wrong?? session_start(); // Use $HTTP_SESSION_VARS with PHP 4.0.6 or less if (!isset($_SESSION['count'])) { $_SESSION['count'] = 0; } else { $_SESSION['count']++; }
Forum: WampServer English
18 years ago
cstewart
am using sessions and am getting errors take a look at it please; some of the codes that i have on my site works fine on my online host by it does not work on my local wamp server does any body have a clue as to wat the problem is ?? i would be real thankfull; <?php session_start(); print($counter); $counter++; session_register("counter" ?>
Forum: WampServer English
Current Page: 1 of 1