This is a discussion on $_SESSOIN & $_POST not working within the Windows Web Servers forums, part of the Web Server and Related Forums category; Sorry I was in a hurry the first post here it is cleaned up: well I have my php working ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Sorry I was in a hurry the first post here it is cleaned up:
well I have my php working somewhat in my localhost, but it didn't pass value using $_POST or $_SESSION i also don't know if : text/css is on or working or any of this code below is working if(isset($_GET["n"])) $n=$_GET["n"]; if(isset($_GET["letters"])) $letters=$_GET["letters"]; if(!isset($letters)) $letters=""; if(isset($PHP_SELF)) $self=$PHP_SELF; else $self=$_SERVER["PHP_SELF"]; also I printed out my php info and my where it says : PHP_SELF it says (no value) so I guess this is turned off or something |