Hiya!
I was wondering if someone could take alook at my syntax and point out the error.
$dbinclude = "<?php include ('common_db.php');?>";
$dbconnect = "<?php $link_id = db_connect();?>";
I want to store these statements in these variables to write to a text file later on.
Cheers!