Jump to content

[SOLVED] ?inurl


pchopder

Recommended Posts

Hey guys and gals, I was just wondering how do I manage to set something like http://example.exm/index.php?entext=hi there&emtext=ex name

 

and for it to read correctly on another page like

$message=$GET_['entext'];

$message2=$GET_['emtext'];

print "$message";

print "$message2";

displaying : hi there ex name

 

or something I'm lost x.x

Link to comment
https://forums.phpfreaks.com/topic/85239-solved-inurl/
Share on other sites

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.