RE: [PHP] Re: Print ONCE ONLY?????

2002-01-12 Thread Pavel Kharitonov
a. So you are always skipping the first record. Sincerely, Pavel Kharitonov Project Manager Intechnic Corporation http://www.intechnic.com Phone: (847) 816-1231 -Original Message- From: Michael Kimsal [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 12, 2002 5:14 PM To: Dani Cc: PHP

RE: [PHP] Form Problem

2002-01-09 Thread Pavel Kharitonov
to stop submitting - a tag. I still do not understand why. I ended up deleting the entire directory, re-uploading the files and they started working all of a sudden. I know it's not much help, just my 2 cents. Sincerely, Pavel Kharitonov Project Manager Intechnic Corporation

RE: [PHP] Newbie question

2002-01-09 Thread Pavel Kharitonov
last_name='$aqfl_player_last' AND position='$aqfl_player_position' AND nfl_team='$aqfl_player_nfl_team'"); $row_id=mysql_fetch_array($result); $nfl_player_id = $row_id[0]; //end This will get you the right ID and should allow to do the update, un

[PHP] Problem "input in flex scanner failed"

2002-01-09 Thread Pavel Kharitonov
de. Any help or hits would be really appreciated!! Sincerely, Pavel Kharitonov Project Manager Intechnic Corporation http://www.intechnic.com Phone: (847) 816-1231 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] Warning: offset not contained in string

2001-09-26 Thread Pavel Kharitonov
t; line xxx contains the following code: $query.= " WHERE ses_id=$sid"; This warning started happening after I added some ' (single quotes) to the string $query somewhere else at the top. At least that's the best reason I can come up with. TIA Sincerely, Pavel Khariton