Thankyou. i got the solution
Thanks & Regards
syed
- Original Message -
From: "Robby Russell" <[EMAIL PROTECTED]>
To: "Syed Ghouse" <[EMAIL PROTECTED]>
Cc: "php mailinglists" <[EMAIL PROTECTED]>
Sent: Thursday
Google(value to extract)';
echo preg_replace('/\(.*)\<\/a\>/i', "$1", $link);
?>
Jim Grill
- Original Message -
From: "Syed Ghouse" <[EMAIL PROTECTED]>
To: "php mailinglists" <[EMAIL PROTECTED]>
On Wed, 2004-08-25 at 21:11, Syed Ghouse wrote:
> Hi All
>
> Will anybody tell me how to extract the value (say Google)
> from the code below:
>
> Google(value to extract)
>
> Thanks and Regards
>
> Syed
You can use regular expressions for this.
$in = 'meep';
preg_match("|>(.*)|", $in, $out
Hi All
Will anybody tell me how to extract the value (say Google)
from the code below:
Google(value to extract)
Thanks and Regards
Syed
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Wednesday 14 July 2004 11:54, Prasit Narkdee wrote:
> > $tmp = unpack("d", substr($this->data, $spos + 6,
8));
> > // It machine machine dependent
> >
> > if ($this->isDate($spos)
On Wednesday 14 July 2004 11:54, Prasit Narkdee wrote:
> $tmp = unpack("d", substr($this->data, $spos + 6, 8));
> // It machine machine dependent
>
> if ($this->isDate($spos)) {
> list($string, $raw) = $this->createDate($tmp['']);
>
$tmp = unpack("d", substr($this->data, $spos + 6, 8));
// It machine machine dependent
if ($this->isDate($spos)) {
list($string, $raw) = $this->createDate($tmp['']);
// $this->addcell(DateRecord($r, 1));
On Monday, November 17, 2003, at 05:27 PM, Matt Palermo wrote:
Hello. I was wondering if anyone knew of a function to get the value
between 2 strings. For example, lets say I have the following line:
$line = "I want the value between word ONE and word TWO. Please return
it...";
Now, I want to
Hello. I was wondering if anyone knew of a function to get the value
between 2 strings. For example, lets say I have the following line:
$line = "I want the value between word ONE and word TWO. Please return
it...";
Now, I want to get everything between "ONE" and "TWO". In this example it
sho
$data=mysql_fetch_row($result);
$count=$data[0];
That's it!
On Mon, 6 Aug 2001, Jeremy Morano wrote:
> hi,,,
>
> can someone tell me how to access the value of count? please?
>
> -
> $db = @mysql_select_d
M
To: [EMAIL PROTECTED]
Subject:[PHP] get value
hi,,,
can someone tell me how to access the value of count? please?
-
$db = @mysql_select_db($db_name, $connection) or die("Couldn't select
datab
hi,,,
can someone tell me how to access the value of count? please?
-
$db = @mysql_select_db($db_name, $connection) or die("Couldn't select
database.");
$sql = "SELECT count(*)
FROM $table_name, comp
12 matches
Mail list logo