Just some suggestions:
Firstly, it’s good practise to enclose the values of tag attributes in quotes. For instance:
echo "<div id=swap>"; becomes
echo "<div id='swap'>";
1
solved php div content swap – how to include in echo command [closed]
Just some suggestions:
Firstly, it’s good practise to enclose the values of tag attributes in quotes. For instance:
echo "<div id=swap>"; becomes
echo "<div id='swap'>";
1
solved php div content swap – how to include in echo command [closed]