Please help me in $Content =~ s!\<\$loop\$(\d*)\$\>(.+
Posted: Sun Jun 02, 2002 1:51 pm
Code: Select all
$Content =~ s!\<\$loop\$(\d*)\$\>(.+?)\<\$loop\$\>!\<\$loop\$\>!s;Please helpppppp , thanks
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$Content =~ s!\<\$loop\$(\d*)\$\>(.+?)\<\$loop\$\>!\<\$loop\$\>!s;