Page 314 - CITS - CSA - TP (Volume 1) - Hindi
P. 314
कंप्यूटर सॉफ्टवेयर एप्लीकेशन- CITS
else
{
// If name field is empty, display an error message
echo “Please enter your name!”;
}
}
else
{
// If the request method is not POST, redirect back to the form
header(“Location: index.html”);
exit();
}
?>
</body>
</html>
3 ो ाम को C:\Apache24\htdocs म .php ए ट शन वाले फ़ो र म सेव कर
4 िवंडोज़ सिव स से Apache सिव स रन कर
5 ाउज़र ओपन कर और िन एड ेस टाइप कर
http://localhost/foldername/
6 रन करने के िलए index.html फ़ाइल पर क कर और आउटपुट वेरीफाई कर
298
CITS : IT & ITES - कं ूटर सॉ वेयर ए ीके शन - अ ास 56

