[PHP-WIN] newbie:sql update

2003-02-10 Thread Apollo
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

[PHP-WIN] How does PHP handles multiple db transaction?

2003-02-09 Thread Apollo
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

Re: [PHP-WIN] Passing parameters in forms

2003-02-08 Thread Apollo
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

[PHP-WIN] Passing parameters in forms

2003-02-06 Thread Apollo
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

[PHP-WIN] Passing parameters in forms

2003-02-06 Thread Apollo
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