My pages are working with PHP and MySql other than the following. Am working on localroot on pc.
The following extract shows the php code in the input box??
As it was a while ago, and on a remote site which worked, I cannot remember whether the session variable was first declared in other place, or if whats shown should work, or something amiss with my configuration of php?
<input name="QTY[1]" value="<?=$_SESSION['QTY'][1]?>" size="6" style="background-color: #FFFF00; font-weight:700" /><tr>
<?$_SESSION['PROD'][1]="DBC-6M"?>
<?$_SESSION['DURA'][1]="Digital Betacam 6 mins"?>
Many thanks
The following extract shows the php code in the input box??
As it was a while ago, and on a remote site which worked, I cannot remember whether the session variable was first declared in other place, or if whats shown should work, or something amiss with my configuration of php?
<input name="QTY[1]" value="<?=$_SESSION['QTY'][1]?>" size="6" style="background-color: #FFFF00; font-weight:700" /><tr>
<?$_SESSION['PROD'][1]="DBC-6M"?>
<?$_SESSION['DURA'][1]="Digital Betacam 6 mins"?>
Many thanks