Get dates from a form and validate them

This is a discussion on Get dates from a form and validate them within the PHP Language forums, part of the PHP Programming Forums category; Hi, I want to open a page where people will fill some date through a select statement. After they press ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-25-2005
seb
 
Posts: n/a
Default Get dates from a form and validate them

Hi,

I want to open a page where people will fill some date through a select
statement. After they press the submit button, the table below will
updload itself with datas regardng the dates selected.
How can I do that ?
I would like a script which check the dates, and write the good sql
statement.

Thanks for your help.
Reply With Quote
  #2 (permalink)  
Old 04-26-2005
R. Rajesh Jeba Anbiah
 
Posts: n/a
Default Re: Get dates from a form and validate them

seb wrote:
> Hi,
>
> I want to open a page where people will fill some date through a

select
> statement. After they press the submit button, the table below will
> updload itself with datas regardng the dates selected.
> How can I do that ?


Just do it as you say.

> I would like a script which check the dates, and write the good sql
> statement.


$date_selected = sprintf('%04d-%02d-%02d', $_GET['f_y'],
$_GET['f_m'], $_GET['f_d']); //2005-01-31

Warning: this is just for logic; *never* use this as such--form
inputs certainly need sanitization.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 11:28 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0