RE: [PHP-DB] how does this regular expression works

2011-07-13 Thread Shahriyar Imanov
That Regex actually has an unnecessary part to it - it would be better to write it like: /\head.*?\(?Phead_tag_innerHTML.*?)\\/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-DB] php_interbase.dll , PHP 5.3.x VC9 needed, which works with Embarcadero Interbase

2011-05-31 Thread Shahriyar Imanov
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