PDA

View Full Version : PHP Help!


CJ MAC OSX IPOD
April 27th, 2008, 11:54 AM
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"); ?>

Captain Code
May 1st, 2008, 01:08 PM
Need more details.