i am getting the following warnings after i try to inser data into some table cells i created. i have PHP Version 4.1.2 and MySQL 3.23.55. Apache 1.3.23. Redhat 7.3. oh, and i have php 4.3.0 installed, but i dont know how to make apche see it or use it. its ina different directory than the default redhat php which is what i am using now. anyway, anybody knwo what these warnings mean?

thanks,

- Vic

_______________________________________________________

Warning: Undefined variable: goto in /var/www/html/phpMyAdmin/tbl_replace.php on line 34

Warning: Undefined variable: goto in /var/www/html/phpMyAdmin/tbl_replace.php on line 58

Warning: Variable passed to reset() is not an array or object in /var/www/html/phpMyAdmin/tbl_replace.php on line 63

Warning: Undefined variable: submit_type in /var/www/html/phpMyAdmin/tbl_replace.php on line 70

Warning: Variable passed to each() is not an array or object in /var/www/html/phpMyAdmin/tbl_replace.php on line 136

Warning: Undefined variable: table in /var/www/html/phpMyAdmin/tbl_replace.php on line 157

Warning: Undefined variable: db in /var/www/html/phpMyAdmin/tbl_replace.php on line 166

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/phpMyAdmin/tbl_replace.php:34) in /var/www/html/phpMyAdmin/libraries/ob.lib.php on line 65

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/phpMyAdmin/tbl_replace.php:34) in /var/www/html/phpMyAdmin/header.inc.php on line 27

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/phpMyAdmin/tbl_replace.php:34) in /var/www/html/phpMyAdmin/header.inc.php on line 28

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/phpMyAdmin/tbl_replace.php:34) in /var/www/html/phpMyAdmin/header.inc.php on line 29

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/phpMyAdmin/tbl_replace.php:34) in /var/www/html/phpMyAdmin/header.inc.php on line 30

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/phpMyAdmin/tbl_replace.php:34) in /var/www/html/phpMyAdmin/header.inc.php on line 32
Server localhost

Error

SQL-query :

INSERT INTO (
)
VALUES (
);

MySQL said:

You have an error in your SQL syntax near '() VALUES ()' at line 1


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to