Mysql SUBSTRING() function
MySQL SUBSTRING() Function
Example
Extract a substring from a string (start at position 5, extract 3 characters):
SELECT SUBSTRING("SQL Tutorial", 5, 3) AS ExtractString;
Definition and Usage
The SUBSTRING() function extracts a substring from a string (starting at any position).
Syntax
SUBSTRING(string, start, length)
OR:
SUBSTRING(string FROM start FOR length)
Calculate distance between two lat long points PHP
ReplyDeleteDisplay star rating in PHP
Voting system with jQuery, Ajax and PHP
PHP Cache for Dynamic Web Pages
PHP Google Pie Chart Example Tutorial
Get directions & show routes
How To Create a Top Navigation Bar
How to loop json data in jQuery
Advanced Search form using PHP and MySQL
How To Create a Side Navigation Menu