Page 1 of 1

PHP code example

Posted: Sat Jan 17, 2009 9:04 am
by DavidIQ

Code: Select all

[code=PHP]<?php include("somefile.php"); ?>
[/code]

Code: Select all

<?php include("somefile.php"); ?>