Greetings, and thanx in advance for all time & effort.
Installed & using "xampp"
Using Kevin Yank's "PHP & MySQL: Novice to Ninja"
<!DOCTYPE html>
<html lang="en">
**<head>
** *<meta charset="utf-8">
** *<title>Today’s Date</title>
**</head>
**<body>
** *<p>Today’s date (according to this web server) is
** * *<?php
** * *echo date('l, F jS Y.');
** * *?>
** *</p>
**</body>
</html>
The html, in a html file works, the php in a php file works, but the total in a html file ignores the php.



Reply With Quote






Bookmarks