Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-12-2013, 06:23 PM   PM User | #1
shojol80
New to the CF scene

 
Join Date: Feb 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
shojol80 is an unknown quantity at this point
Unhappy detect text from iframe tag

i make a simpl html page with a header.a foter and a iframe tag....its working wel,i can browse this external( which is in iframe tag) site from my site....but i want to show a msg by detecting exernql website's texti need a script which wil search "welcome shojol".....in iframe how to do that??? help me guyz.....
shojol80 is offline   Reply With Quote
Old 02-12-2013, 06:26 PM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,644
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
You don't. An iframe is a client controlled markup tag which allows you to import a document from an alternate location.
If you want to search something using PHP, you'll need to read the contents of the source, and search from there. You can read the content using file_get_contents if you have allow_url_fopen directive enabled, or you can use curl or sockets to load an external page.
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer: http://php.net/manual/en/mysqlinfo.api.choosing.php
Fou-Lu is offline   Reply With Quote
Old 03-05-2013, 03:51 AM   PM User | #3
shojol80
New to the CF scene

 
Join Date: Feb 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
shojol80 is an unknown quantity at this point
Sorry for late reply ,i was lil bit busy,,,and thanks for your help, im trying with curl :-)
shojol80 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:45 PM.


Advertisement
Log in to turn off these ads.