I have WAMP server installed in my PC. Apache Version :2.2.17 PHP Version :5.3.5 MySQL Version :5.5.8 Now i want to deploy the Question2Answer on this wamp.
I have WAMP installed in my C Drive and a Wordpress website too. I now need to move everything to the D Drive.
I want to install PEAR on my windows 7. I have Wamp 2.1 with php 5.3.4 It seems that there\'s no such files as \"go-pear.bat\" in this ne开发者_Go百科w version of wamp.
I give up. I\'ve asked this question some time ago but I\'m again into that issue. I\'m still stuck with compilation errors / missing files / other stuff that I can\'t / don\'t have time to fix. Don\'
I recently installed Wamp on a new server and when I log into phpmyadmin I get this error at the bottom of the home screen:
Ive been googling around on how to install the php_printer.dll for wamp server, nothing came up. Perhaps, anyone know how to install that ext? Basically, im trying to use php printer function and i ne
All of a 开发者_如何学Pythonsudden my php code won\'t execute and the php code is displayed in the source code.If you recently installed a different version of PHP I\'d check there first.I was install
I\'m doing some exercises on using sessions in php. I set it up this way: $_SESSION[\'log_users\'][] = array(array(\'Username\'=>$username))
i create a site in a wampserver by creating a folder that include all site pages and named the开发者_StackOverflow社区 folderfor example xxxx
<?php $cons=mysql_connect(\"localhost\",\"root\",\"\"); mysql_select_db(\"infogallery\") or die(\'Not Connected to the data base:\'.mysql_error());