i'm stuck with a syntax issue....
i want to set a VARIABLE with a value from a FORM
using this method
$ed = 'edit_username' . $row['id'];
result, i hope, would be edit_username1 then
$edit_username = $_POST['$ed'];
sets the variable from form field $ed
It doesnt work so i have obviously got the syntax wrong....
does anyone know how to do it please..