[PHP-DB] basic form entry

2007-10-06 Thread sm
I have been racking my brains trying to figure out what I am doing wrong. i have created a basic form that calls requests user information...the form then runs insert.php. No errors are returned, however, my database does not update. Any suggestions? thanks The field names in the table are co

[PHP-DB] Create view and Select in Interbase

2001-03-01 Thread job sm
To all good people, I've got troubles with the following code: It should create a view vserv0 and make a selection (select * from ...}. For some reason it process always just the first query (create). The second one gives me a message "table vserv0 doesn't exist". When I create view vserv0 ma