Mombu the Php Forum

Go Back   Mombu the Php Forum > Php > PHP $_GET
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 5th November 02:48
korndragon
External User
 
Posts: 1
Default PHP $_GET



Link:
http://korndragon.com/resources/register.php?refer=1

Code:
if(isset($_GET['refer'])){
echo "Referrer: " . $_GET['refer'];
}

Problem:
I can't get the get variable to save to the database. I'd rather not
use a cookie if possible, a session is alright.
  Reply With Quote


 


2 5th November 02:48
wilm roffel
External User
 
Posts: 1
Default PHP $_GET



"KoRnDragon" <korndragon@gmail.com> schreef in bericht
news:9d552673-7142-409c-8506-9ab93f2813e6@h11g2000prf.googlegroups.com...


Why don't you use $_POST?
  Reply With Quote


 


Reply


Thread Tools
Display Modes




666