Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP logic not working
2014-06-20, 12:01 (This post was last modified: 2014-06-20 12:04 by jhonny.)
Post: #3
RE: PHP logic not working
AWESOME ! Thank you so much !

I use the following command to invoke the php script and it works like a charm !:

Code:
chain http://192.168.1.2/boot.php?serversn={serial}

Now when i run:

Code:
echo strlen($_GET['serversn']);

I get the correct length Smile

I wonder if $_GET['serversn'] can be assigned to a variable ?
YEP I CAN ! Sweeeeet !

Code:
$serversn=$_GET['serversn'];
print "echo $serversn";
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
PHP logic not working - jhonny - 2014-06-20, 09:02
RE: PHP logic not working - jhonny - 2014-06-20 12:01



User(s) browsing this thread: 1 Guest(s)