by Shashi Dhar Kumar | Aug 2, 2008 | Interview Questions, PHP
Question : What are the differences between Get and post methods in form submitting. Give the case where we can use get and we can use post methods? Answer : When to use GET or POST The HTML 2.0 specification says, in section Form Submission (and the HTML 4.0...
Warning: Trying to access array offset on value of type bool in /home/nqetassd/shashidharkumar.com/wp-content/themes/Divi/epanel/custom_functions.php on line 629
by Shashi Dhar Kumar | Aug 2, 2008 | Interview Questions, Uncategorized
ASP-Interview Questions Question : How are scripts executed? Answer : ASP provides scripting engines that execute the corresponding scripting languages on the server side. Scripts should be encoded within the “< %…. %”. Question : Explain the building...
by Shashi Dhar Kumar | Nov 6, 2007 | Interview Questions, PHP
Question : What are the differences between Get and post methods in form submitting. Give the case where we can use get and we can use post methods? Answer : When to use GET or POST The HTML 2.0 specification says, in section Form Submission (and the HTML 4.0...