[PHP] $_GET && $_POST

Place for questions and answers for all newcomers and new coders. This is a free for all forum, no question is too stupid and to noob.
Post Reply
djand3y93
Posts: 16
Joined: Tue Nov 02, 2010 6:20 pm

[PHP] $_GET && $_POST

Post by djand3y93 »

Hello.

Can someone make a tutorial with this 2 function and to explain better this expresion test.php?example=1

Thanks!
User avatar
Callan S.
Posts: 2043
Joined: Sun Jan 24, 2010 5:43 am

Re: [PHP] $_GET && $_POST

Post by Callan S. »

with get, if you use that link then have this in your code

Code: Select all

if (isset($_GET['example'])) $dummyvalue=$_GET['example'];
You can find if someone used it and what value they put into it, if any.
Fight Cycle : My latest Browser game WIP
Driftwurld : My Browser Game WIP
Philosopher Gamer : My Blog
Post Reply

Return to “Beginner Help and Support”