Re[2]: [PHP] PHP newbie question

2001-01-10 Thread David Tod Sigafoos
the system to a debugger with a nasty message about the developer should have checked the variable cause it wasn't assigned. For this reason if you are unsure about the state try If (isset($a) { If (! $a) { } Else { } } Something like this always works. -- DSig

Re[2]: [PHP] PHP simulator

2001-01-10 Thread David Tod Sigafoos
"simple" TC> Notebook computer (450 MHz and 6 GHz drive). It would be nice to "play TC> around" with PHP and see if it will run. this is what I do all the time. On my laptop i have apache, mysql and php. cant have a better similator than that --

Re: [PHP] Managing MySQL over the web using PHP

2001-01-11 Thread David Tod Sigafoos
n. Is there any other solutions or tools ? Try DBTools ... http://dbtools.vila.bol.com.br -- DSig ` David Tod Sigafoos ( O O ) mailto:[EMAIL PROTECTED] ___oOOo__( )__oOOo___ Using 'The Bat' 1.48f -- PHP General Mailing

[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

[PHP] Re: executing another php.script

2001-11-15 Thread David Tod Sigafoos
12 Nov 2001 12:11:19 -, [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 PROTECTE

[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]

[PHP] Re: executing another php.script

2001-11-21 Thread David Tod Sigafoos
understand 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 clicki

[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] generating text file from php

2001-11-30 Thread David Tod Sigafoos
I have a script which generates html and writes out for users to download. The script works and the html file works. I build strings of html then writeout with fwrite. My question is how can i add linefeeds to the strings? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubsc