Search found 2 matches
- Mon Feb 01, 2010 5:30 pm
- Forum: PHP - Code
- Topic: date and time question
- Replies: 2
- Views: 147
Re: date and time question
Thank you!
- Mon Feb 01, 2010 4:37 pm
- Forum: PHP - Code
- Topic: date and time question
- Replies: 2
- Views: 147
date and time question
Very new to php so this might be a dumb question. When a user selects a date and time on a previous webpage, the dateTimePurchased is held. I am outputting it in the following statements: echo "<tr><td>Date: ".$_SESSION['dateTimePurchased']."</td></tr>"; echo "<tr><td>Time: ...