1. Otvorite vas editor i unesite
<?php
phpinfo();
?>
2. Sacuvajte kao phpinfo.php (Klik na Localdisk C:, zatim klik na folder xampp, pa klik na folder htdocs, napravite novi folder npr. PHPtuts)
3. Pokrenite fajl - u adress bar upisite http://localhost/xampp/phpinfo.php
1. Open your editor and enter
<? php
phpinfo ();
?>
2. Save as phpinfo.php (Click on LocalDisk C:, and then click on the folder xampp, and click on the folder htdocs, create a new folder for example. PHPtuts)
3. Run the file - in the address bar, enter
http://localhost/xampp/phpinfo.php
A link to the folder containing the files - http://localhost/PHPtuts/
<?php
phpinfo();
?>
2. Sacuvajte kao phpinfo.php (Klik na Localdisk C:, zatim klik na folder xampp, pa klik na folder htdocs, napravite novi folder npr. PHPtuts)
3. Pokrenite fajl - u adress bar upisite http://localhost/xampp/phpinfo.php
Link ka folderu sa fajlovima - http://localhost/PHPtuts/
1. Open your editor and enter
<? php
phpinfo ();
?>
2. Save as phpinfo.php (Click on LocalDisk C:, and then click on the folder xampp, and click on the folder htdocs, create a new folder for example. PHPtuts)
3. Run the file - in the address bar, enter
http://localhost/xampp/phpinfo.php
A link to the folder containing the files - http://localhost/PHPtuts/
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.