Posts

Showing posts from July, 2019

PHP- Course for Beginners in hindi

Image
                  PHP ट्यूटोरियल: 7 दिनों में जानें  शुरुआती के लिए    PHP वेब पर सबसे लोकप्रिय स्क्रिप्टिंग भाषा है। PHP Facebook, Yahoo, Google के बिना मौजूद नहीं होता। पाठ्यक्रम आपको एक PHP समर्थक बनाने के लिए तैयार है। एक बार जब आप सभी मूल बातें पचा लेते हैं, तो पाठ्यक्रम आपको अपने बहुत ही ओपिनियन पोल एप्लिकेशन बनाने में मदद करेगा। PHP का पूर्ण रूप इस कोर्स को सीखने के लिए पर्याप्त होगा। यह ट्यूटोरियल शुरुआती या कम PHP अनुभव वाले शुरुआती लोगों के लिए डिज़ाइन किया गया है। PHP क्या है? अपना पहला PHP प्रोग्राम लिखें PHP एक सर्वर साइड स्क्रिप्टिंग भाषा है। इसका उपयोग स्टेटिक वेबसाइट या डायनामिक वेबसाइट या वेब एप्लिकेशन को विकसित करने के लिए किया जाता है। PHP हाइपरटेक्स्ट प्री-प्रोसेसर के लिए है, जो पहले पर्सनल होम पेज के लिए था। PHP स्क्रिप्ट की व्याख्या केवल उस सर्वर पर की जा सकती है जिसमें PHP स्थापित है। PHP स्क्रिप्ट तक पहुँचने वाले क्लाइंट कंप्यूटर को केवल वेब ब्राउज़र की आवश्यकता होती है। एक PHP फ़ाइल में PHP...

Php - Course for Beginners in English

Image
PHP is the most popular scripting language on the web. Without PHP Facebook, Yahoo, Google wouldn't have exist. The course is geared to make you a PHP pro. Once you digest all basics, the course will help you create your very own Opinion Poll application. Just a full form of PHP would be enough to learn this course. This tutorial is designed for beginners with little or no PHP experience. What is PHP? Write your first PHP Program PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages. PHP scripts can only be interpreted on a server that has PHP installed. The client computers accessing the PHP scripts require a web browser only. A PHP file contains PHP tags and ends with the extension ".php". In this tutorial, you will learn- What is a Scripting Language? Scripting VS Programming Language What does PHP ...