I use addslashes() frequently, although urlencode works too. I find
addslashes to be cleaner.
-Dash
-Original Message-
From: Lanham Rattan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 2:40 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Inserting text with single quotes in
That's what I was thinking. Do you have a few machines you could try it
with? You could also try something like that using a bunch of VMWare (or
similar virtual machine) systems...
-Dash
-Original Message-
From: Matt Babineau [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 200
I see what you're saying - it is hard to post just via the newsgroup.
Would it work if you set up some rules in Outlook Express to filter out the
messages? Or, you could subscribe to the digest version of the list and only
have one email to deal with... then post via the newsgroup.
-Dash
-O
Just a thought:
How long does that SQL query take? Have you tried setting the timeout period
to be longer than 30 seconds? Take a look at this:
http://www.php.net/manual/en/function.set-time-limit.php
Another thought: From my experience, sending mail from a Windows host takes
longer than from a
You'd have to execute the PHP script somehow via cron or AT (assuming
windows). That'd be the only way to have it run without keeping a web
browser open to a page set to refresh every 15 minutes...
-Dash
-Original Message-
From: Nicole Amashta [mailto:[EMAIL PROTECTED]]
Sent: Thursday,
I once installed PHP on IIS3. From what I recall, it was not a pretty
excersize. I had to go registry hunting! It is so much easier on Apache.
-Dash
-Original Message-
From: David Hollister [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 04, 2002 9:40 AM
To: 'Kerry Kobashi'; [EMAI
igafoos [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 30, 2002 5:31 PM
To: dash php
Cc: [EMAIL PROTECTED]
Subject: Re[2]: [PHP-WIN] Help on new install please ..
Hello dash,
Sorry .. but it does the same that I had noted. The browser trys to
download ..
This is so odd as I am simply trying
Try the following:
Apache as SAPI:
a) copied php4ts.dll to windows/system32 directory
b) added following lines to httpd.conf
LoadModule php4_module "c:/php/sapi/php4apache.dll"
# try it w/o this line AddModule mod_php4.c
AddType applicaton/x-httpd-php .php
Your phpinfo.ph
It is probably storing the data like that, but the display page isn't
displaying it like that. You'll need either to nl2br() it or put
tags around it.
You can check the page source and see if it looks like that. Either of the
above solutions should work.
-Dash
-Original Message-
From:
Another reason for GET is the ease of emailing someone else a link, as if I
need you to go here:
http://www.site.example.com/scripts/getinfo.php?youneedthisinfo=12345
the person on the other side doesn't have to put in 12345 for
youneedthisinfo :)
-Dash
-Original Message-
From: Scott C
Put \"'s around the value=$nome like this:
echo "";
-Dash
-Original Message-
From: Waldemar Brand Neto [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 13, 2002 12:29 PM
To: PHP Windows
Subject: [PHP-WIN] addslashes
Hey I'm a newbie and have a question about addslashes.
In the databs
to try. Do this:
AddType application/x-httpd-php .htm .html
then put some php code in one and see if those execute properly in Netscape.
I'm not sure where this will take you... but it's a diagnostic step.
-Dash (.php)
-Original Message-
From: Brian Huff [mailto:[EMAIL PROT
12 matches
Mail list logo