php-db | 2002091
Date: 09/13/02
- Next message: Pierre-Alain Joye: "Re: [PHP-DB] PHP html layout"
- Previous message: Robert McKerlie: "[PHP-DB] PHP html layout"
- Maybe in reply to: Robert McKerlie: "[PHP-DB] PHP html layout"
- Next in thread: Pierre-Alain Joye: "Re: [PHP-DB] PHP html layout"
- Reply: Pierre-Alain Joye: "Re: [PHP-DB] PHP html layout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It's really very easy. Read these two things.
http://www.php.net/manual/en/function.echo.php
http://www.php.net/manual/en/function.print.php
Beyond that, you'll also want to check out:
http://www.php.net/manual/en/function.htmlspecialchars.php
http://www.php.net/manual/en/function.stripslashes.php
and anything else you can find about escaping out special characers like
slaskes, single and double quotes, etc.
HTH
-----Original Message-----
From: Robert McKerlie [mailto:R.McKerlie <email protected>]
Sent: Friday, September 13, 2002 1:16 PM
To: php-db <email protected>
Subject: [PHP-DB] PHP html layout
Hi
Simple question. Can anyome direct me to suitable tutorials that cover how
to insert html tags into a php script to arrange the layout of a page
I look forward to hearing from you
Regards
Robert
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Pierre-Alain Joye: "Re: [PHP-DB] PHP html layout"
- Previous message: Robert McKerlie: "[PHP-DB] PHP html layout"
- Maybe in reply to: Robert McKerlie: "[PHP-DB] PHP html layout"
- Next in thread: Pierre-Alain Joye: "Re: [PHP-DB] PHP html layout"
- Reply: Pierre-Alain Joye: "Re: [PHP-DB] PHP html layout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

