Re: [PHP] Cant get this one

2001-02-01 Thread Shane McBride
It looks like your not assigning the arrays correctly. Here's a long piece of code I use: (it has alot of extra code that you don't need.) Couldn't get list!"); } else { while ($row = mysql_fetch_array($sql_result)) { $title = addslashes($row["title"]); $price = $row["price"]; $image

Re: [PHP] Cant get this one

2001-02-01 Thread Chris Lee
works and alot simpler -- Chris Lee Mediawaveonline.com [EMAIL PROTECTED] ""Mike"" <[EMAIL PROTECTED]> wrote in message 95c33h$5a3$[EMAIL PROTECTED]">news:95c33h$5a3$[EMAIL PROTECTED]... > Im trying to create an edit page for database records on the fly.I get all > the fieldnames and