PHP code example

Random thoughts place for anyone who wishes to vent or talk about anything that's not phpBB related.
Post Reply
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

PHP code example

Post by DavidIQ »

Code: Select all

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

Code: Select all

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