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
3258 visits
Outline:Embedding PHP (एम्बेडिड PHP) हम अपनी स्क्रिप्ट को <?php...... //SCRIPT.......?> में संलग्न करके वेबपेज में कहीं भी PHP कोड को अंतःस्थापित कर सकते हैं।
Embedding PHP (एम्बेडिड PHP) हम अपनी स्क्रिप्ट को <?php...... //SCRIPT.......?> में संलग्न करके वेबपेज में कहीं भी PHP कोड को अंतःस्थापित कर सकते हैं।
Show video info
Pre-requisite