[PHP] Can anybody tell what is wrong with this file?

2002-03-12 Thread Balaji Ankem
Title: Message Hi friend, I am using the browser Netscape 4.7. It z not displaying the select box..blindly displaying in text format.. (If u want to see open example.jpg)Example.html=!DOCTYPE html public "-//w3c//dtd html 4.0

Re: [PHP] Can anybody tell what is wrong with this file?

2002-03-12 Thread Alexander Weber
Balaji Ankem wrote: It z not displaying the select box..blindly displaying in text format.. (If u want to see open example.jpg) You have to use form tags. select tags are invalid if they are not within form tags. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Can anybody tell what is wrong with this file?

2002-03-12 Thread Brian Drexler
MessageYou need a form before the select. Hope this helps. -Original Message- From: Balaji Ankem [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 4:13 AM To: 'Php-General' Subject: [PHP] Can anybody tell what is wrong with this file? H i friend, I am