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 derfloh 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: *

  1. Wantless

    can't find any functions!!

    o nvm im stupid lol its not odbc its mysql Earth is full. Go home... http://wantless.dragsims.com/
  2. Wantless

    can't find any functions!!

    hmm wow believe it or not chr worked that time but heres the code i WANT to run: $conn=odbc_connect('hidden','hidden','hidden'); if (!$conn) { exit("Connection Failed: " . $conn); } $sql="SELECT bottom 1 * FROM [news]"; $rs=odbc_exec($conn,$sql); if (!$rs) { exit("Error in SQL");}...
  3. Wantless

    can't find any functions!!

    ok all im trying to do is get the last entry in a news table and display it but when i go to see what happens it says: Fatal error: Call to undefined function: odbc_connect() in /homepages/34/d94591952/htdocs/wantless/index.php on line 95 but i thought odbc_connect was an imbedded function or...

Part and Inventory Search

Back
Top