Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: admin panel help - editing data

  1. #11
    Join Date
    Mar 2007
    Posts
    43
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have tried the code with and without the single quotes and there is the same column error either way. Is there another possible problem??
    Last edited by llorax; 05-20-2007 at 01:34 AM.

  2. #12
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Sorry for the belated response, but try changing this:

    Code:
    $query = "SELECT (`date`,`venue`,`location`,`information`) FROM showdates";
    to this:

    Code:
    $query = "SELECT * FROM showdates";
    in the code to see if that fixes the problem.
    Hope this helps; and again, sorry for the late reply.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •