SQLite Forum

Forum Critique
Login
I'm replying here. Unformatted doesn't show up. Markup style is set to "Plain Text"
Below is sample php code.

```<php  <------------------------- back tics to be used here??

<?php 

error_reporting (E_ALL ^ E_NOTICE);
include('../include/myPhpFunctions.inc');

$database="optumRx.db";
$insertVals="";
$norecords=0;
$noInserts=0;
$headLen=0;
$query="insert.sql";
$table="rxdata";

$dbquery=array();
$values=array();
$header=array();

``` <-------------------------- and here???

Is this what I should expect to see with my sample code??