#file_get_contents
2 posts tagged file_get_contents. Clear filter
-
Highlight String in PHP
Function for highlighting text/strings in PHP. Will output something like this [caption id="" align="alignnone" width="345" caption="Highlighted PHP.Net"] [/caption] \\\Notice all the styles are...
-
Absolutize Relative Links Using PHP and Preg_Replace_Callback
I was in the market for a simple php script to replace hrefs with their absolute paths from scraped web pages. I wrote one myself. I used the preg\replace\callback function so that I could pass the...