PDA

View Full Version : PHP into a ASP file how ?


DudeSicko
08-22-2002, 08:19 AM
I have a bit code that i want to include into a ASP file, but the code is PHP, and my file ASP ;(

I have asked all over, but no one seems to know how to do it, anyone here that hav an idea ?

Lesane
08-22-2002, 10:12 AM
Convert your asp code to php code :D
http://asp2php.naken.cc

DudeSicko
08-23-2002, 10:08 PM
ump yeah i could do that, if it was so simple :)
Well i will try it out, cant make it wors then it is now :)

DudeSicko
08-24-2002, 11:45 AM
Have solved it, put in a IFrame on the ASP page :)

<iframe src="banner.php" width="192" height="140" scrolling="no" frameborder="0" marginwidth="1" marginheight="0" name="banners" target="_blank"></iframe>