Re: [PHP-DB] PHP MySQL Issue!

2007-07-13 Thread Dwight Altman
On Jul 12, 2007, at 9:50 PM, Austin C wrote: Hello, I dont get any errors. Just a blank page. But, I go to the database, and it did what I told it to with the header table, but not with the circulation table. Check your error log or add this as the first line in your script.

Re: [PHP-DB] PHP MySQL Issue!

2007-07-13 Thread Dwight Altman
On Jul 12, 2007, at 9:50 PM, Austin C wrote: Hello, I dont get any errors. Just a blank page. But, I go to the database, and it did what I told it to with the header table, but not with the circulation table. After you built the SQL for the circulation table, you did not execute it [with

[PHP-DB] PHP MySQL Issue!

2007-07-12 Thread Austin C
Hello everyone, im trying to use PHP to create 2 tables in a database and populate them with tables, however, it just wont work. Here is my full code: ?php $hostname = $_GET['hostname']; $dbname = $_GET['dbname']; $dbusername = $_GET['dbusername']; $dbpassword = $_GET['dbpassword']; $dbprefix =

Re: [PHP-DB] PHP MySQL Issue!

2007-07-12 Thread Austin C
Hello, I dont get any errors. Just a blank page. But, I go to the database, and it did what I told it to with the header table, but not with the circulation table. On 7/12/07, Niel [EMAIL PROTECTED] wrote: Hi Give us a clue? What's the error(s) you get returned? -- Niel Archer -- PHP

Re: [PHP-DB] PHP MySQL Issue!

2007-07-12 Thread bedul
- Original Message - From: Austin C [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Friday, July 13, 2007 8:41 AM Subject: [PHP-DB] PHP MySQL Issue! Hello everyone, im trying to use PHP to create 2 tables in a database and populate them with tables, however, it just wont work. Here

Re: [PHP-DB] PHP MySQL Issue!

2007-07-12 Thread Niel
Hi Give us a clue? What's the error(s) you get returned? -- Niel Archer -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] PHP MySQL Issue!

2007-07-12 Thread Chris
Austin C wrote: Hello everyone, im trying to use PHP to create 2 tables in a database and populate them with tables, however, it just wont work. Where does it stop working? Looks fine from what you've shown us but you need to track down the problem a bit further. -- Postgresql php