RE: [PHP] Adding HTTP URL Code

2003-01-09 Thread Robert Fisher
]([^\[]+)\[/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

Re: [PHP] How to detect a PHP script time-out?

2003-01-08 Thread Robert Fisher
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

[PHP] Re: Img src

2003-01-08 Thread Robert Fisher
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

[PHP] Re: Img src

2003-01-08 Thread Robert Fisher
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

[PHP] Re: [PHP-GEN] Directory Listing with php on unix boxes

2003-01-07 Thread Robert Fisher
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: