Re: [PHP] MySql query

2002-04-19 Thread Chris Kwasneski
Try: SELECT gallery_name, image_id, image_name FROM galleries, Images WHERE galleries.gallery_id = images.gallery_id At 07:57 AM 4/19/2002 -0700, you wrote: Ok this could be the wrong place to ask this but there seems to be some people in here that know mysql quite well. My question is this;

Re: [PHP] SELECT + PARSE ERROR

2002-04-08 Thread Chris Kwasneski
At 02:23 PM 4/8/2002 +0200, you wrote: Hy, I try to do a SELECT but when I test my code I Have a parse error. If someone can explain to me why. Code: $db = mysql_connect(newsmanga_db); $req = SELECT * FROM dvds WHERE nomdvd='.$nom..$i' ; /// PARSE ERROR IN THIS LINE Your missing a '.' after

RE: [PHP] Parsing error

2002-04-01 Thread Chris Kwasneski
Is it just me or is the for statement missing a begining curly bracket? -Chris At 11:29 AM 4/1/2002 -0600, you wrote: which line is 45 -Original Message- From: news.php.net [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 10:45 AM To: [EMAIL PROTECTED] Subject: [PHP] Parsing

[PHP] Form Problem

2002-01-09 Thread Chris Kwasneski
I'm having a problem with a HTML form. When it gets submitted, I keep getting an undefined variable error message. And a blank page (aside from a 'Hi' written on it...). I don't think its a problem with my install of PHP as other PHP code is running fine, but can't get it to print out this