‘Php’ Category

Answers containing the keyword ‘php’

Improve Advanced Custom Fields Relationship And Post Object Fields Search
How to get the ACF Relationship and Post Object fields to sort by search results relevance, only show published posts, search by URL, and exclude the current page

Control Caching Of Dynamic Web Pages
How to control caching of dynamic web pages.

Send An Email To All Group Managers Via A Reactive Rule In Drupal 7
The idea was that when someone signed up and requested to join a group, the administrators (not just the author) of that group would get an email letting them know someone had requested access.

Hotlink Protection
How to protect files from hotlinking

Drop In PHP Caching Function
Cache complex content using PHP without greatly modifying the existing code structure.

Prevent Caching Of Dynamic Web Pages
How to prevent caching of web pages using PHP.

Template-Based Site
Make a simple PHP-based template-drive site

Bypass PHP Output Buffering When Using Apache Mod_deflate
How to output content immediately to the browser by bypassing PHP’s output buffering using flush() & ob_flush() while still using Apache mod_deflate to compress page contents.

Perform A Regular Expression Search And Replace
This page lets you perform a PHP perl-compatible regular expression find and replace using preg_replace.

Text Tools
This page lets you do various things to text, and gives you the encoded, decoded, or otherwise converted text back.