[PHP] Re: executing another php.script

2001-11-21 Thread David Tod Sigafoos
the name. Thanks again .. DSig On Mon, 12 Nov 2001 04:43:46 GMT, [EMAIL PROTECTED] (David Tod Sigafoos) wrote: I am sure that I am just .. missing this .. From one script I wish to 'execute' another script. How is this done? Setting a link and clicking is not the answer .. one script loops through

[PHP] Re: Date Problem

2001-11-21 Thread David Tod Sigafoos
On Wed, 21 Nov 2001 09:31:33 +0200, [EMAIL PROTECTED] (Mindhunter) wrote: I am reading a date from an input in format 'DD-MM-' ex. 10-11-2001. Now I want to add 3 months to the date. I have tested mktime and strftime etc and no matter what I do I get the year as 1970. (Systemdate works

[PHP] Re: getting started

2001-11-21 Thread David Tod Sigafoos
On Wed, 21 Nov 2001 10:59:31 +, [EMAIL PROTECTED] (Douglas McKenzie) wrote: I've got Apache and MySql up and running on RedHat 7.1. I've installed php4 but can't get it working. There is a .php file under the web root, httpd.conf knows about the .php extension but the file is not geting

[PHP] Re: executing another php.script

2001-11-15 Thread David Tod Sigafoos
-, [EMAIL PROTECTED] (Steve Brett) wrote: you don't need a sepaerate script. define two functions and then loop through calling the second function. much neater (and easier) Steve David Tod Sigafoos [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I

[PHP] Re: executing another php.script

2001-11-15 Thread David Tod Sigafoos
Mike .. thanks for trying .. but that simply is not useful. On Mon, 12 Nov 2001 10:18:34 -0500, [EMAIL PROTECTED] (Mike Harvey) wrote: Just include(script2.inc) in your loop. David Tod Sigafoos [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am sur

[PHP] executing another php.script

2001-11-11 Thread David Tod Sigafoos
I am sure that I am just .. missing this .. From one script I wish to 'execute' another script. How is this done? Setting a link and clicking is not the answer .. one script loops through all the 'selected' rows and I want to 'execute' another script for each row .. can this be done? thanks