Current Page: 1 of 1
Results 1 - 4 of 4
14 years ago
alans1234
Ah ha - that's cracked it. It is the simple things that get you !!!! For the benefit of others, my file is in the c:/wamp/www directory but I was trying to launch it from the Wampserver www.directory menu. I was confused because htm, html files open up from here just fine. Also ini and conf files in the other directories. I just wished I had asked a week and a half ago !! many thanks Ste
Forum: WampServer English
14 years ago
alans1234
Firefox Browser Screen Output This is an HTML line This is a PHP line "; phpinfo(); ?> Firefox View - Page Source Output <html> <head> <title>PHP Test</title> </head> <body> <p>This is an HTML line</p> <?php echo "<p>This is a PHP line</p>"; phpinfo(); ?> </body
Forum: WampServer English
14 years ago
alans1234
Thanks Steve much appreciated Your suggestion is my default on WinXP but I have double checked anyway and the settings are as you suggest. I was very careful to check the file extensions a while ago when I first encountered problems. The files definitely have a .php extension. Also, just to make you aware, the files were prepared in notepad++. Alan
Forum: WampServer English
14 years ago
alans1234
A newbie question so be gentle Wampserver won't run the PHP portions of test scripts. The HTML portion works fine. The following is one example but I have tried several others: Test.php <html> <head> <title>PHP Test</title> </head> <body> <p>This is an HTML line</p> <?php echo "<p>This is a PHP line</
Forum: WampServer English
Current Page: 1 of 1