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
3567 visits
Outline:એમ્બેડિંગ PHP આપણી સ્ક્રીપ્ટને <?php...... //SCRIPT.......?> માં એન્કોલ્સ કરીને આપણે આપણા PHP કોડને વેબપેજ પર ક્યાંપણ એમ્બેડ કરી શકીએ છીએ
એમ્બેડિંગ PHP આપણી સ્ક્રીપ્ટને <?php...... //SCRIPT.......?> માં એન્કોલ્સ કરીને આપણે આપણા PHP કોડને વેબપેજ પર ક્યાંપણ એમ્બેડ કરી શકીએ છીએ
Show video info
Pre-requisite