hello every one,
i want to start my php application as i start XAMP.If any one have idea than pls help me.
start of my php application when i start XAMP
Moderator: General Moderators
- 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
More details needed. I use xampp and my server is always running.
What kind of app are you trying to create?
What kind of app are you trying to create?
Re: start of my php application when i start XAMP
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.