Working with PHP Datatypes
By Steve Adcock2005-05-14
Working with PHP Datatypes
First, some unavoidable dialog. PHP is parsed on the server and can be embedded into an HTML document, saved with the .php or .phtml extension. Because the code is parsed on the server, any web visitor who tries to view your source code will NOT see any of your PHP coding, since it has been interpreted and transferred to HTML by the web server. You must have PHP installed on your personal server or your remote server. You may download and install PHP from PHP.net. Now, let's get started, and remember, you can copy and paste all these working examples and try them out yourself.
Tutorial pages:
|
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Working with PHP Datatypes"
You must be logged in to post a comment.
Link to This Tutorial Page!

