Skip to content

Tag: xampp

XAMPP Installing

I am installing XAMPP and have encountered the following problem: Important! Because an activated User Account Control (UAC) on your system some functions of XAMPP are possibly restricted. With UAC please avoid to install XAMPP to C:Program Files(Missing Write permissions). Or Deactivate UAC with msconfig aft…

xampp is not showing .php files saved in htdocs folder

I am using windows 7 and just installed xampp server to “E:xampp” in my laptop to learn php. Now the problem is whenever I start xampp server by starting “xampp_start” in xampp folder and start Apache and MySQL from “xampp-control” and type localhost in my browser it automa…

php is not recognized as an internal or external command using xampp

I am using xampp, so my php folder is in C:xamppphp and I add in my PATH environment variables the C:xamppphp but when I am running on cmd the php command I am getting the following message: php is not recognized as an internal or external command. Any idea what I am missing? Answer When adding an entry to en…

How to turn off notice reporting in xampp?

On a remote server there is no problem, but in localhost (xampp 3.1.) I cannot turn off reporting notices. result: php.ini Any suggestion ? Answer Try to do a phpinfo(); just before your $Fname = $_POST[“Fname”]; line. What’s the error_reporting property value ? See this or this to understan…

XAMPP PHP date function time is different from local machine time

My computer local time is 12-03-2013 4:30pm. My XAMPP date function prints the time as 12-03-2013 10:49:56. How can I set the XAMPP server time to display the system time? Answer Go to C:xamppphpphp.ini, or your custom path where php.ini is, open it. Look for the following: date.timezone = “Europe/Warsa…

PHP not working in XAMPP

I have a problem running PHP in XAMPP 1.7.7 for windows. I’ve installed XAMPP in a local server with IIS (changed the port to 81 in httpd.conf as well as other configuration) so far it works and I could connect to the xampp/index.php but coulnd’t run any .php files in my htdocs (shows blank except…

XDebug not working with xampp

I’m using (or trying to anyway) use the bundled XDebug with XAMPP 1.7.2. It comes bundled with Apache 2.2.12, PHP 5.3.0, XDebug 2.0.5 and Zend (not sure on version) This is a totally fresh install of XAMPP, the only thing I’ve added to php.ini (at xampp/php/php.ini) is: (this is only one of many d…