| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
| Rahul on PHP MySQL Functions | |
| Mayuresh Haridas on PHP Include File | |
| Naeem on PHP Tutorial | |
| Rick Seymour on PHP File Upload | |
| Learn Japanese Vocab… on HTML Character Sets |
|
Blog at WordPress.com. Theme: SpringLoaded by the449.
10 May
PHP Syntax
Posted by navid100 in XHTML. Tagged: Basic PHP Syntax, Comments in PHP, PHP Syntax, PHP Tutorial. Leave a Comment
PHP code is executed on the server, and the plain HTML result is sent to the browser.
Basic PHP Syntax
A PHP scripting block always starts with <?php and ends with ?>. A PHP scripting block can be placed anywhere in the document.
On servers with shorthand support enabled you can start a scripting block [...]
Continue reading »