Top 60 CodeIgniter Interview Questions and Answers

Top 60 CodeIgniter Interview Questions and Answers

Here are MCQ CodeIgniter interview questions and answers for freshers as well as experienced candidates to get their dream job. Base URL can be changed from which configuration file: (a) database file             (b) config file                   (c) routes file          … Read more

Explain PHP For Loop In Hindi #1 Tutorial Easy Language

Explain PHP For Loop In Hindi #1 Tutorial Easy Language

PHP For Loop एक नियंत्रण संरचना (control structure) है जिसका उपयोग किसी कोड ब्लॉक को एक निश्चित संख्या में बार दोहराने के लिए किया जाता है। यह उन स्थितियों में उपयोगी होता है जहाँ आप पहले से जानते हैं कि लूप को कितनी बार चलाने की आवश्यकता है। फॉर लूप का सिंटैक्स (Syntax of Php … Read more

Explain PHP Do While Loop In Hindi #1 Tutorial Easy Language

Explain PHP Do While Loop In Hindi #1 Tutorial Easy Language

PHP Do While Loop का उपयोग तब किया जाता है जब हम चाहते हैं कि एक कोड ब्लॉक कम से कम एक बार निष्पादित हो, भले ही लूप की शर्त सही न हो। इस लूप की विशेषता यह है कि यह पहले कोड ब्लॉक को निष्पादित करता है और फिर शर्त की जांच करता है। … Read more

PHP Armstrong Number Program #1 Easy Explanation In Hindi

PHP Armstrong Number Program #1 Easy Explanation In Hindi

Write the Script to check whether the number is Armstrong or not using Php And Html. PHP Armstrong Number Program आर्मस्ट्रांग नंबर ऐसे विशेष नंबर होते हैं जिनके अंकों के घनों का योग मूल संख्या के बराबर होता है. उदाहरण के लिए, 153 एक आर्मस्ट्रांग नंबर है क्योंकि (1 * 1 * 1) + (5 … Read more

Php While Loop Easy Learn In 2024

Php While Loop Easy Learn In 2024

PHP में ‘while loop’ लूप का उपयोग किसी कोड ब्लॉक को तब तक बार-बार चलाने के लिए किया जाता है जब तक कि एक निश्चित शर्त सत्य (true) रहती है। यह एक प्रकार का एंट्री कंट्रोल लूप है, जिसका अर्थ है कि लूप के अंदर का कोड तब तक नहीं चलेगा जब तक कि लूप … Read more

error: Content is protected!! You are not allowed to copy.