yuu Posted March 16, 2007 Share Posted March 16, 2007 Hi, What can this thing do? Can someone point me to a manual in which I can read? Thanks! Link to comment https://forums.phpfreaks.com/topic/42972-filephpaction/ Share on other sites More sharing options...
tauchai83 Posted March 16, 2007 Share Posted March 16, 2007 hello, actually what do you want know? hehe.. you mean file.php?action=update? delete? you create a URL ok? maybe you should see this: $_GET ..... $_GET = http://www.phpfreaks.com/forums/index.php/topic,106521.0.html Link to comment https://forums.phpfreaks.com/topic/42972-filephpaction/#findComment-208712 Share on other sites More sharing options...
DeathStar Posted March 16, 2007 Share Posted March 16, 2007 Its not always just file.php?action=... , It can be anything ex: file.php?file=login&submit=true . That would be doen liek this (I think :\) if ($_GET['file']=login){ print "The login page";} elseif ($_GET['file']=login&submit=true){ mysql_....} there are many things related to this what exactly do you want to know of it? Link to comment https://forums.phpfreaks.com/topic/42972-filephpaction/#findComment-208716 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.