Asgn 9 - One Column Example


 The table used in this example looks like...

CREATE TABLE example_table
(
    tran_id INT NOT NULL AUTO_INCREMENT ,
    item VARCHAR( 50 ) NOT NULL ,
    PRIMARY KEY ( tran_id )
)

Warning: require(../DBtest.php) [function.require]: failed to open stream: No such file or directory in /home/paynet1/public_html/stage/assignment_9_test.php on line 35

Fatal error: require() [function.require]: Failed opening required '../DBtest.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/paynet1/public_html/stage/assignment_9_test.php on line 35
Item