start of my php application when i start XAMP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
pulkit
Forum Newbie
Posts: 7
Joined: Sat Apr 11, 2009 9:11 am

start of my php application when i start XAMP

Post by pulkit »

hello every one,
i want to start my php application as i start XAMP.If any one have idea than pls help me.
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: start of my php application when i start XAMP

Post by akuji36 »

More details needed. I use xampp and my server is always running.

What kind of app are you trying to create?
User avatar
mikemike
Forum Contributor
Posts: 355
Joined: Sun May 24, 2009 5:37 pm
Location: Chester, UK

Re: start of my php application when i start XAMP

Post by mikemike »

Well starting XAMPP won't start anything other than apache, mysql and PHP. If you want your script to be run when you goto http://localhost/ then just move it to the appropriate directory. If you want to open the browser the second you open xampp and have it run your script then make a simple program in C or VB that opens both applications, you could even just make a bat file. If you want to run it at start-up you can just plonk this into your Startup folder in your Start menu.
Post Reply