|
Posted by Jerry Stuckle on 12/28/07 02:27
Bucky wrote:
> I want to make something where I can schedule future blog posts, and
> it will automatically publish them to Xanga. I have a web host with
> Linux, MySQL, PHP, cron, etc.
>
> Type up blog post and future date into MySQL.
> Cron job scheduled every day, check if blog post needs to be published
> today.
> If so, somehow log into Xanga and fill out the forms and submit.
>
> The piece I'm missing is how to log into Xanga and fill out the forms.
> Can this be done with PHP from the server? What are the "technologies"
> that I need to use? Thanks!
>
Check out the cURL extensions. You should be able to do exactly what
you want.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|