Search found 4 matches

by Rubel Rana
Mon Jun 30, 2014 10:50 am
Forum: PHP - Code
Topic: PhpCode
Replies: 2
Views: 2371

Re: PhpCode

Thx i fixed it.
by Rubel Rana
Mon Jun 30, 2014 10:18 am
Forum: PHP - Code
Topic: PhpCode
Replies: 2
Views: 2371

PhpCode

<?php $total = "3"; // Change to the type of files to use eg. .jpg or .gif $file_type = ".jpg"; // Change to the location of the folder containing the images $image_folder = "random"; // You do not need to edit below this line $start = "1"; $random = mt_rand(...
by Rubel Rana
Sun Jun 29, 2014 10:15 am
Forum: General Discussion
Topic: Running php code
Replies: 3
Views: 2811

Re: Running php code

Code: Select all

<html>
	<head>
	
	<title>Rana's website</title>
	
	</head>
	
	<body>
		<?php
		echo "Hellow Rana";
		?>
	</body>
	
</html>

by Rubel Rana
Sun Jun 29, 2014 8:26 am
Forum: General Discussion
Topic: Running php code
Replies: 3
Views: 2811

Running php code

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 ...