Hello every one,
Im new in php,im facing a problem.I am using xampp. I am trying to run my php code,which is in xampp->htdocs folder.But when i try to open my php file with mozila firefox,the browser starts to opening tabs serially,it doesnt stop and my code doesnt work.How can i get out of this? I know this is the system,but why my code behaving like this? Please help me .
Thanks in advance.
Running php code
Moderator: General Moderators
Re: Running php code
That sounds exceedingly odd. Hard to guess at anything without seeing the code, mind you.
-
Rubel Rana
- Forum Newbie
- Posts: 4
- Joined: Sun Jun 29, 2014 8:18 am
Re: Running php code
Code: Select all
<html>
<head>
<title>Rana's website</title>
</head>
<body>
<?php
echo "Hellow Rana";
?>
</body>
</html>
Re: Running php code
This behaviour is definitely not caused by the code you posted above.Rubel Rana wrote:But when i try to open my php file with mozila firefox,the browser starts to opening tabs serially,it doesnt stop
How are you doing this? Pointing your browser to http://localhost/filename.php? Do things work as expected when you just visit localhost?But when i try to open my php file with mozila firefox