PHP Help!

CharlieJ

R.I.P bobw
Right.
I am attempting to learn php.

I am trying to insert text into a table of a database.

I have 4 documents:
config.php
index.php
process.php
submit.php

Index Code:
PHP:
<? include("submit.php"); ?>
 
Back
Top