I really need to know if I can run XAMPP in a computer wiyh the configuration of - Intel Duel Core 3.20 GHz processor 4GB RAM 500GB Hard disk
Yes, you can easily run XAMPP on your computer with these configurations.The xampp does not drain so much power, it actually depends on what you are working on, if usually is just local web testing you are just ok!
You can easily do it , We have already used Xampp with so many sites within the environment having same sort of configuration and everything is running well without any issue , If in case you face any speed related issues you can do the following tweak 1) Edit C:\xampp\apache\bin\php.ini (Hope you have installed Xampp in C:\ drive else take the relevant path and find php.ini) , alter the line memory_limit = 32M and change it to memory_limit = 256M 2) Restart Xampp .