Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


JoeMNZ

2 posts

Wannabe Geek


#73381 13-Dec-2010 12:23
Send private message

Alright! Hey guys, First time I've actually needed to post something on any of these forums..

I'm having some problems with this admin panel I'm building in PHP, I can't seem to insert into the table I need to!

Heres a small part of the code which receives stuff posted to it from a form..


            $nav = $row['nav'];
            $editable = $row['editable'];
            $withlinks = $row['withlinks'];
            $name = $_POST['name'];
            $title = $_POST['title'];
            $content = $_POST['content'];
           
            mysql_query("INSERT INTO links (name, title, content, nav, editable, withlinks) VALUES ('$name', '$title', '$content', '$nav', '$editable', '$withlinks')");
            /** mysql_query("INSERT INTO links (name, title, content, nav, editable, withlinks) VALUES ('$name', '$title', '$content', '$nav', '$editable', '$withlinks')"); **/


The reason I have the same query twice with one commented out is because, last time I had an error with querys, I copied the same type of query off a tutorial site, and changed the variables to suit, and it worked! It was exactly the same "visually" as what I had typed..

I use Notepad++

Umm that's about all,
Thanks in advance!
Joe

Create new topic
itxtme
2102 posts

Uber Geek


  #416480 13-Dec-2010 12:44
Send private message

Whats $row ?? its very hard to comment without seeing all of the php statement. You have received half the variables via _POST and the other half just have $row



Kraven
729 posts

Ultimate Geek


  #416482 13-Dec-2010 12:47
Send private message

Put:

echo mysql_error();

on the next line after your query and that give what error (if any) mysql is returning.

JoeMNZ

2 posts

Wannabe Geek


  #416484 13-Dec-2010 12:50
Send private message

OK! Problem resolved........

I was simply thinking I was so good that I could ignore the fact that I'm trying to insert it into the wrong table...

Sorry for wasting your time!



rvangelder
352 posts

Ultimate Geek


  #416501 13-Dec-2010 13:21
Send private message
Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.