Hi, I need to post to my blog automatically and I was wondering, how I can do it from a Blog. Any script, sample, pointers will be appreciated. Thanks
Is this from remote or do you have access to the blog files themself? First you would have to figure out the blog post SQL structure then you would create a SQL call with php and fill in the information that is needed into that SQL insert statement. if your posting remotely I would use http://us.php.net/curl to remotely post to it.
Thanks, I have access to the Blog files. The database fields should be know, so I am guessign there should already a script to add post entry based on SQL table or something like that. Any other suggestions?
No, you need to know the SQL structure and create that file yourself. Then you can then tell that file what to enter into the database. That way you can code something yourself that you can make work for you. I would love to help if you getting an error with any of the code you have create yourself. When you have something to post to help debug then come back. Not here to do it all for you otherwise you would not learn.