Re: [PHP] database conection (newby)

2001-11-29 Thread Andrey Hristov
lt;[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 4:52 PM Subject: [PHP] database conection (newby) > Hi > > I'am totaly new in php i work always with asp. > I give the folowing hidden fields to a php script > > > > > > and in my php script i try to

Re: [PHP] database conection (newby)

2001-11-29 Thread Miles Thompson
In the include file, call it ""dbname.inc", and then at the top of a page needing the database ... Hi > >I'am totaly new in php i work always with asp. >I give the folowing hidden fields to a php script > > > > > >and in my php script i try to make my connection as follows: > >$conn = mysql_con

Re: [PHP] database conection (newby)

2001-11-29 Thread Tyler Longren
EMAIL PROTECTED] www.captainjack.com - Original Message - From: "Tommy Straetemans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 8:52 AM Subject: [PHP] database conection (newby) > Hi > > I'am totaly new in php i work always

[PHP] database conection (newby)

2001-11-29 Thread Tommy Straetemans
Hi I'am totaly new in php i work always with asp. I give the folowing hidden fields to a php script and in my php script i try to make my connection as follows: $conn = mysql_connect('%s','%s','%s',$connectie,$uid,$pwd); mysql_select_db('%s',$database,$conn); but i keep getting this error: