That Regex actually has an unnecessary part to it - it would be better to
write it like:
/\(?P.*?)\<\/head\>/sim
I added /m modifier, telling it that the search is performed in Multiline
basis. Added "head_tag_innerHTML" named reference for you, so writing this
Regex in PHP like this:
preg_ma
Hey guys,
I wonder if anyone can help me to find php_interbase.dll file for PHP
5.3.x [VC9], which works with Embarcadero Interbase. I tried those
which come with PHP distribution: apparently they all work with
Firebird only. When I tried them, they say I don't have
username/password set for Fireb