php and mySQL on my poor machine
I'm finally poking around my copy of php and MySQL for dummies (I rather like ie) and I'm a bit stuck. I can run hte code just fine on my website, but I'd rather run most of the book's test code on my machine. I've got php (4.3.11) whihc was just updated about ten minutes ago via yum. I've got mySQL version 11.18 (dist 3.23.58).
When I point firefox to my very basic test.php code I get nothing. Here's the code. (note to replace brackets with angle brackets)
ALl I get in hte html line. Nothing where the php line is.
Confused. I don't even know where to begin testing this. (hence the dummies book).
When I point firefox to my very basic test.php code I get nothing. Here's the code. (note to replace brackets with angle brackets)
[html]
[head]
[title] php test[/title]
[/head]
[body]
[p] this is an html line
[p]
[?php
echo "this is a php line";
phpinfo();
?]
[/body]
[/html]
ALl I get in hte html line. Nothing where the php line is.
Confused. I don't even know where to begin testing this. (hence the dummies book).
