jcpruett98
New member
Any of you guys have some cool sites? I would love to see some examples.
jcpruett98 said:Any of you guys have some cool sites? I would love to see some examples.
strokerace said:jcpruett98 said:Any of you guys have some cool sites? I would love to see some examples.
What kind of language do you use?
jcpruett98 said:Any of you guys have some cool sites? I would love to see some examples.
strokerace said:jcpruett98 said:Any of you guys have some cool sites? I would love to see some examples.
Here is one of my CMS that I own now
http://hotrodders.fromdia.com
and this is my latest project that one of my DEVs tried to do with my code. I have to redo it as they are still stuck in the 90's
http://hotrodders.fromadia.com/dagger/
silenceangel said:strokerace said:jcpruett98 said:Any of you guys have some cool sites? I would love to see some examples.
Here is one of my CMS that I own now
http://hotrodders.fromdia.com
and this is my latest project that one of my DEVs tried to do with my code. I have to redo it as they are still stuck in the 90's
http://hotrodders.fromadia.com/dagger/
only blank page, trying with reload but still the same. whats wrong?
smalpierre said:@"strokerace"
You probably want stop php from writing errors to the browser -- the dagger link has a bunch of errors showing username for the database, and that it's not using a password.
Also might want to think about switching to PDO instead of using the mysql functions. I don't think they're even maintaining those anymore.