Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~8K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 2
Favorite Tags
2 Posted Topics
I write a upload code in php no problem in php but i want to select a multiple files(images) in single form tag(<Input type=file>) is it possible then how? help me
[CODE]$table=date,field name=date1,date2 , datatype=datetime $sql="select date1 from date; $result=mysql_query($sql) or die(mysql_error()); if($row=mysql_fetch_array($result)) { $cr_date=date_create($row['date1']); $for_date=date_format($cr_date,'d-m-Y H:i:s'); } print $for_date;[/CODE]
The End.
antonyruban