I\'m using URL rewriting with Wamp but I don\'t find the correct regex for my needs. I\'d like to transform http://localhost/site_artisans/site_artisans/peintre-annecy.php in http://localhost/site_ar
In my php.ini I have changed the time开发者_如何学Czone to Europe/London. Although the date still echo at
I\'m using wamp to develop a php application.My problem is that everytime I call a variable that sometimes happens to not have a value, I get an error that says it\'s开发者_StackOverflow社区 an undefi
I use the PHP code above to create a local page using Wamp in the www folder and I\'d like to redirect to this page but the redirection with header doesn\'t work.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m trying to adapt my code to use different database password etc depending on the environment it runs in. For example, I have my dev server, the other developer has his and production env has yet a
I\'m trying to install mod_wsgi on windows 7, but can\'t get it to work. I\'ve validated that everything is 32-bit, the filenames are correct and I\'ve installed python 2.7 for all users. The python p
I have a piece of code which involves using $this->input->post() of Codeigniter, and it works fine on Bluehost. But when I try it on localhost with WAMP. It won\'t collect any input, even thought I se
In CodeIgniter, I want to remove the \"index.php\" in the URL, on my localhost (WAMP). For example, http://localhost.com/ci/index.php/controller/function to http://localhost.com/ci/controller/function
previously i was using Wamp 1 and Windows XP, but now i have WAMP 2 and Windows 7. unfortunately i dont know how to install PEAR for this...