Category: Code Snippets

Code snippets and hints

aMember
0 4422

Remove amember.css from Render

Remove the css from the generated code template, install into site.php

drop table
0 3100

Drop table like

Drop table from a database using a pattern, see the ‘like’ statement

Find & Delete
0 3350

Find & Delete

Example of how to recursively delete files

css reset
0 2858

Eric Meyer’s reset reloaded + HTML 5

CSS reset to clear all those pesky settings

File Permissions
0 2383

Set File Permissions

Most php servers require that files be ‘-rw-r–r–‘ and directories ‘rwxr-xr-x’ running the example in the directory you want will change all these recursively for…

PHP Log reporting
0 3003

Send PHP Error Logs

Check through your web sites for those pesky PHP error logs You need to have PHP writing errors to the file name ‘error.log’ Save the…