Hi all.
This is first post to any forum. and would like to know How i call 2 db fields to show in the same line.
This is what i have and would like them both within the h4 tags which are styled with css
echo '<h4>' . $row ['title'] . '</h4>';
echo ' ' . $row ['stockcode'] . ' ';
I suspect it's somthing very minor.
All comments are welcome.(and about the spelling. getting tired.)