Jump to content

[SOLVED] How does this work?


forumnz

Recommended Posts

it uses the "option" variable to send a query string to the "index.php" page.

 

basic example (put this in your "index.php" to see results):

 

<?php

$option1 = $_GET['option'];

echo "$option1";

?>

 

you can use the string variable and value for multiple php purposes.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.