I wanted to update a row in my table using the following steps:
- Get the row
- Display the row in a form using the following statement:
<input name="name" type="text" size="50" maxlength="50" value="<?php = $name ?>">
I receive this error
PHP Parse error: syntax error, unexpected '=' in c:\Inetpub\wwwroot\ependakwaan\daftarmaklumat_okt.php on line 101
What is wrong?