|
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>"I think it's wrong that only one company makes the game Monopoly " - <name>Steven Wright </name></quote>
|