On 6/20/2011 11:27 AM, Richard Quadling wrote:
On 20 June 2011 18:18, JDS wrote:
I am trying to figure out how this all works on Win XP...
When I call php.exe or php-win.exe from another script (AutoHotKey in my
case), do both of these programs use stdout and stderr? I know php.exe has a
conso
I am wondering if there is a better way to do this than what I have come up with. The
first example waits for the ENTER key to be pressed, but any other characters you press
show up on the screen
The second method works with any key being pressed, but uses exec().
Any other suggestions? Basica
On 20 June 2011 18:24, JDS wrote:
> Where can I find the source code for urlencode and urldecode functions?
>
> I need to port them over to AutoHotKey script.
>
> Thanks
Sorry..
Between
http://svn.php.net/viewvc/php/php-src/trunk/ext/standard/url.c?view=markup#l463
and #l687
--
Richard Quadl
On 20 June 2011 18:24, JDS wrote:
> Where can I find the source code for urlencode and urldecode functions?
>
> I need to port them over to AutoHotKey script.
>
> Thanks
Start at
http://svn.php.net/viewvc/php/php-src/trunk/ext/standard/url.c?view=markup#l524
and read down from there.
--
Richa
On 20 June 2011 18:18, JDS wrote:
> I am trying to figure out how this all works on Win XP...
>
> When I call php.exe or php-win.exe from another script (AutoHotKey in my
> case), do both of these programs use stdout and stderr? I know php.exe has a
> console window and php-win.exe does not, but j
Where can I find the source code for urlencode and urldecode functions?
I need to port them over to AutoHotKey script.
Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am trying to figure out how this all works on Win XP...
When I call php.exe or php-win.exe from another script (AutoHotKey in my case), do both of
these programs use stdout and stderr? I know php.exe has a console window and php-win.exe
does not, but just need to know how they output the resu