[PHP] strange problem (user poll)

2003-01-08 Thread - \[ Paul Ferrie \] -
Can anyone see a problem in this? When i run the script i am getting this error Notice: Undefined variable: action in C:\www\Apache2\htdocs\user_poll\2\addpoll.php on line 13 ? // addpoll.php // Case Study 1: User Poll - Foundation PHP for Flash // If the form has been submitted... (line 13) if

Re: [PHP] strange problem (user poll)

2003-01-08 Thread Martin Hudec
Hello Paul, well problem is this: you don't have defined variable $actionmaybe you are not posting it correctly from form...what is on first 12 lines? try to add $action=value; on line 12...just define any suitable value... -- Best regards, Martin mail [EMAIL

RE: [PHP] strange problem (user poll)

2003-01-08 Thread Timothy Hitchens \(HiTCHO\)
Consulting e-mail: [EMAIL PROTECTED] -Original Message- From: - [ Paul Ferrie ] - [mailto:[EMAIL PROTECTED]] Sent: Thursday, 9 January 2003 8:43 AM To: [EMAIL PROTECTED] Subject: [PHP] strange problem (user poll) Can anyone see a problem in this? When i run the script i am getting

Fw: [PHP] strange problem (user poll)

2003-01-08 Thread Kevin Stone
[EMAIL PROTECTED] It would help to know where $action is being defined. - Original Message - From: - [ Paul Ferrie ] - [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 3:43 PM Subject: [PHP] strange problem (user poll) Can anyone see a problem in this? When

Re: [PHP] strange problem (user poll)

2003-01-08 Thread Kevin Stone
I have no idea what I did but this email was not supposed to go to the list.. my apologies. *LOL* -Kevin - Original Message - From: Kevin Stone [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 4:18 PM Subject: Fw: [PHP] strange problem (user poll) [EMAIL