Sugarcrm cannot be installed on xampp version 1.8. Try earlier version.
Not long. Just download xampp and run the installation.
To install GD2 bundled with XAMPP version 2.0.36, first ensure you have the correct version of XAMPP installed. Then, locate the php.ini file in the php directory of your XAMPP installation. Open the php.ini file in a text editor and uncomment the line ;extension=gd by removing the semicolon at the beginning. Save the changes and restart the Apache server using the XAMPP control panel to enable the GD2 extension.
Download & Install a WAMP or XAMPP Server and everything you require to code in php comes with them. If you want to secure wamp or xampp you ought to change the php.ini file and mysql config files and change password for mysql and php localhost
The population of SugarCRM is 180.
You can install an entire web server on your flash drive with XAMPP Portable. http://portableapps.com/apps/development/xampp You will need an entire server (at least Apache and PHP) if you want to execute PHP scripts.
Download xampp or wamp and everything you need to run PHP would be installed with it
XAMPP is used to host websites. In addition, domains can be purchased through XAMPP.
To test PHP on your computer you can use a localhost. I use XAMPP for my localhost and it hasn't failed me yet.
Yes Xampp works with Windows 7 I'm using xampp 1.7.7 as my test server
In the year 2004, Good old days when it was used to be open-source.
Don't use xampp. It's only intended to simplify the installation of Apache and MySQL and is primarily intended for novice end-users. It will not install the necessary headers and libraries you need to include and link with C++. As such it is not suitable for development purposes. Instead, you must install Apache and MySQL separately, using the complete installation option rather than just the typical install.
Install Drupal 6.10 on XAMPP for WindowsYou need to follow Basic Steps to install drupal 6.10 for Windows. We are assuming that you have proper knowledge of webserver, phpMyAdmin, XAMPPStep 1) Grab the copy of XAMPP source from here . www.apachefriends.org/en/xampp-windows.htmlStep 2) Follow simple instructions to Install xampp on your computer.www.apachefriends.org/en/faq-xampp.htmlStep 3) Check your working web directoryStep 4) Grab the copy of Drupal 6.10 from drupal.org websiteStep 5) Put source code of drupal 6.10 to webserver directory on your local.Step 6) Create blank database from phpMyAdmin on your local.Step 7) Go to browser and check localhost/drupal6.10 ( locate your folder )you will be getting installation descriptions. Just follow the instrctions about the database, mySql User Name and password.After filling up above details, user will be provided with admin details. And after adding admin details the system is up and running with drupal 6.10you can refer to drupal installation with xampp documentation with below related links.