When doing php programming, it is a prerequisite also to know some basic in html programming. Learn the basic html tags such as table, form, div, img and etc. Then, once you have these basic knowledge already in html, it is time to learn php programming. PHP is a dynamic scripting language designed to develop dynamic web pages. Through php, you can integrate databases and embed to html output. You can program and perform loop tasks such as while loop, for loop, do while loop, if-else condition and etc. One tip to create website using php is to separate php scripts from the html tags.
you can start with php scripts then the html contents where to embed php scripts and functions. Just follow this basic format below.
start php tag
... set of php scripts and functions...
end php tag
start of html tag
.. set of html scripts and tags ...
end of html tag
Sunday, January 18, 2009
Subscribe to:
Post Comments (Atom)

nice blog. Tnx.
ReplyDelete