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
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
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
>
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
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]
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
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
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
"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
--
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
10 matches
Mail list logo