]([^\[]+)\[/url\]", "\\1",
$msg);
Might load the file in, do line by line search for
this pattern if it passes then save it or do what you
want.
PSEUDO CODE
Get File;
Foreach file_line {
if contains URL {
do action;
}
}
C
If you are willing to do a rewrite, then have your
main script start a fork, or child process. The child
process would run your script while the parent would
do nothing else but wait for the child. if the child
times out the parent will know and you can then print
out a error message.
See the fo
Try using single quotes inside your double quotes,
just like you did with the width and haight values.
The following line should work:
print "";
Robert Fisher
Axis Solutions, Inc.
__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Afford
Try using single quotes inside your double quotes,
just like you did with the width and haight values. he
following line:
print "";
__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--
PHP General M
case sensitive.
Hope this helps,
Robert Fisher
Axis Solutions, Inc.
__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
5 matches
Mail list logo