I searched for a day to find an example of running some PHP that is embedded in the middle of a string that was read from a database I couldn’t
PHP Snippets
Every PHP developer needs a good and reliable collection of code snippets. In this category, you will find 900+ copy and paste code snippets that will help in your next PHP project.
Checks the string parameters in a SQL query for single quotes and replaces them with single quotes where necessary This is required for MS-SQL where you may need to have
With this code u can display a CSV file in a table.
A Simple routine to cut a string If the string has a number of characters higher than desired the function returns the number of characters desired and dots or more
A small and quick class to get CDDB information using the Linux program cd-discid.
This page makes a table that gives the name of each image in your image folder gives the size and type of the image shows the image itself is shown
Uses man | col -b so if you have groff you’ll be fine
This code blocks an entire ISP (by domain) from your website. This example shows you how to block AOL users from your site.
We are able to create WBMP for WML by GD-1.8 or later.
Function to create a bar chart by passing an array with labels as the index and the value, and a filename for the image.