Reply
Blog site pingback
Old 02-29-2008, 03:50 AM Blog site pingback
Novice Talker

Posts: 9
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
apwade is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 02-29-2008, 05:46 PM Re: Blog site pingback
Learning Newbie's Avatar
Moderator

Latest Blog Post:
What Does This Look Like?
Posts: 4,737
Name: John Alexander
Well it reallyd epends a lot on what database you're using for starters, then what coding languages and what software or hosting framework you're using.

For example, if you use Microsoft SQL Server, the database engine itself is able to make HTTP calls, so you could set up a trigger to issue a ping every time the data in the table changed. MySQL I'm almost sure cannot do HTTP, so it would be impossible for the database to notify other web sites directly. You might set the web page that hosts whatever form you use to enter the data to do the pingback on submit.
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 03-03-2008, 03:45 AM Re: Blog site pingback
Novice Talker

Posts: 9
Thank you for the reply, i am using mysql and php for coding.
apwade is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Blog site pingback
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11364 seconds with 13 queries