Showing posts with label into. Show all posts
Showing posts with label into. Show all posts

Friday, June 10, 2016

PHP Text Splitter Break Plain Text Into Separate Sentences

PHP Text Splitter gets plain text as input and breaks it into separate sentences. Smart logic implemented to catch abbreviations. Supports custom sentences separator.

Each sentence must start with uppercase letter in order to be parsed correctly.

This tools consists of only one php file, and does not need any third party components.

Download PHP Text Splitter PHP Script


Wednesday, May 11, 2016

PHP Data Insert Into MySQL Database

In this post i will show you that how to insert data into mysql database , this tutorial will use php , html and mysql together and using html user friendly form that get some information and inserts the data into mysql database specified table,  using some php functions and mysql insert query it’s easy to insert data into database table , so let’s have a look.


Read more »