0 Suspended 3198 Posts user info edit post |
so i am trying to connect to a database that i created in php.
i am learning the code so it takes a few tries before i get it working right, which means i have some faulty connects to the database
the server refuses me after a few connections
i can't "flush hosts" in phpmyadmin because i dont have priviledge... as the site administrator... what the hell?
moral: i hate progress systems for gaying this up.
please to help me thanks. 10/12/2005 10:55:55 PM |
spookyjon All American 21682 Posts user info edit post |
So what's your problem? 10/12/2005 11:12:38 PM |
ScHpEnXeL Suspended 32613 Posts user info edit post |
needs to learn to not fuck up the connections 10/13/2005 1:12:30 AM |
0 Suspended 3198 Posts user info edit post |
my problem is how do i flush the hosts 10/13/2005 4:57:32 AM |
30thAnnZ Suspended 31803 Posts user info edit post |
i love how you n00b the hell out of it, and then blame the host. 10/13/2005 8:16:29 AM |
Noen All American 31346 Posts user info edit post |
classic example of why you use Object Oriented programming.
Go get phplib, use the mysql class library, and quit doing direct SQL connects and queries. 10/13/2005 1:04:09 PM |