Current Page: 1 of 1
Results 1 - 4 of 4
10 years ago
normthegnome
Thank you RiggsFolly! That seems to have worked! I owe you cookies. Lots of cookies!
Forum: WampServer English
10 years ago
normthegnome
Yes it does. Everything seems to be working except for the php bits of pages. Weirdly if I go to a separate php script like this: <?php $count_my_page=("captiveportal-hitcounter.txt" $hits = file($count_my_page); $hits[0] ++; $fp = fopen($count_my_page , "w" fputs($fp , "$hits[0]" fclose($fp); echo $hits[0]; ?> It will give me the resulting count
Forum: WampServer English
10 years ago
normthegnome
Thanks for replying! I go through localhost and choose the page I'd like to see. The entire page displays correctly except for the PHP which simply doesn't display at all. I made another page with this code: <!DOCTYPE html> <html> <body> <?php echo "My first PHP script!"; ?> </body> </html> This results in a blank html page.
Forum: WampServer English
10 years ago
normthegnome
Hi all, I've looked around but I cannot figure out why... a webpage I look at via the web interface displays fine but with no signs of php content. Any ideas why that would be? Thanks! Win7 64bit WAMP 2.4 Wamp icon is green localhost is working fine... just fine
Forum: WampServer English
Current Page: 1 of 1