date_default_timezone_set('Europe/Amsterdam');
echo '
Today is ',date('l'),', The current time is ',date('H
:i ') ;
'.
' ;
?>
Which produces: Today is Tuesday, The current time is 15:21
A lot of the references about php are associated with the mysql database. PhPmyAdmin is the most common, and involves a lot of security features which I found very annoying because I did not understand them. But this all had to do with the database and not php.
Anyway, I plan to pursue my php learning a bit more vigorously since I just returned from the Dutch PhP Conference last weekend. I put my observations and notes in a separate entry.
No comments:
Post a Comment