Re: [PHP] PHP & MySQL -> Field Title

2007-05-02 Thread Richard Lynch
On Mon, April 30, 2007 12:47 am, Christian Haensel wrote: > Good Morning guys and girls > > As I am rather lazy, I don't wanna do a data readout on my MySQL table > in > the following way with mysql_fetch_assoc() > > $data_item1=$data['xitem1']; > $data_item2=$data['yitem2]; > ...

Re: [PHP] PHP & MySQL -> Field Title

2007-04-30 Thread Christian Haensel
r Block" <[EMAIL PROTECTED]> To: Cc: "Christian Haensel" <[EMAIL PROTECTED]> Sent: Monday, April 30, 2007 1:11 PM Subject: Re: [PHP] PHP & MySQL -> Field Title Am Montag, 30. April 2007 07:47 schrieb Christian Haensel: but now I have the problem with the fie

Re: [PHP] PHP & MySQL -> Field Title

2007-04-30 Thread Oliver Block
Am Montag, 30. April 2007 07:47 schrieb Christian Haensel: > but now I have the problem with the field names and all... can someone > point me into the right direction? php-db at lists.php.net If you need to use an assoc array, use the following SQL S

Re: [PHP] PHP & MySQL -> Field Title

2007-04-30 Thread Auto-Deppe, C. Haensel
nevermind, I made it :o) RTFM sometimes works even for me :O)) Have a great day :o) Chris - Original Message - From: "Christian Haensel" <[EMAIL PROTECTED]> To: Sent: Monday, April 30, 2007 7:47 AM Subject: [PHP] PHP & MySQL -> Field Title Good Morning

[PHP] PHP & MySQL -> Field Title

2007-04-29 Thread Christian Haensel
Good Morning guys and girls As I am rather lazy, I don't wanna do a data readout on my MySQL table in the following way with mysql_fetch_assoc() $data_item1=$data['xitem1']; $data_item2=$data['yitem2]; I am trying to do the following: I have the correct number of fields