Learning PHP and MySQL

Example 08-09 Looking for the string in our author names

SELECT LOCATE`author`,LOCATE('on',`author`) FROM `authors`;

Posted by on 08/07 at 05:14 PM

Next entry: Example 08-10 Adding the formatting to a phone number using LEFT, RIGHT, and SUBSTR

Previous entry: Example 08-08 Using TRIM with the TRAILING option

<< Back to main