[PHP-DB] Validation Form require.

2004-07-04 Thread Rinku
Dear All, Can any of you send me one of your validated form for Numeric value checking Alphabetic Value Checking I have done it but still not succeed. Your answer wd be highly appriciated. Regards, Rinku __ Do You Yahoo!? Tired of spam?

[PHP-DB] Re: Validation Form require.

2004-07-04 Thread Torsten Roehr
Rinku [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Dear All, Can any of you send me one of your validated form for Numeric value checking Alphabetic Value Checking I have done it but still not succeed. Your answer wd be highly appriciated. Regards, Rinku You can use PEAR's

[PHP-DB] Random select -- Where am I going wrong?

2004-07-04 Thread Ronald \The Newbie\ Allen
Here is my code I keep on getting a Resource id #2 ..whatever that meansany help would be appreciated! html head titleTop Frame/title /head body bgcolor=#ff text=#00 link=#ff vlink=#800080 alink=#ff EMBED SRC= autostart=true hidden=true loop=true volume=100% ?

Re: [PHP-DB] Random select -- Where am I going wrong?

2004-07-04 Thread Larry E . Ullman
Here is my code I keep on getting a Resource id #2 ..whatever that meansany help would be appreciated! $music = mysql_query (Select * from $db_table ORDER BY RAND() Limit 1); if(!$music) die(Query Failed.); while($row = mysql_fetch_row($music)) print $music; } This is because

[PHP-DB] Re: Validation Form require.

2004-07-04 Thread Manuel Lemos
Hello, On 07/04/2004 03:57 AM, Rinku wrote: Can any of you send me one of your validated form for Numeric value checking Alphabetic Value Checking I have done it but still not succeed. You may want to try this class for forms generation and validation. It provides built-in support for those

RE: [PHP-DB] Dates and Count

2004-07-04 Thread Shannon Doyle
Hi Pablo, Its exactly what I wanted. Thanks. I now have an additional question. I need to show results that appear between two dates as specified by the site visitor. At the moment I am using the following SQL: WHERE NextContact = '$today' NextContact = '$week'; Second I need the same