$_GET problem

$_GET problem SearchSearch
Author Message
llycel sarifa
New member
Username: Ren

Post Number: 1
Registered: 12-2010
Posted on Wednesday, December 29, 2010 - 02:24 am:   

Good day! I have set my command to execute as http://127.0.0.1:8800/php_project/tests.php?SENDER=@@SENDER@@

in the php script, I have
<?php

$a = $_GET['SENDER'];
echo $a;
?>

When I try it, it says... Undefined Index in the $_GET['SENDER'] part. Can anyone please explain why? Thank you!
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2789
Registered: 08-2008
Posted on Wednesday, December 29, 2010 - 03:45 pm:   

See the example at http://support.nowsms.com/discus/messages/1/3991.html