BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143
This is the forum to discuss the Wrox book Beginning PHP 6, Apache, MySQL 6 Web Development by Timothy Boronczyk, Elizabeth Naramore, Jason Gerner, Yann Le Scouarnec, Jeremy Stolz; ISBN: 9780470391143
You are currently viewing the BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
For some reason none of my browsers will display the php code on page 23. The test code worked on the install, but now when i open the test code it shows this (If you see this then we did it right! "; ?>) and the code it the same as the book
<html>
<head>
<title>PHP Testing</title>
</head>
<body>
<?php
echo "<p>If you see this then we did it right!</p>";
?>
</body>
</html>
And page 23 code shows nothing, and i you can't figure out why it wont work. Does the browsers not understand php no more?
if you are writing the code that you've given in your message, then it obviously means that you are asking the browser to write that message written after echo. But if the code is something else, then you should write down the code here.