mubarakjalal Posted April 24, 2011 Share Posted April 24, 2011 hey guy, <p>I'm kind of new to php , and I need you to help me. I have developed a website im lamp. I don't how to get that working in wamp/ xamp :'(. <i>Please tell me how to do it.<i> </p> Quote Link to comment https://forums.phpfreaks.com/topic/234581-how-to-migrate-from-lamp-to-wampxamp/ Share on other sites More sharing options...
PFMaBiSmAd Posted April 24, 2011 Share Posted April 24, 2011 Php is a parsed, tokenized, and interpreted language. Unless you are using things like shell_exec() with operating system dependent commands, there's generally nothing you need to change when moving between different operating systems. Also, except for specific php language extensions that your code might be using, as long as you are not using any old depreciated features or functions or any of the lazy-way short-cuts, your php code will work when moving between different servers. What sort of problems or errors did you get when you tried this? Quote Link to comment https://forums.phpfreaks.com/topic/234581-how-to-migrate-from-lamp-to-wampxamp/#findComment-1205557 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.