Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hespy
  • Order by date
  1. hespy

    Simple mysql insert gone wrong...

    Right sorted it. I used this below to get it working $query = "INSERT INTO blg_topics (topic_title,topic_desc) VALUES ('".$_POST['topictitle']."','" . $_POST['topicdesc'] ."')"; If i had just specified not to insert into the first column it works fine Thanks for the expert advice on all fronts!
  2. hespy

    Simple mysql insert gone wrong...

    ah right sorry, the reason the first comma was there was too insert no value into the topic id which would is an auto number, i assummed not having it would try put the next value into this. The escapes were generated by phpmyadmin, i tried using that code to see if it made a difference, I will...
  3. hespy

    Apache installation - beginner stuck! :(

    I had similar trouble, got apache up and running looked good but wouldn't talk with php, thats why i just scrapped it and installed phpdev, you don't need to do make any changes to the config, unless u want something to work differently, but im sure there is someone here who could trouble shoot...
  4. hespy

    Simple mysql insert gone wrong...

    Right that works better, now the error message is that my query is empty, is this an issue with the post variables?
  5. hespy

    Apache installation - beginner stuck! :(

    Dunno if I can help at all but I couldn't get mine setup to work properly either, but then someone recommended phpdev to me which sets up apache/php/mysql for you and with little config editing you are up and running in no time, if you are interested you can find it here...
  6. hespy

    Simple mysql insert gone wrong...

    Basically trying to get my script to insert into a database table, it might have to insert either a topic or an article depending on the options the user chose.. been staring at it for ages and just can't figure out why it won't work, ends up with the die message couldn't execute query.. have...
  7. hespy

    MXDatagrid edit/delete controls

    Hi, i am using an mxdatagrid to get information form an access table, i ahve added columns with a button field and an editcommandfield, these are populated fine, but how can i get the delete and edit buttons to actually execute code once clicked? when u click edit it creates text boxes for each...
  8. hespy

    copying to system clipboard

    Thanks very much!
  9. hespy

    copying to system clipboard

    I need to copy a string to the system clipboard, im used to programming in vb.net don't know how to do it in java :)
  10. hespy

    Getting System Time and setting to jTextField

    Thanks works wonders :D
  11. hespy

    Getting System Time and setting to jTextField

    I am writing a small program that allows users to log some information, one item of such is the Time/Date that something has happened, I create the log ultimately with a button, and if the jTextField is left empty i want to add the current system time and/or date instead. I tried writing the...
  12. hespy

    opening default web browser with hyperlink

    Cheers that one works!
  13. hespy

    opening default web browser with hyperlink

    If i try that I get: An unhandled exception of type 'System.IO.FileNotFoundException' occurred in microsoft.visualbasic.dll Additional information: File not found.
  14. hespy

    opening default web browser with hyperlink

    Hi, just wondered how you go about opening the default web browser when a hyperlink on a form is clicked, and go to a specified url, have no idea in .net, cheers!

Part and Inventory Search

Back
Top