The PHP and MySQL web development environment is probably the first solution most people think of when they consider server side coding. Developed initially on a home page and now blanketing the web on at least 200 million sites, the Perl extensions have grown up to become PHP Web Development.
PHP is not without its flaws. Unfortunately version 6 does not run in as many languages as version 3. Creating in PHP is not necessarily easy because you are creating something that normally will not work on server that you can control.
There are two things to remember when creating in PHP.
You do not have to build on a Linux but it is highly recommended. A Linux system is similar to what is used on servers where your project will be sent to. For the most part, local servers are Windows based. As stated previously, web based creations run on a Linux server. It may not seem like much an issue but it is. Windows based servers are not case sensitive. Linux servers are. Using a link like http://name.com/folderName/ on a Windows server may seem great. You check it and it works. So, you send it to the webserver. All of a sudden, it does not work anymore. When you select the link, the message page not found shows up. You know the page is there.
Linux provides more stability.
Try getting the environment as similar to the Linux as possible if you feel that you absolutely must use Windows.
SVN and CVS are basically two sides of the same coin. SVN and CVS save your work on a system allowing you access to prior versions if necessary. You are going to need access to this. Some would say that SVN is only needed when several people are working on the same project. Basically, it gives all of them access to the file simultaneously. The SVN will deal with any conflicts that arise by combining all the work together when it can. There are those that SVN is the way to go even if you are working solo. If you ever need to go back to a prior version of a project and restore the project to a particular point, you can.
With any luck, you have been shown how this information relates to creating and PHP together. When first starting out, follow the two recommendations listed above. Your project will be in a more monitored and structured setting.
Need to master Building websites with PHP and MySQL. We offer PHP and MySQL courses in London and all over the UK?



Recent Comments