Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] Layout Wizards From: Auke van Slooten (auke <email protected>)
Date: 07/15/00

On Sat, 15 Jul 2000, Donald Allen wrote:

> Hey,
>
> I'm very new at PHP (still don't know what it is), but I'm looking for a
> tutorial that shows you how to create a layout for your site in PHP... I see
> so many times sites that use something like:
>
> http://www.site.com/newslayout.php?id=13213
>
> Or something like that. Are there any tutorials on the web that will show me
> how to do this?
>
> Thanks!
>
> Don
>

Well, this is done using templates. There are a few template engine's for
PHP out there, but I've made an example site with a template system I
developed myself. You can look at the source and the templates at
http://www.muze.nl/software/examples/addressbook/

~
Auke van Slooten

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>