PDA

View Full Version : Blog site pingback



apwade
29 Feb 2008, 02:33 AM
I have a discount shopping site www.discounthypermarket.com and i have an admin program that when i add discount codes to the site it also writes directly to the database of a blog site so it also displays the discount codes. Since i am writing directly to the database the ping back to inform other blogs of updates does not work (i think it does not work) is it possible via coding to make the ping back work automatically after updating the database.

Any ideas and help i would be very grateful.

Cheers,

Andrew

Discount Code shopping (http://www.discounthypermarket.com)

able
04 Mar 2008, 08:08 AM
Follow the code of the blog to the bit where it takes the form submission for adding a new blog article/post.

This code will be executing a ping (or should be). Grab the code that fires the ping(s) and copy it to your script that is writing to the db directly.