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 Rhinorhino 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: liquidtrax
  • Content: Threads
  • Order by date
  1. liquidtrax

    SORTING MYSQL QUERY RESULTS INTO PAGES

    Anyone got any idea what I need to put to sort my query results into pages? As it is showing to many on one page and it takes very long to load. All responses are appreciated
  2. liquidtrax

    HELP WITH PRINTING DB CONTENTS

    I am reading a field from my database using the code print "<td>".stripslashes ( $a_row['nickname']) ." </td>"; I want to make it so if it prints "DAVE" it is a hyperlink to profile.php?name=dave is the hyperlink code something like below?? <a href="profile.php?name=<? echo $nickname ?>"> I...
  3. liquidtrax

    NEED HELP INSERTING VALUES TO DATABASE

    I get this error You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'long, talk, date, type, own, e, style, P) VALUES ( 'o','o','o' The code extract is below //insert into table $query = "INSERT INTO data...

Part and Inventory Search

Back
Top