Re: [PHP] Getting PHP to work under IIS 6.0

2003-10-03 Thread Joseph Tate
Jay Blanchard wrote: [snip] Has anyone been able to get PHP working fully under IIS 6.0? If so, try the following script: ?PHP print_r(shell_exec('dir')); ? I get Warning: shell_exec() [function.shell-exec]: Unable to execute whenever I try this or any other shell_exec or back tick (`) shell

[PHP] Getting PHP to work under IIS 6.0

2003-10-02 Thread Joseph Tate
Has anyone been able to get PHP working fully under IIS 6.0? If so, try the following script: ?PHP print_r(shell_exec('dir')); ? I get Warning: shell_exec() [function.shell-exec]: Unable to execute whenever I try this or any other shell_exec or back tick (`) shell function. I've tried running

RE: [PHP] php as cron

2001-06-21 Thread Joseph Tate
Have you tried 'php FILENAME'? Now, I don't know how you would pass parameters to it... -Original Message- From: Johan Holst Nielsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 8:09 AM To: AJDIN BRANDIC Cc: [EMAIL PROTECTED] Subject: RE: [PHP] php as cron try etc.

RE: [PHP] PHP + javascript

2001-05-01 Thread Joseph Tate
This is usually handled by the browser automatically. (Nobody likes to see out of date content when browsing the web). Users can set their browser settings to check for new things once per session, every time, or never (or some variation of these). Most users use once per session. Otherwise,

[PHP] Quoting an unknown string for database insert

2001-05-01 Thread Joseph Tate
Is there a function that I can call that is similar to perl's DBI::quote function that will take arbitrary text and quote it so that it is safe to insert into a database? I'm using PHP 4.0.4pl1 on Apache 1.3.14 with postgresql 7.0.2 Joseph -- PHP General Mailing List (http://www.php.net/) To