posting data from php to php
posting data from php to php
Out of context: Reply #1
- Started
- Last post
- 10 Responses
- mike0
are you sure that's the best way to do what you are trying to do? what exactly are you trying to do?
you can do this, using the shell_exec function
http://www.php.net/manual/en/fun…
but that is usually disabled on shared hosts when running in safe mode.
again, is this the best way to do what you are wanting to do?