You are here: Re: [PHP] Is there a way to display data from database for Select Options in a form? « PHP « IT news, forums, messages
Re: [PHP] Is there a way to display data from database for Select Options in a form?

Posted by Mike Smith on 01/10/06 18:53

On 1/10/06, Sue <skot1@twcny.rr.com> wrote:
> Hello,
>
> We have a form that contains a Select option for a listing of available
> dates for the user to choose from. Right now we have to manually change the
> dates within the form's Selection list as new dates become available to
> choose from. We currently store these available dates in our database, and
> am wondering if we can somehow extract these dates from the table to display
> in our form? This would eliminate alot of maintenance needed to this form.
> If anyone has any ideas as to reference material etc. that I may look which
> would give me an idea how to do this using PHP, I'd appreciate it!
How about...

$format = "m/d/Y";
$sql = "SELECT datefield FROM table";
$results = $whatever_db_abstraction_your_using_to_execute__sql($sql);

<select name="date">
<?php
foreach($results AS $result){
echo "<option>".date($format,strtotime($result))."</option>";
}
?>
</select>

http://us2.php.net/manual/en/function.strtotime.php
http://us2.php.net/manual/en/function.date.php

Mike

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация