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 I wonder if $_GET['serversn'] can be assigned to a variable ? YEP I CAN ! Sweeeeet ! Code: $serversn=$_GET['serversn']; |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
PHP logic not working - jhonny - 2014-06-20, 09:02
RE: PHP logic not working - mastacontrola - 2014-06-20, 11:25
RE: PHP logic not working - jhonny - 2014-06-20 12:01
RE: PHP logic not working - mastacontrola - 2014-06-20, 12:45
|
User(s) browsing this thread: 3 Guest(s)