"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
tSQLValueString($HTTP_POST_VARS['fri_funer'],
> "text"),
>GetSQLValueString($HTTP_POST_VARS['fri_edu'],
> "text"),
>GetSQLValueString($HTTP_POST_VARS['tue_per'],
> "text"
GetSQLValueString($HTTP_POST_VARS['tue_per'],
"text"),
GetSQLValueString($HTTP_POST_VARS['fri_comp'],
"text"));
- Original Message -
From: "Owen Prime" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
>
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
>
>
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
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
"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
7 matches
Mail list logo