Discuss XAMPP - php mysql in vista in the PHP Installation forum on Codewalkers. XAMPP - php mysql in vista For all your PHP installation needs and questions.
We cover the world of technology
like no one else, constantly updating you with the best information
available on open source software, Microsoft technologies, hardware
and news from around the world.
Posts: 8
Time spent in forums: 1 h 31 m 41 sec
Reputation Power: 0
XAMPP - php mysql in vista
I've installed XAMPP on my laptop running Vista.
I can run simple PHP programs, and I can work with Mysql databases, the trouble starts when I try to put the two together and interrogate mysql with PHP.
Furthermore, none of the "test" PHP programs which come with XAMPP run properly - I get an error message saying it couldn't find the PHP Mysql extension.
Any ideas how I can fix this ? The XAMPP site is a bit vague when it comes to running on Vista.
Posts: 1,937
Time spent in forums: 1 Week 5 Days 1 h 54 m 18 sec
Reputation Power: 4
why even use xampp? its not hard to get apache and php and install them separately.
Seriously, go to www.apache.org and click on "http server". Download the most recent version for windows.
Then go to php.net and get the installer setup file.
install apache first, the default settings should be fine to get you started.
Then install PHP. When installing php you can select for it to configure itself for apache (you just need to tell it where the conf directory is which is by default C:\Program Files\Apache Software Foundation\Apache2.2\conf) and also select different extensions to be auto installed and configured (just check the boxes when asked what you want to install). Some good extensions to include are GD, Curl, mcrypt, mysql and mysqli.
Once it's done installing, restart your computer for good measure and you should be all set.
The apache document root is the htdocs folder under apache. If you have trouble with any of the extensions, try going to the php folder/ext/ and copy the extension files to the windows directory then restart apache.
Open Source Security Myths Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual
property restrictions (or arrangement such as the public domain), and is
usually developed with the input of many contributors. Request Your Free Technology Downloads!
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper. Request Your Free Technology Downloads!