Thanks for helping. Unfortunately, that doesn't quite accomplish the task
either. The other example for my first post would be mangled with that.

----- Original Message -----
From: "Rick Emery" <[EMAIL PROTECTED]>
To: "Jim" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, December 19, 2002 1:09 PM
Subject: Re: [PHP] Regex Help


> <?php
> $q = "test <OPTION VALUE=\"test\">test</OPTION> test";
> ereg("(.*)(<OPTION.*OPTION>)(.*)",$q,$ar);
> $t = "anotherword".$ar[2]."anotherword";
> print $t;
> ?>
>
> outputs:
> anotherword<OPTION VALUE="test">test</OPTION>anotherword
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to