Tagged Questions

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl.

learn more… | top users | synonyms

25
votes
8answers
29k views

Make XAMPP/Apache serve file outside of htdocs

Is it possible to configure xampp to serve up a file outside of the htdocs directory? For instance, say I have a file: C:\projects\transitCalculator\trunk\TransitCalculator.php and my xampp files ...
12
votes
9answers
34k views

Using XAMPP, how do i swap out PHP 5.3 for PHP 5.2?

I'm using XAMPP 1.7.2, but need to swap out PHP 5.3 for PHP 5.2 - how do I do this?
11
votes
2answers
29k views

Access XAMPP Localhost from Internet

I have XAMPP installed in local laptop. And I have a almost static ip. I would like to give the ip to other to run it from thier browser. I configured apache httpd-vhosts.conf to listen my ip ...
10
votes
12answers
5k views

eclipse xdebug session never completes

I am trying to get xdebug working with eclipse (3.5) / php (on xampp windows 7). I have verified xdebug is enabled in php - I have the fancy output and my phpinfo shows all the xdebug stuff. I have ...
9
votes
3answers
9k views

XAMPP or MAMP on Mac OS X 10.6.2 (Snow Leopard)

I just bought a new MacBook Pro which comes with Snow Leopard 10.6.2 (Mac OS X 10.6.2). I am used to using XAMPP as my local development server on XP. Since Mac OS X is based on Unix, I was thinking ...
8
votes
2answers
432 views

HTML Formular redirects to XAMPP localhost Home-Page

So, here I am again with another Problem -.-' I programmed my own php/html script to give in and pass data from a form to a database. At the beginning it worked. Somehow, some days later it started ...
8
votes
4answers
528 views

Portable version control?

Currently I do all of my work off of a flash drive. Keeps things portable, and I'm able to learn web development while I'm at work. Currently I run Portableapps with XAMPP, Notepad++, and Chrome ...
8
votes
5answers
21k views

How can I access the MySQL command line with XAMPP for Windows?

How can I access the MySQL command line with XAMPP for Windows?
7
votes
27answers
12k views

Why does xdebug crash apache on every XAMPP install I've tried?

I've installed the Windows XAMPP package on three separate computers, 2 running Windows Vista 32 bit ( 1 Ultimate / 1 Home Premium ) and 1 running Windows Vista 64 Home Premium. After enabling xdebug ...
6
votes
5answers
153 views

Simple MySQL queries taking long time to compute

I am just learning MySQL and I have a problem. Sometimes for various queries MySQL starts calculating at 100% CPU usage for 15-20 seconds and than it returns the result normally saying: Query ...
6
votes
6answers
5k views

xampp component status check failure [133278]?

this errors pops up when executing xampp control panel, anyone what it means and how to resolve it?
6
votes
5answers
283 views

Is DB logging more secure than file logging for my PHP web app?

I would like to log errors/informational and warning messages from within my web application to a log. I was initially thinking of logging all of these onto a text file. However, my PHP web app will ...
6
votes
1answer
11k views

Setting up SSL on a local xampp/apache server

I'm trying to access a Active Directory from my local webserver. To do this I'm using the latest version of xampp and a PHP script called adLDAP. If I understand things right, I need to enable SSL to ...
6
votes
3answers
278 views

Shared Apache / MySQL / PHP setup on multiboot

In short: I have a multiboot machine with Win XP, Windows 7 and Ubuntu, and I would like my localhost web projects to be shared by all three OSes. Details: I finally want to get rid of Windows XP for ...
6
votes
4answers
4k views

XAMPP on Win7 too slow

I'm running XAMPP 1.7.1 on Windows 7 Ultimate. Everything (Apache & MySQL) is working fine except for speed. When I open http://localhost/, I must wait probably 1-3 seconds for view a webpage. In ...
5
votes
2answers
359 views

Xdebug isn't showing php variable values or object structures in Netbeans

I'm on a new box at work setting up my environment. I configured netbeans like the instructions said here. I've done this before. It was rather straight forward last time and worked the first time ...
5
votes
3answers
1k views

Is XAMPP (for Windows) preferred over WampServer? If so, why?

It seems lots of answers to questions about getting started in web development include "install XAMPP", even when the platform is Windows. Meanwhile, WampServer doesn't seem to be mentioned often. ...
5
votes
5answers
8k views

Upgrading PHP in XAMPP for Windows?

I would like to know how you upgrade PHP in Xampp for Windows? I tried to download the latest PHP version from the main PHP site but when I check (phpinfo) I still get that the previous version is ...
5
votes
8answers
20k views

How to enable cURL in PHP

Could anybody tell me how to enable cURL in PHP?
4
votes
2answers
195 views

Using a DLL With PHP for Dummies

I have a project that needs to access a DLL with PHP. The server is Windows and the Apache server is provided by XAMPP. I read multiple answers on the web like, but : Use DLL in PHP? php ...
4
votes
7answers
206 views

http://magento.local reverts to live site - Magento and Xampp for OSX

I'm having trouble trying to rebuild my dev environment. I've installed XAMPP and followed these steps: Backup MYSQL DB. Backup Home Directory. Create DB with same user/dbname Imported SQL file ...
4
votes
2answers
77 views

Help, i want to use permalinks for my site(non wordpress) am building from scratch

Hello guys i have some websites am currently building but I have a problem...I have pages such as blogPosts.php?postID=7 I would live something link blogPosts.com/post title Meaning I dont want pple ...
4
votes
4answers
292 views

Is it possible to use the same mysql database for Windows XAMPP and Linux Mysql?

i have dual boot with windows 7 and ubuntu 10. On windows 7 i have XAMPP installed, on linux i have LAMP installed. Is it possible to have one mysql database for both of them? If not, is there ...
4
votes
1answer
671 views

Why does openssl_pkey_new() fail?

I'm very new to this. Why is openssl_pkey_new() returning false? I am using XAMPP and there is a an OpenSSL under the Apahce\bin directory. What obvious beginner mistake am I making? maybe it's a ...
4
votes
2answers
749 views

MySQL/phpMyAdmin freezes from DELIMITER

Running this procedure causes MySQL (or phpMyAdmin) to freeze. I have to stop MySQL with from XAMPP command, which freezes and "is not responding" about 20 seconds before stopping. I believe this is ...
4
votes
6answers
4k views

run django with xampp on windows

can i run django (Python framework) site with xampp on windows? Please guide me.
4
votes
5answers
1k views

Why is “<?” no longer working and instead only “<?php” works?

I was using xampp to develop locally and then I installed the PHP from the direct installer. Now in some of my PHP code, only PHP code that starts with "<?php" is correctly parsed. Anything that ...
4
votes
6answers
13k views

Why does my XAMPP installation auto redirect to http://localhost/xampp?

I installed XAMPP on my computer which is running Windows XP SP3. Installation was successful. I made a PHP file (index.php) and placed it in my htdoc folder and then tried to open ...
4
votes
12answers
1k views

PHP website, should I develop into a Linux distribution instead of Windows?

In few months I start a project in PHP and I am hesitating to do like usual : develop on my Windows Vista 64bits machine. Since I know few things on Linux, I think it can be a good way to learn by ...
3
votes
2answers
50 views

Can I use header() to pass query string parameters?

I'm using XAMPP on Windows. I've congigured Apache to redirect all requests to a controller.php file. The controller logs all requests to the database before any other processing takes place and it ...
3
votes
3answers
61 views

Benefits of running apache as a service?

I've just installed XAMPP and just wondering what are the benefits of running Apache as a service?
3
votes
1answer
423 views

How to enable GZip compression in XAMPP server

How to enable GZip compression in XAMPP? I am using xampp sever latest version to improve my we page performance, I have to enable Gzip in XAMPP How it can be done?
3
votes
1answer
204 views

Deploy a SSL HTTPS enabled site in XAMPP

Hi how to deploy a SSL enabled web site in XAMPP .. if im using PHP do i need to make any changes in the code ?
3
votes
1answer
601 views

Can i use MAMP (MySQL) or XAMPP (MySQL) with Ruby on Rails 3?

Can i use MAMP (MySQL) or XAMPP (MySQL) with Ruby on Rails 3? i installed MySQL from MYSQL.com and had so much trouble that i like to use the MAMP/XAMPP Mysql. Is Anyone doing this? Also what ...
3
votes
2answers
3k views

XAMPP Sendmail using Gmail account

I'm trying to configure Sendmail through XAMPP to send email. In my sendmail.ini I have these settings: # Set default values for all following accounts. logfile "C:\xampp\sendmail\sendmail.log ...
3
votes
1answer
806 views

Is it Possible install git in xampp localhost?

Is it Possible hooked git into XAMPP so it can be managed as part of that software suite.? i try to make my own remote repository
3
votes
2answers
41 views

How to color HTML elements based on a user command string

When you type something like "red:Hi:" it will type "Hi" in red. The following script does not work and I do not know why, (The one who made the sorting PHP function is Graphain, thanks again!) ...
3
votes
3answers
588 views

Is using AMP software like WAMP, MAMP, XAMPP a good idea?

I know that softwares like WAMP, XAMPP save a lot of difficult configuration time. But, besides this, Is this a good idea? I, on the other would like to stick to traditional method and install each ...
3
votes
4answers
3k views

XAMPP on windows 7 not working properly

I just installed XAMPP lite on Windows 7. I have two drives - C: for the OS and regular files, and an external drive E:. I installed XAMPP lite on E: (on the root), and its been giving me problems. ...
3
votes
2answers
4k views

How to set the default storage engine to InnoDB in XAMPP

How do I set the default-storage-engine to InnoDB in Linux XAMPP 1.7.3?
3
votes
3answers
5k views

How to connect XAMPP MySQL local DB using JDBC?

I have this Tetris game written in Java, which uses DB to record high scores. It worked ok as long as I was using remote MySQL DB, but now I'm trying to set up localhost DB using XAMPP MySQL and it ...
3
votes
3answers
3k views

Can't use Xdebug to debug Code Igniter App using Netbeans 6.8 IDE

I can't use Xdebug to debug an application built with Code Igniter, but I can use it to debug any other PHP file as long it doesn't use the same Structure for url solving that Code Igniter uses. ...
3
votes
6answers
917 views

Is there a way to disable browser cache for a single page?

For a small intranet site, I have a dynamic (includes AJAX) page that is being cached incorrectly by Firefox. Is there a way to disable browser caching for a single page? Here's the setup I'm using: ...
3
votes
1answer
1k views

PHP session_start fails

I'm trying to start the session in a header page in my webiste. But it seems there might be some sort of bug because it fails with the following error: Warning: session_start() ...
3
votes
3answers
1k views

How to setup Django on XMPP on Windows XP

Greetings! I'd like to investigate Django but I'm running Windows XP. I've installed XMPP and I currently have Python 2.6 installed (is it true that 2.5 is the only version that will work with ...
2
votes
3answers
36 views

Undefined index in inserting records on DB

I am working on a system and i want to check if a record exist. If a record exist then it will not record the data and instead will return to the form. If the data does not exist then it will proceed ...
2
votes
1answer
41 views

phpmyadmin 2002 error

I have got this error message: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) I use Ubuntu 11.10... and Xampp I used the google, and I saw ...
2
votes
2answers
101 views

Installing wordpress to run on xampp Lion OS X

I am having some trouble installing wordpress on my mac. It is the first time I have ever used xampp and I have been following the guides but seem to have gone wrong and cannot find a solution through ...
2
votes
2answers
107 views

PHP openssl_public_encrypt causing Page Timeout/Connection Reset?

Just migrated to a new machine and having issues. Note: This is a Windows 7 , Apache 2.2.21, MySQL 5.5.16, php 5.3.8 setup. Each time I run a certain PHP script, I am faced with a "Page Load Error ...
2
votes
2answers
63 views

PHP debugging in XAMPP

Is any debugger is installed by default in XAMPP/WAMP server or We have manually download and configure the debugger? Also do recommend the best PHP debugger.

1 2 3 4 5 19