Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged regexp



« Prev 1 Next »
Match nested html elements using regular expressions. Replace the first part of the magic "[a-z]+" to search for a specific tag, e.g. "div". Loop the magic on matched parts to create a recursive match.
1 623 posted 9 years ago by pvq
0 500 posted 12 years ago by burnleywallet
For several reasons, including portability, reducing download size, and general code neatness, I like to make all links within a website root relative.
0 490 posted 13 years ago by weboholic
Very simple to use. **Calling:** $files = dirContents(DIR_PATH, [FILTER, [TYPE]]); **Examples:** $files = dirContens("my-dir"); _$files_ is array containing all, both files either directories $files = dirContens("my-dir",...
0 484 posted 14 years ago by Lostindream
0 739 posted 14 years ago by Zwendel
0 418 posted 14 years ago by wokon
3 867 posted 14 years ago by smoover
You can get hostname from script environment - getenv("HTTP_HOST") (?!'.$host.') matches URLs always except local links
0 626 posted 15 years ago by kossmoss
2 729 posted 16 years ago by hyperwhat
« Prev 1 Next »