Jump to content

to tired to think... loading $_GET into array


blueman378

Recommended Posts

opps, basically so i can pull bits of information out easily rather than writing it as

$number = $_GET["phone"];
$title = $_GET["title"];
$descr = $_GET["description"];
$finish = $_GET["finish"];

and i dont like using the whole $_GET["description"];

 

to pull the information id rather have a array called info that i can pull it out of

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.