Page 2 of 2

Re: url hostname

Posted: Tue May 05, 2015 2:16 pm
by ssax
You are passing command line arguments, it is not a post or get. I assumed you were calling another server by URL.

Use $argv:

Code: Select all

var_dump($argv)
http://php.net/manual/en/reserved.variables.argv.php
http://php.net/manual/en/function.getopt.php

Re: url hostname

Posted: Tue May 05, 2015 2:18 pm
by tmcdonald
What page are you using to test? I see MyForm.php and test.php mentioned. Are you trying to enter this code into the "Code" field in the Actions component, or is this in the .php files you mention?

Re: url hostname

Posted: Wed May 06, 2015 11:08 am
by monitoreo1
You can close the topic.
Thanks