I am trying to get values from input box and then separated text with ,
and make it in array and after store it in database.
page save with the name of 'index.php'
There is Form
<form action="index.php" method=post>
<td>checking array implode</td>
<td><input name="implo" type="text" /></td>
</form>