I need to create a thread by an URL from another script, or form.
So if i call "http://www.mysite.com/forum/index.php?path=MyForum/" and specify f.ex. "$myvars = 'title=TITEL&text=TEKST BESKRIVELSEN&username=ROLO&password=ROLO';" with the help of *curl*, i get the form prefilled with exactly what i whant.
My problem is *how do i submit the data ?*
Its probably very simple but i seem not to be able to do it. Someone has the solution or can point me at the correct direction?
I intend to use this for commenting on blog entry's. I could use hashover or something similar but nononsense is a nicer solution and fits my needs.
/José