Re: [PHP] [PHP or maybe JavaScript or CSS] protecting my PHP from bad input

2003-11-19 Thread Miroslav I.
Thanks Eugen, I'm familiar with the concepts, but I've seen sites with textboxes that would not show any letter typed - only numbers are displayed in the textbox. This is what I like but don't know how to achieve. :-) > : #The problem: > : This is about protecting my PHP from bad input (e.g.: le

[PHP] [PHP or maybe JavaScript or CSS] protecting my PHP from bad input

2003-11-19 Thread Miroslav I.
#The problem: This is about protecting my PHP from bad input (e.g.: letters instead of numbers). ## Is there a way to prevent user from even inputting a letter in a text box? Thanks in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] CGI error when loading iFRAME

2003-11-14 Thread Miroslav I.
Hi, people #The problem: There is an error message that stops proper loading of one iFRAME, I couldn't understand what is the problem. Complete error message issued: >>CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are

[PHP] mssql_bind() couldn't process string parameter longer than 254 characters

2003-11-12 Thread Miroslav I.
Hi, people - the first time in the list, - subscribed only for few minutes and already have 7 messages :-) this is promising!! #The problem: mssql_bind() (PHP Version 4.3.2-RC) couldn't pass string parameter longer than 254 characters to the stored procedure (MSSQL2000 server) ##Is there