Re: [PHP] Images don't save

2002-04-18 Thread Gunther E. Biernat
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Gunther E. Biernat -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] General

2002-03-08 Thread Gunther E. Biernat
of a list with 1000 entries and 513 times the 'abc' item *g*). This seems to be trivial, but I just can't think of a simple and proper way to do it. Any ideas? Regards, Gunther E. Biernat -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] html output done without result of exec_shell

2002-02-28 Thread Gunther E. Biernat
and by then, the page is already done and the output of the command isn't included. I played around with the settings in php.ini, but none of them changed the problem. Maybe an Apache problem? What am I missing? Thanks in advance. Regards, Gunther E. Biernat -- PHP General Mailing List (http

Re: [PHP] html output done without result of exec_shell

2002-02-28 Thread Gunther E. Biernat
Wong wrote: On Thursday 28 February 2002 19:09, Gunther E. Biernat wrote: Guys, I'm trying to output the result of a shell command within a page. Problem is, when it's a command with short execution time like echo shell_exec(ls -la); it works fine, but the command I'm really trying to execute

Re: [PHP] html output done without result of exec_shell

2002-02-28 Thread Gunther E. Biernat
Weird, built a newer apache version, and it runs like hell. Thanks for your help. On Thu, 28 Feb 2002 22:45:52 +0800, Jason Wong wrote: On Thursday 28 February 2002 20:30, Gunther E. Biernat wrote: Hmm, yes, did so, even as the user that the webserver is running as. Switched to another

RE: [PHP] File Upload Size Limits

2001-07-27 Thread Gunther E. Biernat
? max_execution_time = 60 memory_limit = 8M Is this an apache limit? I'm not sure what to do with this as I really need to be able to transfer large files. mit freundlichen Gruessen / yours sincerely Gunther E. Biernat Web Application Engineer

Re: [PHP] Opening another page in code

2001-07-25 Thread Gunther E. Biernat
. mit freundlichen Gruessen / yours sincerely Gunther E. Biernat Web Application Engineer __ RealNetworks GmbH Tel.: +49-40-415204-24 Weidestraße 128 Fax.: +49-40-415204-11 22083 Hamburg

Re: [PHP] php stand alone

2001-07-24 Thread Gunther E. Biernat
to do a HTTP request and exit (that's why the -dump)) within your cron table, e.g.: 0 23 * * * lynx -dump localhost/path/to/some/php/robot.php /dev/null mit freundlichen Gruessen / yours sincerely Gunther E. Biernat Web Application Engineer

Re: [PHP] set var in PHP clarified

2001-07-19 Thread Gunther E. Biernat
sincerely Gunther E. Biernat Web Application Engineer __ RealNetworks GmbH Tel.: +49-40-415204-24 Weidestraße 128 Fax.: +49-40-415204-11 22083 Hamburg Mail: [EMAIL PROTECTED

RE: [PHP] Batch job in UNIX.

2001-07-05 Thread Gunther E. Biernat
Have I missed the problem? mit freundlichen Gruessen / yours sincerely Gunther E. Biernat Web Application Engineer __ RealNetworks GmbH Tel.: +49-40-415204-24 Weidestraße 128 Fax.: +49-40-415204

Re: [PHP] Using PHP to test if server is online

2001-07-03 Thread Gunther E. Biernat
HTTP port is 80. But querying a web server can easier be done by doing a file($url_of_server). If it's just to tell if a server is online, nearly any method will do, including DNS lookups or a simple system call with ping... :-) mit freundlichen Gruessen / yours sincerely Gunther E. Biernat

[PHP] Expand/parse variables in file

2001-06-25 Thread Gunther E. Biernat
the following: $a = whatever; $b = abc $a def; echo $b; which results in abc whatever def ??? What am I missing? Thanks in advance. mit freundlichen Gruessen / yours sincerely Gunther E. Biernat Web Application Engineer