SQLite Forum

Forum Critique
Login
Here's your program properly marked up:

-----

```php
<?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();
```

----

Click the `[source]` link above to see the raw version.

Also, as to your comment about "a whole new language," realize that Markdown is used in a *lot* of places these days, from Github to StackExchange to Reddit. Time spent learning it should pay off for much more than just posting here.