Ask your own question, for FREE!
Computer Science 7 Online
OpenStudy (coconutjj):

I want to create a blog system where I can update the text every so often... I've done some error check but it doesn't echo the values in the database onto the website... Can someone please help http://pastebin.com/2AU7YEnS

OpenStudy (coconutjj):

@ganeshie8

OpenStudy (maitre_kaio):

You want to create a record into the "postings" table when the form is submitted, right ? Then you should use the CREATE sql statement, not the UPDATE. IMHO, that's why the sql doesn't raise any error, but doesn't do anything neither.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!