[PHP] Re: odd problem

2003-03-24 Thread rush
"Sebastian" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > having a little problem. I know i have a connection to the mysql database > but for some reason i can't get this to update the database when submit is > clicked. perhaps i am overlooking something.. Here is part of the script

RE: [PHP] Re: Odd Problem

2002-10-14 Thread John W. Holmes
tSQLValueString($HTTP_POST_VARS['fri_funer'], > "text"), >GetSQLValueString($HTTP_POST_VARS['fri_edu'], > "text"), >GetSQLValueString($HTTP_POST_VARS['tue_per'], > "text"

Re: [PHP] Re: Odd Problem

2002-10-14 Thread Stephen
GetSQLValueString($HTTP_POST_VARS['tue_per'], "text"), GetSQLValueString($HTTP_POST_VARS['fri_comp'], "text")); - Original Message - From: "Owen Prime" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: [PHP] Re: Odd Problem

2002-10-13 Thread Jason Reid
> To: <[EMAIL PROTECTED]> Sent: Sunday, October 13, 2002 8:07 PM Subject: [PHP] Re: Odd Problem > If you showed us the SQL your trying to execute and the table schema you may > get more helpful responses. > > Cheers, > > Owen Prime > http://www.noggin.com.au > >

[PHP] Re: Odd Problem

2002-10-13 Thread Owen Prime
If you showed us the SQL your trying to execute and the table schema you may get more helpful responses. Cheers, Owen Prime http://www.noggin.com.au Stephen wrote: > Hello, > > I'm running a script that inserts a form's contents into a MySQL table. > However, when I insert the contents, I ge

[PHP] Re: Odd problem using sendmail - possibly to do with set_time_limit?

2002-03-06 Thread Alexis Birkill
Jon Abernathy wrote: > After reviewing your code, I was wondering if there was a reason you aren't > using PHP's built-in mail() function, rather that using popen() and a series > of fputs(), which seems rather expensive, especially inside of a loop. Also, Sounds like a much better idea, looking

[PHP] Re: Odd problem using sendmail - possibly to do with set_time_limit?

2002-03-05 Thread Jon Abernathy
"Alexis Birkill" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > Hi, > > I'm trying to track down an odd problem in a script I'm writing, the > purpose of which is below: > > > The PHP can be found below - I'm already resetting the set_time_limit on > each loop execution, so as I