Hey, I have got a variable which includes other variables which have not been set, I then need it to refresh that variable once the others have been set. ie
$tableheader = "<table width=\"$tablewidth\">";
$tablewidth = "75%";
Refresh $tableheader?????????
Hope you can help. Thanx
$tableheader = "<table width=\"$tablewidth\">";
$tablewidth = "75%";
Refresh $tableheader?????????
Hope you can help. Thanx