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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.