Hi,
I'm very new to ASP/PHP and really have no idea on programming either! I always use "ready to use" scripts and it works.
I do have one question that a lot of people are telling me is not possible. Here's what it it:
My website is in ASP- it basically has news/reviews of poducts. However, I'm using vBulletin for forums which is in PHP. The forums are running fine- without any problems on the server. What I wanna do know, is, take an already built-in PHP script which basically posts the most-recent topics from the forum, and paste it as a sidebar in all my site's main pages that are in ASP.
If I use the include command, I get all the text-code of the PHP script instead of it actually running and posting the result of the script. What I am being told is that you cannot "parse" a PHP page inside an ASP page coz IIS doesn't do that. Is that correct? Is there a way for me to be able to get the results of the PHP script post on an ASP page besides using frames?
Thanks!
Abbas