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

    MySQL and a while loop.

    I've a slight problem with my while loop. Although it is doing exactly as it is suppose to, I relized something. I need to contact the MySQL database, find the value of every line with a given username, then show the content of each of those lines one by one. I thought maybe an array or...
  2. Zilch

    MySQL won't connect for any apparent reason.

    Okay, I've checked, re-checked, and looked over my code what feels like a few hundred times now. I know it's connecting to the Database, but it won't add information! Anyways, here's my code: $sql = "INSERT INTO pm (from,to,subject,message,date) VALUES...
  3. Zilch

    Perplexing Paragraph Parsing

    Okay, I'm trying to write a pm system for my site. However, as far as I know (a friend of mine ran into this problem) MySQL databases don't store paragraphs. I'm wondering if maybe ASCII is stored (if so, the ASCII code is 12), or how I could fix this problem. Then I need to parse the...

Part and Inventory Search

Back
Top