Search Results

Search: Posts Made By: therockravi
2,679
Posted By therockravi
Its working... thanx a lot scottn... But...
Its working...
thanx a lot scottn...

But now it created another problem:
when I type therock"
I get therock" in my text box..

Still my text box is not totally preserved...

pls help me...
2,679
Posted By therockravi
Its printing ' But now its not working for " ...
Its printing '
But now its not working for "

I even tried:

$value =~ s/"/\\"/g;

But not working...

---------- Post updated at 07:19 AM ---------- Previous update was at 07:17 AM...
2,679
Posted By therockravi
Can you please elaborate it coz I've tried...
Can you please elaborate it coz I've tried everything...

---------- Post updated at 06:58 AM ---------- Previous update was at 06:45 AM ----------

I think we use addslashes in php...
there is...
2,679
Posted By therockravi
how preserve the content of the text box
I have used get method in my form and retrieving the content of text box in
$value using:
$buffer = $ENV{'QUERY_STRING'};
($name,$value)=split(/=/,$buffer);

Now I want to preserve my text box:...
1,927
Posted By therockravi
I tried code: @arr=($content =~ m{<div...
I tried
code:

@arr=($content =~ m{<div class="abs\c">(.*?)</div>}g);
print @arr;


but when i try putting s instead of g it print the content inside first occuring <div> tags pair in...
1,927
Posted By therockravi
what is multiline modifier... I only want to...
what is multiline modifier...
I only want to know how could i apply while loop...
around the if condition so that it searches entire $content..

thankx
1,927
Posted By therockravi
display content between all similar tags pattern
hi, I m stuck at a point for more than 3days. My doubt is pretty simple..
I have a web page content in $content. ( got this by using LWP)..

Now I want to display the content matching a pattern....
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy