RajanPERT 0 Report post Posted November 24, 2005 I have been looking around for a tutorial all over the net. Thanks guys. Hi, I did not understand, what u want. If u are looking for a book or tutorial regarding internet than this is not good thread for this. You can make ur request E Book Station Thanks and Take Care! Share this post Link to post Share on other sites
imvikky 0 Report post Posted November 27, 2005 imvikky, i must've posted in the wrong thread. anyway, it wont matter if you write your PHP scripts on Win XP and later use them o n server 2003. Just be careful while handling files if you later plan to use your script on a Linux machine... 47977[/snapback] Hey Linuxguy.... Now my office has decided to shift from present win2K3 server to linux based server... All my projects are in trouble all of a sudden ... Could you tell me what all precautions will I have to take so that I can develop the programs on my lappy with winxp and later upload the data to the server... Also could you tell me a link/tutorial for how to install php/mysql/phpmyadmin on a linux server/standalone computer... Also if I can use the method described in earlier this post on Linux server tooo Share this post Link to post Share on other sites
RajanPERT 0 Report post Posted November 27, 2005 Also could you tell me a link/tutorial for how to install php/mysql/phpmyadmin on a linux server/standalone computer... Also if I can use the method described in earlier this post on Linux server tooo 48419[/snapback] No the installation procedure is differ from Windows. Use this tutorial. It have all helps as u may needed. Linux + Apache + MySql + PHP Installation Guide share ur exp with us. Thanks and Take Care! Share this post Link to post Share on other sites
linuxguy 0 Report post Posted November 29, 2005 Hey Linuxguy.... Now my office has decided to shift from present win2K3 server to linux based server... All my projects are in trouble all of a sudden ... Could you tell me what all precautions will I have to take so that I can develop the programs on my lappy with winxp and later upload the data to the server... Uh...dont panic. The only difference between a WAMP and a LAMP server is, that windows treats the newline character differently. Thats all. No difference apart from that. For windows newline is CR + LF (\r\n). For linux, its just LF (\n). Share this post Link to post Share on other sites