i have to open a file ".htm"
how can i use the preg_replace() function
I am trying to remove <table blah blahh>
Putting it in a program is a good step.
Here are a few examples
http://www.php.net/preg_replace
You just want to remove the starting table tag, and not the actual table data nor the ending tag? I can't see the purpose of that, but.. here's a pattern that will match exactly that:
$pattern = '/<table.*?>/si';
Thank you very much ") wehre is the link to make this resolved?
jansky wrote:") wehre is the link to make this resolved?
") wehre is the link to make this resolved?
No such link I know of. This is a question you find in a thread in
Feedback Forum
/halojoy