July 31st, 2013, 07:10 AM
-
[SPLIT] was ASP and iframe with PHP
So how cn you retrieve data from a MySQL database using php and pass it to asp? Is it possible?
July 31st, 2013, 02:34 PM
-
Just make sure you have asp in your server ans oulling data from server wjich runs well php
Code:
<iframe frameborder="0" scrolling="no" height="1100" width="760" overflow-x="hidden" overflow-y="scroll" src='http://sms.luceosolutions.com/recruit/advert_details.php?id=" & REQUEST("id") & "&idpartenaire=" & REQUEST("partner_id") & "'></iframe>
July 31st, 2013, 03:35 PM
-
Split this to it's own thread.
======
Doug G
======
I've never been able to appreciate the sublime arrogance of folks who feel they were put on earth just to save other folks from themselves .." - Donald Hamilton
August 25th, 2013, 10:03 AM
-
Originally Posted by rps
So how cn you retrieve data from a MySQL database using php and pass it to asp? Is it possible?
Yes, it's quite possible. The only question is what kind of data you want to pass. One thing you could do for example is to use the curl function to pass data like variables from php to asp.
You would then use querystring in asp to retrieve that data.
Could you give us an example of what you would want to use it for?