PHP pranthan
Pages
Home
Topics
Programs
PHP-MySQL
PHP-jQuery
Tuesday, 5 July 2011
Referencing other pages.
include, require and require_once
Eg: include 'page2.php';
Difference between include and require is that if the page is not found, require will give an error
whereas include doesn't.
Require_once doesn't include the page if it was already included before.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment