sql new column or new table dilema code example
Example: how to make new column in sql
<?php
echo str_replace("john", "jack", "hello i am john");
?>
<?php
echo str_replace("john", "jack", "hello i am john");
?>