Results 1 to 10 of 16
Threaded View
-
27th May 2011, 12:39 PM #11MemberWebsite's:
EastsideHosting.com MediaONAIR.com ImgWiz.com cPadmin.net EastsidePCWorks.com HostedTalk.comCreated: test.php
PHP Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<?php
echo '<table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Welcome to:</td>
</tr>
<tr>
<td><strong>Hell</strong></td>
</tr>
</table>';
?>
</body>
</html>
PHP Code:<?php
error_reporting(-1);
$curlTarget = "http://127.0.0.1/test.php";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$curlTarget);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result = curl_exec ($ch);
curl_close($ch);
preg_match ("/(<strong)(.*?)(>)(.*?)(<\/strong>)/i", $result, $match);
echo $match[4];
?>
Curl: http://djdog2006.com/curl/curl.phpEastsideHosting - (Web Hosting, Proxy Hosting, Reseller Program)
MediaONAIR - (SHOUTcast Servers, ICEcast Servers, Reseller Program)
Server Administrator - (Dedicated Servers, VPS Management, One Time Services)
ImgWiz - (Free Image Hosting)
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Looking for Exam Result Script
By DevilLnC in forum Web Application/Script SupportReplies: 5Last Post: 7th Feb 2014, 02:04 PM -
Need help with google search result
By .nItIsH. in forum Webmaster DiscussionReplies: 4Last Post: 4th Mar 2012, 07:54 AM -
preg_match help need!
By saninokia in forum Web Development AreaReplies: 8Last Post: 27th Nov 2011, 08:39 PM -
Why Google Result Going Down!!
By indianmoviefans.info in forum Webmaster DiscussionReplies: 13Last Post: 23rd Sep 2011, 08:00 AM -
Help with preg_match - php !
By softleaks in forum Webmaster DiscussionReplies: 5Last Post: 21st May 2011, 04:22 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...