Tagged Questions
The xamp tag has no wiki summary.
8
votes
3answers
255 views
Improve performance of php on local server
I have a XAMP install, with pretty much the default config.
Performance isn't much of a problem in general as I use PHP mostly to run web pages and small web apps. Waiting a couple seconds for a ...
1
vote
2answers
184 views
Minimum specs for XAMP server on Vista
What do you reccomend as minimum specs for a Windows laptop running Vista, an IDE, and Apache, MySql, and PHP?
0
votes
4answers
65 views
Trying to send an email using PHP scripting
I'm running a web server using XAMPP. I have using a web form to send emails using PHP scripting. I was wondering, can some tell me why i'm getting this error?
Warning: mail() [function.mail]: ...
0
votes
0answers
27 views
MySQLdb error (python + sql) on XAMP
I am trying to query the db from python using MySQLdb bindings.
The code is pretty simple.
import MySQLdb as sql
import sys
con = None
try:
con = sql.connect('localhost','root','','vmf')
cur ...
0
votes
1answer
754 views
mysql said: Cannot connect: invalid settings. xampp
I changed the root password to test and now I cannot login in myphpadmin page in XAMPP. I looked for help here and here which basically says changed config.ini.php file in XAMPP\MYPHPADMIN folder.
/* ...
0
votes
1answer
195 views
perl 5.12 64bit with xampp
I am using xampp 1.7.4 in Win 7 64bit. Xampp is config with perl 5.10, the nmake doesn't run in 64 bit win 7, so, no mod can be installed.
Is possible to configure xampp with perl 5.12 64bit? Or have ...
0
votes
2answers
615 views
Thumbnail script won't display thumbnails
I am testing my wordpress themes on localhost, the problem is with automatic thumbnail script, they do not displaying thumbnail images, I tested with Xamp and I tested with Wamp, but can’t find out ...