Re: [PHP-DB] Need help with HTML form errors
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/04/2010 02:55 PM, Jesus wrote: > On 07/04/2010 03:30 AM, nagendra prasad wrote: >> Hi All, > >> I have this php form that I have inserted in the result page. > >> > > > >> >> >> > > > are you missing ";" on this line after echo statement > should be > > > > Forgiveness was a little confused about this, sometimes I get error by not giving ";" but this is not the case my apologies Regards - -- ヘスス アルベルト "Nobody wants to say how this works. Maybe nobody knows" "VIDEOADAPTOR SECTION" on xorg.conf manual へすす あるべると -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJMMkOCAAoJECo0S+stWdOCV38IAK2wQtS6DYUW6sYRJQPymFVY 7F1w1G+dfJP75+0d4GXPB8k616YaJyIkipOBgOxTkAfS94nooF2F3f3n84YlnZCs rcjLSfvK3PMUi4TVYWAu5g3wtJQH0Lp/2DvNr9u136ZyZmx2470ILF/aGTKf52wK 3Xyvk8173D2fNsSvNzbYCtS5zeZRuASNnd1q9T8oenc7ATrHCoWlJSakAZWvI5u9 tzAmeg1eECajdk/3ev/flX1KVt94zvvmY+iugEbqpoNbIDi1Fu4LfGOc+I6qJ3aR H9M7tDuAXDmZ8yy6cyjmWfaMWVEgv7ekF/5Mj1Jk6GCiFeoO/LWTM+ObfER7ObA= =y1uL -END PGP SIGNATURE- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DB] Need help with HTML form errors
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/04/2010 03:30 AM, nagendra prasad wrote: > Hi All, > > I have this php form that I have inserted in the result page. > > > > > > > are you missing ";" on this line after echo statement should be - -- ヘスス アルベルト "Nobody wants to say how this works. Maybe nobody knows" "VIDEOADAPTOR SECTION" on xorg.conf manual へすす あるべると -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJMMOcjAAoJECo0S+stWdOC3Z4H/iP1ZdBfgYdo1cm0knlfDu2B KxTBmKKY1VqO4975ZeL16DoR027CYUzfxLJhyU8x7VcKyTmnGhjSqIxOc/EZNlOV SbO7Ugr6PDX5U4VUOf5HxDpZHy6gywQiL1g+rDOP6f2hRbRNH0+n3DoUJb7l752i vmTqXiBboS38bYIIsOrSWIYgvu7Gl3036uL4DQ64L4jb4Vf9ykG+5uoazZUDGJ4E zQ9R3TCOvbYIG8bb+sYN3brs792IwVyfSzn8uhYzWLZkFBwfOySVpiD+k9j4HFMy XDf2pkCKJNyPb41LFfR4GbDNQusOO1S+XX91wF5neXc5KAmZRu1fMFp1wcZzJqk= =T3VY -END PGP SIGNATURE- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DB] Need help with HTML form errors
Hi, Those are notices not warnings(meaning they can be ignored sometimes, search for error_reporting in the PHP manual). In your example, if you do not wish ignore the notices, then initialize the different variables to some value. Sent from my iPhone On 04/07/2010, at 6:30 PM, nagendra prasad wrote: Hi All, I have this php form that I have inserted in the result page. *** *** *** *** *** *** *** *** *** * b>& nbsp; td> td> All Fields ""type") { echo "selected"; } ?>> ""name") { echo "selected"; } ?>> ""date") { echo "selected"; } ?>> ""size") { echo "selected"; } ?>> *** *** * The above code is giving me the following errors: Notice: Undefined variable: filter in C:\wamp\www\5_Final\index.php on line 228 Notice: Undifined Variable: filterfield in c:\wamp\www\5_final \index.php on line 233 > Type Notice: Undifined Variable: filterfield in c:\wamp\www\5_final \index.php on line 234 > Name Notice: Undifined Variable: filterfield in c:\wamp\www\5_final \index.php on line 235 > Date Notice: Undifined Variable: filterfield in c:\wamp\www\5_final \index.php on line 236 > Size *Please help me with these errors.* -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DB] Need help with HTML form errors
Hi All, I have this php form that I have inserted in the result page. All Fields "> "> "> "> *** The above code is giving me the following errors: Notice: Undefined variable: filter in C:\wamp\www\5_Final\index.php on line 228 Notice: Undifined Variable: filterfield in c:\wamp\www\5_final\index.php on line 233 > Type Notice: Undifined Variable: filterfield in c:\wamp\www\5_final\index.php on line 234 > Name Notice: Undifined Variable: filterfield in c:\wamp\www\5_final\index.php on line 235 > Date Notice: Undifined Variable: filterfield in c:\wamp\www\5_final\index.php on line 236 > Size *Please help me with these errors.*