This topic is locked

PHP error

10/1/2005 12:44:52 AM
PHPRunner General questions
Allenh author

I keep getting PHP errors when I try and build test DB's.

I can create records, but when I try and edit, I get the following:
Error type 256

Error description Unknown column '' in 'where clause'

URL www.marketingbytes.com/photosphere/contact_info_edit.phpeditid=

Error file /home/bytes/public_html/photosphere/include/dbconnection.php

Error line 26

SQL query select `id`, `first`, `last`, `first_last`, `company`, `address`, `state`, `country`, `zipcode`, `telephone`, `fax`, `email_main`, `email_alternate`, `url`, `city` From `contact_info` where ``=NULL
Any thoughts, suggestions?

Thanks in advance for any help.
A.

Sergey Kornilov admin 10/3/2005

Hi,
please proceed to Key columntab in PHPRunner and choose the correct key column(s).

If you have problems with key column post here your table structure. I'll help you.