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


About 686 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : PHP and MySQL - Khasi

Outline: Multi-Dimensional Arrays Ha ka multidimensional array, man uwei u element ha ka main array u lah ruh ban dei u array. Bad man uwei u element ha ka sub-array u lah ban dei u arra..

Basic

Foss : PHP and MySQL - Malayalam

Outline: മൾട്ടി-ഡൈമൻഷണൽ അറേസ് ഒരു മൾട്ടിഡൈമൻഷണൽ അറേയിൽ, പ്രധാന ശ്രേണിയിലെ ഓരോ എലവും ഒരു അറേയും ആകാം. സബ്ക്യാമറയിലെ ഓരോ എലവും ഒരു അറേയും അത്തരത്തിലുള്ളതുമാകാം.

Basic

Foss : PHP and MySQL - Marathi

Outline: मल्टी-डाइमेन्षनल अरेज़ मल्टी-डाइमेन्षनल अरे मध्ये, मेन अरे मधे प्रतेक एलिमेंट एक अरे पण असु शकते. आणि सब-अरे मध्ये प्रतेक एलिमेंट एक अरे असु शकते, आणि या प्रमाणेच.

Basic

Foss : PHP and MySQL - Oriya

Outline: Multi-Dimensional Arrays ଗୋଟିଏ multidimensional ଆରେରେ ଥିବା ମୁଖ୍ୟ ଆରେରେ ଥିବା ପ୍ରତ୍ୟେକ ଏଲିମେଣ୍ଟ ମଧ୍ୟ ଗୋଟିଏ ଆରେ ହୋଇପାରିବେ. ଏବଂ ସବ୍-ଆରେରେ ଥିବା ପ୍ରତ୍ୟେକ ଏଲିମେଣ୍ଟ ଗୋଟିଏ ଆରେ ହୋଇପାରିବ ଏ..

Basic

Foss : PHP and MySQL - Punjabi

Outline: Multi-Dimensional Arrays In a multidimensional array, each element in the main array can also be an array. And each element in the sub-array can be an array, and so on.

Basic

Foss : PHP and MySQL - Tamil

Outline: Multi-Dimensional Arrays Multi-Dimensional Array ல், main array ல் உள்ள ஒவ்வொரு element ம் ஒரு array ஆக இருக்கலாம். மற்றும் sub-array ல் உள்ள ஒவ்வொரு element ம் ஒரு array ஆக இரு..

Basic

Foss : PHP and MySQL - Telugu

Outline: Multi-Dimensional Arrays In a multidimensional array, each element in the main array can also be an array. And each element in the sub-array can be an array, and so on.

Basic

Foss : PHP and MySQL - Urdu

Outline: ملٹی ڈائمینشنل ارے میں، بنیادی ارے میں موجود ہر ایلمینٹ ارے ہو سکتا ہے۔ اور سب-ارے میں ہر ایلمینٹ ارے ہو سکتا ہے اور ایسے ہی اور بھی

Basic

Foss : PHP and MySQL - Assamese

Outline: লোপচ (Loops) – হোৱাইল ষ্টেতমেন্ত (While Statement) হোৱাইল লোপটোৱে ক’ডৰ ব্লক এটা কাৰ্যকৰী কৰে যেতিয়া চৰ্ত এটা সত্য হয় হোৱাইল( while) (চৰ্ত) কাৰ্যকৰী হ’বলগা ক’ড ;

Basic

Foss : PHP and MySQL - Bengali

Outline: Loops - While স্টেটমেন্ট একটি কন্ডিশন true হলে while লুপ কোডের একটি ব্লক এক্সিকিউট করে while (কন্ডিশন) কোড এক্সিকিউট করতে হবে;

Basic

Foss : PHP and MySQL - English

Outline: Loops - While Statement The while loop executes a block of code while a condition is true. while (condition) { code to be executed; }

Basic

Foss : PHP and MySQL - Gujarati

Outline: લૂપ્સ- વ્હાઈલ સ્ટેટમેંટ જયારે કન્ડીશન ટ્રૂ હોય છે ત્યારે વ્હાઈલ લૂપ બ્લોક કોડ એક્ઝીક્યુટ કરે છે. જે કોડ ને એકઝીક્યુટ કરવા છે;

Basic

Foss : PHP and MySQL - Hindi

Outline: Loops (लूप्स) - While Statement (वाइल स्टेटमेंट) वाइल लूप कोड का एक ब्लॉक निष्पादित करता है जब एक कंडीशन ट्रू हो। वाइल (कंडीशन) { कोड निष्पादित किया जाना है; }

Basic

Foss : PHP and MySQL - Kannada

Outline: ಲೂಪ್ ಗಳು- while ಸ್ಟೇಟ್ಮೆಂಟ್ while ಲೂಪ್ ಗಾಗಿ ಹೇಳಿರುವ ಕಂಡಿಷನ್ ನಿಜ ಆಗಿದ್ದಾಗ, ಕೋಡ್ ನ ಬ್ಲಾಕ್ ಅನ್ನು ಎಕ್ಸಿಕ್ಯೂಟ್ ಮಾಡಲಾಗುತ್ತದೆ. while (condition) { code to be executed;..

Basic

Foss : PHP and MySQL - Khasi

Outline: Loops - While Statement Ka while loop ka execute ia ka block jong u code katba ka condition ka dei true. while (condition) { code u ban shah execute; }

Basic

Foss : PHP and MySQL - Malayalam

Outline: ലൂപ്പിസ് സ്റ്റെമെന്റ്റ് ഒരു അവസ്ഥ ശരിയായിരിക്കുമ്പോൾ while loop ഒരു കോഡ് ബ്ലോക്ക് എക്സിക്യൂട്ട് ചെയ്യുന്നു. (കണ്ടീഷൻ ) { കോഡ് നടപ്പിലാക്കാൻ; }

Basic

Foss : PHP and MySQL - Marathi

Outline: लूप्स - वाइल स्टेट्मेंट कंडीशन ट्रू असल्यास वाइल लूप कोड चा ब्लॉक कार्यान्वित करतो वाइल (कंडीशन) { कोड कार्यान्वित करणे; }

Basic

Foss : PHP and MySQL - Oriya

Outline: Loops - While Statement While ଲୂପ୍ ଗୋଟିଏ କୋଡର ବ୍ଲକକୁ ନିଷ୍ପାଦନ କରିବ ଯେତେବେଳେ ଗୋଟିଏ କଣ୍ଡିଶନ୍ true ହେବ while (condition) { code to be executed; }

Basic

Foss : PHP and MySQL - Punjabi

Outline: Loops - While Statement The while loop executes a block of code while a condition is true. while (condition) code to be executed;

Basic

Foss : PHP and MySQL - Tamil

Outline: Loops - While Statement ஒரு condition உண்மையாக இருக்கும் போது while loop ஒரு code blockஐ இயக்கும். while (condition) { இயக்கவேண்டிய code ; }

Basic