Can PHP automatically sign guestbook on cardomain?

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
camarosource
Forum Commoner
Posts: 77
Joined: Sat Aug 03, 2002 10:43 pm

Can PHP automatically sign guestbook on cardomain?

Post by camarosource »

Question:

Is there a way for PHP to do the following:

While on cardomain.com, viewing a car profile, can php locate the "view/sign my guestbook" link on the page, enter into the link, then in the page that shows up with the guestbook entries either clicks the "Add a new comment" link at the top of the page (it forces you to the guestbook form at the very bottom of the page) or just jumps to the form at the bottom of the page. Once you're in the guestbook form, it automatically pastes a small msg and saves it.

The reason:

Our website will be creating calendars once again to car owners. We would like to sign the guestbooks for the make of car I am in letting them know about the calendars and offering those with those cars that they are welcome to submit their own car pics to be in the calendars.

Thanks for your time.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

hmm... I think best option is to check into [php_man]curl[/php_man]
Post Reply