Page 1 of 1
start of my php application when i start XAMP
Posted: Sat Apr 11, 2009 9:13 am
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.
Re: start of my php application when i start XAMP
Posted: Sat Jun 06, 2009 10:01 am
by akuji36
More details needed. I use xampp and my server is always running.
What kind of app are you trying to create?
Re: start of my php application when i start XAMP
Posted: Sat Jun 06, 2009 10:17 am
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.