I'm borrowing some php code from a form and using it to get a dataset from my db.
According to my editor, there's a syntax error in the code below.
If anyone can help me clean it up I'd appreciate it. What I'm trying to "get" is the dataset C1MF.
There's much more code above and below, so if this isn't enough info please let me know.
<?php\n\n\n@ include ('DBconnect.php');\n\n$T1='C1MF';\n$_POST['T1']='C1MF';\n?>
Thanks much!