I would like to manually place a variable amount right onto the page, so the rest of the page picks up the values.
Tried variations of this but what is the right way?
If this is table row 200 (MBatID is col name) and the table name is 'MBat':
<?php $MBatID = "200";?>
Using:
SELECT *
FROM MBat WHERE MBatID= // ?