Hi,
I'm trying out some few things about updating a database...
$connection = odbc_pconnect("OpusDB","","",SQL_CUR_USE_ODBC);
// define the rows that are going to be extracted
odbc_exec($connection,"UPDATE DeptMaster SET Counter=Counter+1
WHERE DeptDesc='$mydepartment'");
here's the e
Hi,
Can anyone enlighten me how does PHP handles multiple database transaction.
Do the odbc_* functions suffice?
Thanks,
Apollo
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ading $_POST['myName']
>
> .:Fran
>
> -Original Message-
> From: Apollo [mailto:[EMAIL PROTECTED]]
> Sent: 07 February 2003 00:52
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Passing parameters in forms
>
>
> Hi there,
>
> I am using Windows XP as my IIS pla
Hi there,
I am using Windows XP as my IIS platform, I have this code:
Type your name here:
even though i have typed a text on the textfield, $myName is still blank
after I pressed enter. I have done all the settings i must do according to
the installation manual, is there something el
Hi there,
I am using Windows XP as my IIS platform, I have this code:
Type your name here:
even though i have typed a text on the textfield, $myName is still blank
after I pressed enter. I have done all the settings i must do according to
the installation manual, is there something el