我使用PHP &的MySQL傳遞預訂ID?
設計一個課程預約我需要通過在從course.php登記所述選擇過程中的特定(ID)來爲registration.php
<a href="registrate.php">
<input type="button" class="reserve" id="<?= $row['id'] ?>" name="Registrate" value="Registrate Now" style="border-radius:30; width:130; height: 25; color: green; font-weight:bolder; font-size: 13"/>
</a>
<?$identified =$this-> $row['id']?>
<? echo $identified; ?>
問題通過所有ID可變登記
如果你不知道$ _GET變量,你應該回到繪圖板:) –
我剛開始在PHP ...如果你能幫助我,希望你做 –
@ VladPreda善待新編碼器,建議他們以同樣的方式學習 – perrohunter