[Solved] php div content swap – how to include in echo command [closed]

[ad_1]

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

[ad_2]

solved php div content swap – how to include in echo command [closed]