trevor
01-08-03, 17:32
| hi So I have php 4.2.1 installed on my slackware 8.1 box (it came default installed so I am assuming it is installed correctly). So I am reading online tutorials and i got the source: <html> <body> <title>test page</ititle> <?php $myvar = "hello world"; echo $myvar; ?> </body> </html> and I saved it as first.php but when I go into my browser and go to ~/php/first.php the title shows up at the top (test page) but I don't see "hello world". I dont think my computer So i figure something is wrong with theway php is setup on my box. The server (my computer) isn't compiling the code. any ideas? Thanks, Trevor am I missing something? |