PHP
November 15, 2010
The topic related to database development that i really want to know more about is most definitely PHP. It is what i need to know about because it is so crucial when it comes to coding with HTML on the server-side of things. This too will give the BPA Web Site Design team a better shot at winning SLC with knowing this technology. To get a better understanding I’ll be diving into this learning experience starting with this blog post.
PHP is an open-source scripting language that is widely used. It is code that is executed on the server that generates HTML when sent to the client/browser. So basically what you’re doing when you’re using PHP is server-side scripting/coding. When Using PHP you will have to have three things running that will make PHP work. First off, you need a PHP parser which what makes the PHP work. Second, you need a web browser to see the results of your code from your server. 3rd you need a web server that is either hosted on your machine to test out your work or on a server that you have rights to access. This is some of what you need to know in starting to learn more about the Hypertext Processor(PHP).