Ok, this is just a variant of a question asked almost daily. You are trying
to call a PHP function using JavaScript. PHP is handled on the server,
JavaScript is done client side. The browser doesn't know anything about PHP.
Another option might be to use the onunload handler to popup (might piss o
e best match to worst match.
again - this is all off the top of my head, I'm sure it's not word for word
correct.
--
Rich Cavanaugh
-Original Message-
From: Dave Mariner [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 25, 2001 3:54 PM
To: [EMAIL PROTECTED]
Subject: [PHP] [OT-ish]
Sagar,
Open your "Add/Remove Programs" control panel. Click on
"Add/Remove Windows Components". Click the check box next to "Internet
Information Server". Click OK. You'll need your Win2k CD. This will install a
limited version of IIS.
--Rich
Ben,
In your php.ini you should have the following:
session.save_path = c:\winnt\temp
Currently you have it set to:
session.save_path = /tmp
--
Rich Cavanaugh
-Original Message-
From: Ben Edwards [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 23, 2001
You're using UPDATE syntax for your INSERT
try:
$sql = "INSERT INTO tabell (fornamn, efternamn, email) values ('{$fornamn}',
'{$efternamn}', '{$email}')";
Rich Cavanaugh
-Original Message-
From: Andreas Skarin [mailto:[EMAIL PROTECTED]]
Se
this is just the way I would do it:
generate timestamps for 8.00 and 17.30 for the days you want as long as the
timestamps are between the two original timestamps. after that it's all
subtraction and dividing by 60. That's about as efficient as I can think of.
Rich Cavanaugh
---
t have a cumlative effect.
Something like the above would have the effect you're looking for.
--
Rich Cavanaugh
CTO, EnSpot.com
-Original Message-
From: Richard Kurth [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 20, 2001 4:32 AM
To: [EMAIL PROTECTED]
Subject: [PHP] email temp
Or you could try this:
sendmail_path = /var/qmail/bin/qmail-inject
Obviously you'll want to put in your correct path to qmail-inject, but that
works fine for me.
--
rich
-Original Message-
From: David Robley [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 08, 2001 7:24 PM
To:
8 matches
Mail list logo