What Is HTML? HTML or Hypertext Markup Language, is the predominant language in which most Internet web pages are based. HTML accomplishes a number of tasks via a web page, including describing the structure of text based information to be displayed within the page (font sizes, text colors and formats, etc.), providing [...]
Continue reading...Tuesday, May 18, 2010
Never mind the chicken or the egg. The burning philosophical question of our cyber age is, which came first, the PHP tutorial script or the website? You see the list of instructions that your PC follows when it displays a website on your screen, the software in other words is a [...]
Continue reading...Tuesday, May 18, 2010
In this article I will speak about PHP programming language and try to make it clear for every newbie which wants to start learning php. But, for beeing able to start learning this computer programming language, you should start by understand what is this and what is doing. Well, PHP is a server-side [...]
Continue reading...Tuesday, January 19, 2010
To retrieve data from a table of the database, we can use the mysql SELECT query. As discussed in the previous chapter, we use the mysql_query function to interactwith the database ( insert/retrieve data ). Although we’re now not going to INSERT data into the database but we’ll be using the SELECT type of query [...]
Continue reading...
Tuesday, May 18, 2010
0 Comments