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 1053 posted 10 years ago by pvq
0 927 posted 14 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 961 posted 14 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 905 posted 15 years ago by Lostindream
0 1228 posted 15 years ago by Zwendel
0 827 posted 16 years ago by wokon
3 1389 posted 16 years ago by smoover
You can get hostname from script environment - getenv("HTTP_HOST") (?!'.$host.') matches URLs always except local links
0 1062 posted 16 years ago by kossmoss
2 1214 posted 18 years ago by hyperwhat
« Prev 1 Next »