PDA

View Full Version : Simple Thread Creation script


intrigue
05-13-2005, 01:11 PM
Ok heres my plan.

I am writing a Article type script in PHP/ASP which will add reviews for Movies/Music/Television giving different levels of detail for each and basically i would like it so that when i click create article or create review a corrosponding thread is created with "article discussion" as the body text and the title of the article as the title of the thread. Now i will investigate myself how this will work but if anyone has any advice id greatly appreciate it.

Im not after full integration with VBB at all but more of a simple link. I dont want different levels of access within the review script i guess im asking more of what variables do i need to pass from the form within my script and where do i pass them to?
Thanks
.matt

cinq
05-13-2005, 01:15 PM
In includes/functions_newpost.php
Function : build_new_post()

;)

intrigue
05-13-2005, 01:23 PM
In includes/functions_newpost.php
Function : build_new_post()

;)
hey ill take your word for it because i already use your article system :D
.matt

i suppose the easiest way to do it would be to create a new thread track the cnage in mysql database and then write a new script to directly manipulate the mySQL database
??
.matt