26406Server Side Includeshttp://www.phpnerds.com/article/server-side-includesUsing a feature that PHP offers, use we are allowed to do these server side includes to include both HTML and PHP pages, and actually any pages we really want to. Including HTML pages becomes very useful, in creating the same look and feel over your entire site, as we can include a standard header and footer on every page.PHP > Tips and Tutorials > Introduction to PHPOct 15, 2006Peter McNulty
Before creating a php application or website you will first need to check if PHP is supported by your Web Hosting Provider. In other words your webhost will need to have PHP installed on the webserver were your site is housed.
Strings are probably what you will use most in your PHP script. From concatenating, looking for patterns, trim, chop etc. So I guess it's a good idea to take a better look at this creature. We will also take a peek at some string functions that you might find useful for everyday coding.
Learn how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch on multidimensional arrays as well.
Before setting a variable it might help to know what one actually is. A variable is basically a piece of memory which has a name and holds a 'value'. Open up your favourite HTML/PHP text editor, and type the text below.
This tutorial shows you how to use two open source, cross-platform tools for creating a dynamic Web site: PHP and MySQL. When we are finished, you will know how dynamic sites work and how they serve the content, and you will be ready to serve your own dynamic content from your site.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.