View Single Post
  #4 (permalink)  
Old Apr 21st, 2008, 20:37
CloudedVision's Avatar
CloudedVision CloudedVision is offline
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 942
Blog Entries: 8
Thanks: 2
Thanked 21 Times in 21 Posts
Send a message via AIM to CloudedVision Send a message via MSN to CloudedVision Send a message via Skype™ to CloudedVision
Re: Undefined Index error with DB

Undefined index 'author_id' means (In your situation) that there is no post data for author_id. So whatever form is submitting data to this query is not sending any information for author_id through POST. Either you've made an error and misnamed 'author_id' or the form data is being sent through GET or not at all.
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; }
<quote>&quot;I think it's wrong that only one company makes the game Monopoly&quot; - <name>Steven Wright</name></quote>
Reply With Quote