This is a sample video. To access the full content, please Login
Hello Sir/ma'am,A warning Appears in text box after php embedding, this text box should be blank. How do we suppress warning message? Here is the php/html code used : <html><o:p></o:p><input type = 'text' name = 'name' value = '<?php echo $_GET['name'] ?>' ><input type = 'submit' value = 'Click here'></html>Warning Message : <br /><b>Warning</b>: Undefined array key "name" in <b>D:\Programming\PHP-Javascript\xampp\htdocs\phpacademy\embed.php</b> on line <b>10</b><br />
why tags are used ? is it neceassary to use tags
1147 visits
Outline:এমবেডিং পিএইচপি আমরা স্ক্রিপ্ট এম্বেড করে, ওয়েবপেজে যেকোনো জায়গায় পিএইচপি কোড এম্বেড করতে পারি
এমবেডিং পিএইচপি আমরা স্ক্রিপ্ট এম্বেড করে, ওয়েবপেজে যেকোনো জায়গায় পিএইচপি কোড এম্বেড করতে পারি
Show video info
Pre-requisite