Search Tutorials
The Tutorials in this series are created in XAMPP 5.5.19 on Ubuntu 14.04. PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Read more
Foss : PHP and MySQL - Bengali
Outline: POST ভ্যারিয়েবল অন্তর্নির্মিত $_POST ফাংশন "post" মেথডের সাথে পাঠানো মান ফর্ম থেকে সংগ্রহ করতে ব্যবহার করা হয় POST মেথডের সাথে ফর্ম থেকে পাঠানো তথ্য অন্যদের কাছে অদৃশ্য থাকে, এ..
Basic

Foss : PHP and MySQL - English
Outline: POST Variable The built-in $_POST function is used to collect values from a form sent with method="post". Information sent from a form with the POST method is invisible to othe..
Basic

Foss : PHP and MySQL - Gujarati
Outline: POST Variable (POST વેરિયેબલ) બિલ્ટ ઈન $_POST ફંકશનનો ઉપયોગ મેથડ ="post" ના સાથે મોકલેલ એક ફોર્મથી વેલ્યુઝ એકત્રિત કરવા માટે થાય છે. POST મેથડ ના સાથે એક ફોર્મથી મોકલેલ માહિતી ..
Basic

Foss : PHP and MySQL - Hindi
Outline: POST Variable (POST वेरिएबल) अन्तर्निहित $_POST फंक्शन का प्रयोग मेथड="post" के साथ भेजे गए एक फॉर्म से वैल्यूज़ संचित करने में होता है। POST मेथड के साथ एक फॉर्म से भेजी गयी..
Basic

Foss : PHP and MySQL - Kannada
Outline: POST ವೇರಿಯೇಬಲ್ $_POST ಎಂಬ ಬಿಲ್ಟ್-ಇನ್ ಫಂಕ್ಷನ್ ಅನ್ನು method="post" ನೊಂದಿಗೆ ಕಳುಹಿಸಲಾದ ಫಾರ್ಮ್ ನಿಂದ ವ್ಯಾಲ್ಯುಗಳನ್ನು ಪಡೆಯಲು ಬಳಸಲಾಗುತ್ತದೆ. POST ಮೆಥಡ್ ನ ಮೂಲಕ ಫಾರ್ಮ್ ನಿಂದ ಕಳುಹಿಸಲಾದ ಮಾಹ..
Basic

Foss : PHP and MySQL - Khasi
Outline: POST Variable Ka built- in $_POST function la pyndonkam ban lum ia ki values na ka form ba la phah bad ka method="post". Ki jingtip ba la phah na ka form ryngkat bad ka POST ..
Basic

Foss : PHP and MySQL - Malayalam
Outline: POST വേരിയബിൾ Method = "post" ഉപയോഗിച്ച് അയച്ച ഒരു ഫോമിൽ നിന്നും മൂല്യങ്ങൾ ശേഖരിക്കാൻ $ _POST ഫംഗ്ഷൻ നിർമ്മിച്ചിരിക്കുന്നു. POST രീതി ഉപയോഗിച്ചുള്ള ഒരു ഫോമിൽ നിന്ന് അയയ്ക്കുന്ന..
Basic

Foss : PHP and MySQL - Marathi
Outline: पोस्ट वेरियबल method="पोस्ट".सोबत पाठविलेल्या फॉर्म पासून वॅल्यूस एकत्र करण्यासाठी buil-in $_पोस्ट फंकशन वापरतात . पोस्ट method द्वारे फॉर्म पाठवियाची माहिती प्रतेकासाठी दृश्यामन..
Basic

Foss : PHP and MySQL - Punjabi
Outline: POST Variable Built-in $_POST ਫ਼ੰਕਸ੍ਹਨ method="post" ਰਾਹੀਂ ਫਾਰਮ ਵਿਚੋਂ ਮਾਨ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਵਰਤੇ ਜਾਂਦੇ ਹਨ POST ਮੈਥਡ ਰਹਿਣ ਭੇਜੀ ਸੂਚਨਾ ਦੂਜਿਆਂ ਨੂੰ ਦਿਖਾਈ ਨਹੀਂ ਦਿੰਦੀ ਅਤੇ ਭੇਜੀ ਜਾਣ ਵਾਲੀ ..
Basic

Foss : PHP and MySQL - Tamil
Outline: POST Variable built-in $__POST function, method="post" உடன் அனுப்பப்பட்ட படிவத்தில் இருந்து value களை சேகரிக்க உதவுகிறது. POST method உடன் ஒரு படிவத்திலிருந்து அனுப்பப்பட்ட தக..
Basic

Foss : PHP and MySQL - Telugu
Outline: POST Variable The built-in $_POST function is used to collect values from a form sent with method="post". Information sent from a form with the POST method is invisible to othe..
Basic

Foss : PHP and MySQL - Assamese
Outline: এমবেদিং (Embedding) PHP আমি ওৱেবপেজৰ (webpage) যিকোনো ঠাইত আমাৰ PHP ক’ডক অন্তৰ্নিহীত (embed) কৰিব পাৰো, আমাৰ স্ক্ৰিপ্তক <?php...... //SCRIPT.......?> ৰ মাজত ৰাখি
Basic

Foss : PHP and MySQL - Bengali
Outline: এমবেডিং পিএইচপি আমরা স্ক্রিপ্ট এম্বেড করে, ওয়েবপেজে যেকোনো জায়গায় পিএইচপি কোড এম্বেড করতে পারি
Basic

Foss : PHP and MySQL - English
Outline: Embedding PHP We can embed our PHP code anywhere in the webpage, by enclosing our script within the <?php...... //SCRIPT.......?>
Basic

Foss : PHP and MySQL - Gujarati
Outline: એમ્બેડિંગ PHP આપણી સ્ક્રીપ્ટને <?php...... //SCRIPT.......?> માં એન્કોલ્સ કરીને આપણે આપણા PHP કોડને વેબપેજ પર ક્યાંપણ એમ્બેડ કરી શકીએ છીએ
Basic

Foss : PHP and MySQL - Hindi
Outline: Embedding PHP (एम्बेडिड PHP) हम अपनी स्क्रिप्ट को <?php...... //SCRIPT.......?> में संलग्न करके वेबपेज में कहीं भी PHP कोड को अंतःस्थापित कर सकते हैं।
Basic

Foss : PHP and MySQL - Kannada
Outline: PHP ಕೋಡ್ ಅನ್ನು ಎಂಬೆಡ್ ಮಾಡುವುದು ಸ್ಕ್ರಿಪ್ಟ್ ಅನ್ನು <?php...... //SCRIPT.......?> ನ ಒಳಗೆ ಇಡುವುದರ ಮೂಲಕ ನಾವು ನಮ್ಮ PHP ಕೋಡ್ ಅನ್ನು ವೆಬ್-ಪೇಜ್ ನಲ್ಲಿ ಎಲ್ಲಿ ಬೇಕಾದರೂ ಎಂಬೆಡ್ ಮಾಡಬಹುದು.
Basic

Foss : PHP and MySQL - Khasi
Outline: Embedding PHP Ngi lah ban pynrung ia u PHP code jong ngi hangno hangno ha ka webpage , da kaba buh ia ka script jong ngi hapoh jong ka <?php...... //SCRIPT.......?>
Basic

Foss : PHP and MySQL - Malayalam
Outline: PHP എംബെഡ്ഡിങ് നമുക്ക് വെബ് പേജിൽ എവിടെയും നമ്മുടെ പിപി കോഡ് ഉൾപ്പെടുത്താം, നമ്മുടെ സ്ക്രിപ്റ്റിനുള്ളിൽ തന്നെ
Basic

Foss : PHP and MySQL - Marathi
Outline: एमबेडिंग PHP <?php...... //SCRIPT.......?>मध्ये आपली स्क्रिप्ट घालून वेब्पेज मध्ये कुठेही आपली php कोड एम्बेड करू शकतो.
Basic
