AHH! its not working!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
craka
Forum Newbie
Posts: 21
Joined: Thu Jul 11, 2002 9:04 pm

AHH! its not working!

Post by craka »

lol, ok. On my localhost i have this script working, then i move it over to my server and one feature doesnt work.. the comments. its at http://www.craka.com/~erk its a clan site i started and am currently trying to implement the comments feature. But its just not working. I have recreated the tables in mysql, and done everything i could think possible. But why would it work on my computer and not my server? Its a windows server running apache. (or so says my hosting provider). bah.. my mind is fried. any hep would be great. Thanks.
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

seems to me that its not connecting to the database correctly to retrieve the information, make sure your databse connection and queries are correct.
Post Reply