tags:

views:

48

answers:

2

Possible Duplicates:
Crash Course in Web Development (PHP+HTML)
How to learn web-programming (Javascript, PHP)?

hi>>>>

i search for cours video or book or web tutorials to teach me how to build website with php mysql css html

i need full project from A to Z from the scratch

plz if any one know that tell me

A: 

See:

PHP and MySQL Video Tutorials For Beginners

Sarfraz
thank you sarfraz you are very good man
magy
@magy: You are welcome :)
Sarfraz
A: 

W3C schools is an excellent starting ground from getting the basics of most web coding languages.

For example, PHP, http://www.w3schools.com/php/default.asp

In the same website they have a hefty knowledge base of HTML and CSS elements that you might find handy. But more importantly, they have little testing ground examples to get some quick hands on experience.

If you are not familiar with HTML, I would recommend looking into that before you tackle the likes of PHP.

duckbox
-1 because w3schools.com doesn't mention sql injection once.
Yacoby
You are quite right, http://www.w3schools.com/php/func_mysql_real_escape_string.asp
duckbox