mardi 31 mars 2015

How do i generate multiple keywords from sentence in php

I want to generate keywords from a sentence like this:


Sentence : This is test



this
this is
test this
is this
this is test
test is this
vice versa


I have to retrieve values from two fields from mysql table and then generate randomized keywords stated above. Then i will store generated keywords in another field of table.


How do i achieve this in PHP?





Aucun commentaire:

Enregistrer un commentaire