Logo
xamp
mainfo for xamp: videos, blogs, definitions, info, downloads, links, Q&A
xamp


     
     
    Advertisment

     
    Wikipedia

    XAMPP is a free, cross-platform standalone server, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages. XAMPP's name is an acronym for X (any of four different op...
    http://en.wikipedia.org/wiki/XAMPP
     
    Links

     
     
    Blogs

     
    Videos

     
     
    Downloads

     
    Definition

    No definitions found for xcaret.

    Perhaps you meant:

    caret
     
    Questions & Answers

    how to configure and install apache, php and mysql without using any wamp and xamp pachage?
    Please said, a step by step level of how to install and configure these three things, particularly in windows xp.

    download the real deal and check out the documentation http://www.apachefriends.org/en/xampp-windows.html



    How do you create a simple exe file to start a program and open a web page?
    I have XAMP (apach/php/mysql webserver) on a thumbdirve how. I just want it to start the server and display a webpage.

    You don't need an .exe. Just use a batch file. A batch file is just a text file containing multiple command-line commands. It has the extension ".bat". It, for example, could contain the following 2 commands, to start XAMPP and open a webpage: start xampp.exe start http://www.google.com