RaymondT
RaymondT
  • Видео 112
  • Просмотров 56 469
Looping Statement (Practice Test) | Learning PHP
Hi guys! Welcome to my channel RaymondT.
Looping Statement (Practice Test) | Learning PHP
Analyze the following looping statements and identify what will be the displayed value.
Просмотров: 162

Видео

Array (Practice Test) | Learning PHP
Просмотров 350Год назад
Hi guys! Welcome to my channel RaymondT. Array (Practice Test) | Learning PHP Analyze and identify the specific code needed to retrieve a certain value from an array.
Conditional Statement (Practice Test) | Learning PHP
Просмотров 156Год назад
Hi guys! Welcome to my channel RaymondT. Conditional Statement (Practice Test) | Learning PHP Analyze the following conditional statements and identify whether the displayed value is TRUE or FALSE.
Stay Focused on Your Goal | Motivational Video
Просмотров 54Год назад
Hi guys! Welcome to my channel RaymondT. Stay Focused on Your Goal | Motivational Video
Have Dreams and Have Goals | Motivational Video
Просмотров 29Год назад
Hi guys! Welcome to my channel RaymondT. Have Dreams and Have Goals | Motivational Video
PHP Array and Sessions (Practice Coding) | Learning PHP 2023
Просмотров 304Год назад
Hi guys! Welcome to my channel RaymondT. PHP Array - An array is a special variable, which can hold more than one value at a time. - In PHP, there are three types of arrays: - Indexed Arrays - Arrays with a numeric index - Associative Arrays - Arrays with named keys - Multidimensional Arrays - Arrays containing one or more arrays PHP Sessions - A session is a way to store information (in variab...
PHP Array and Sessions | Learning PHP 2023
Просмотров 110Год назад
Hi guys! Welcome to my channel RaymondT. PHP Array - An array is a special variable, which can hold more than one value at a time. - In PHP, there are three types of arrays: - Indexed Arrays - Arrays with a numeric index - Associative Arrays - Arrays with named keys - Multidimensional Arrays - Arrays containing one or more arrays PHP Sessions - A session is a way to store information (in variab...
PHP Loops (Practice Coding) | Learning PHP 2023
Просмотров 69Год назад
Hi guys! Welcome to my channel RaymondT. PHP Loops - Loops are used to execute the same block of code again and again, as long as a certain condition is true. - In PHP, we have the following loop types: - while - loops through a block of code as long as the specified condition is true - do...while - loops through a block of code once, and then repeats the loop as long as the specified condition...
PHP Loops | Learning PHP 2023
Просмотров 44Год назад
Hi guys! Welcome to my channel RaymondT. PHP Loops - Loops are used to execute the same block of code again and again, as long as a certain condition is true. - In PHP, we have the following loop types: - while - loops through a block of code as long as the specified condition is true - do...while - loops through a block of code once, and then repeats the loop as long as the specified condition...
PHP Decision Making and Type Casting (Practice Coding) | Learning PHP 2023
Просмотров 124Год назад
Hi guys! Welcome to my channel RaymondT. PHP Conditional Statements - Conditional statements are used to perform different actions based on different conditions. - In PHP we have the following conditional statements: - if statement - executes a block of code, if a specified condition is true. - if...else statement - executes a block of code, if a specified condition is true otherwise it will ex...
PHP Decision Making and Type Casting | Learning PHP 2023
Просмотров 62Год назад
Hi guys! Welcome to my channel RaymondT. PHP Conditional Statements - Conditional statements are used to perform different actions based on different conditions. - In PHP we have the following conditional statements: - if statement - executes a block of code, if a specified condition is true. - if...else statement - executes a block of code, if a specified condition is true otherwise it will ex...
PHP Forms (Practice Coding) | Learning PHP 2023
Просмотров 270Год назад
Hi guys! Welcome to my channel RaymondT. GET vs. POST - Both GET and POST create an array. This array holds key/value pairs, where keys are the names of the form controls and values are the input data from the user. - Both GET and POST are treated as $_GET and $_POST. These are superglobals, which means that they are always accessible, regardless of scope - and you can access them from any func...
PHP Forms | Learning PHP 2023
Просмотров 167Год назад
Hi guys! Welcome to my channel RaymondT. GET vs. POST - Both GET and POST create an array. This array holds key/value pairs, where keys are the names of the form controls and values are the input data from the user. - Both GET and POST are treated as $_GET and $_POST. These are superglobals, which means that they are always accessible, regardless of scope - and you can access them from any func...
Introduction | Learning PHP 2023
Просмотров 232Год назад
Hi guys! Welcome to my channel RaymondT. What is PHP? - PHP is a server scripting language and a powerful tool for making dynamic and interactive web pages - PHP is an acronym for "PHP: Hypertext Preprocessor“ - PHP is a widely-used, open-source scripting language - PHP is free to download and use What are the basic knowledge needed? Before you continue you should have a basic understanding of ...
Contribution of ICT to Social Changes | Living in the IT Era
Просмотров 6552 года назад
Hi guys! Welcome to my channel RaymondT. Contribution of ICT to Society or Social Changes Development 1. Entertainment 2. Public services 3. Financial Services 4. Business 5. ICTs and social transformation on political moves 6. Domestication of ICT 7. ICT Enhancing Education ... Please subscribe to my channel. Thanks.
Internet Threats | Living in the IT Era
Просмотров 4032 года назад
Internet Threats | Living in the IT Era
Cyber Crimes | Living in the IT Era
Просмотров 2302 года назад
Cyber Crimes | Living in the IT Era
Netiquette and Computer Ethics | Living in the IT Era
Просмотров 8262 года назад
Netiquette and Computer Ethics | Living in the IT Era
The Internet | Living in the IT Era
Просмотров 9602 года назад
The Internet | Living in the IT Era
The Web | Living in the IT Era
Просмотров 4592 года назад
The Web | Living in the IT Era
Introduction to ICT | Live in the IT Era
Просмотров 2302 года назад
Introduction to ICT | Live in the IT Era
Form Validation | Integrative Programming and Technologies 1 (PHP)
Просмотров 6972 года назад
Form Validation | Integrative Programming and Technologies 1 (PHP)
MySQL Database | Integrative Programming and Technologies 1 (PHP)
Просмотров 9852 года назад
MySQL Database | Integrative Programming and Technologies 1 (PHP)
Cookies and Sessions | Integrative Programming and Technologies 1 (PHP)
Просмотров 5042 года назад
Cookies and Sessions | Integrative Programming and Technologies 1 (PHP)
Functions | Integrative Programming and Technologies 1 (PHP)
Просмотров 4172 года назад
Functions | Integrative Programming and Technologies 1 (PHP)
File Inclusion | Integrative Programming and Technologies 1 (PHP)
Просмотров 4582 года назад
File Inclusion | Integrative Programming and Technologies 1 (PHP)
Form Handling | Integrative Programming and Technologies 1 (PHP)
Просмотров 6792 года назад
Form Handling | Integrative Programming and Technologies 1 (PHP)
Arrays | Integrative Programming and Technologies 1 (PHP)
Просмотров 5382 года назад
Arrays | Integrative Programming and Technologies 1 (PHP)
Looping Statements | Integrative Programming and Technologies 1 (PHP)
Просмотров 5832 года назад
Looping Statements | Integrative Programming and Technologies 1 (PHP)
Conditional Statements | Integrative Programming and Technologies 1 (PHP)
Просмотров 8792 года назад
Conditional Statements | Integrative Programming and Technologies 1 (PHP)

Комментарии

  • @BossJack-b9c
    @BossJack-b9c 18 дней назад

    nice po

  • @chosenche10
    @chosenche10 Год назад

    Good evening Sir, may book po kayo ng Integrative Programming and Technologies 2 po?

  • @quintanaedwin1141
    @quintanaedwin1141 Год назад

    Thanks for the helpful video! I learned a lot and appreciate your clear explanations.

  • @quintanaedwin1141
    @quintanaedwin1141 Год назад

    Thanks for the helpful video! I learned a lot and appreciate your clear explanations.

  • @quintanaedwin1141
    @quintanaedwin1141 Год назад

    Thank you for the great video! Your teaching style was clear and easy to follow, and I found the lesson very helpful.

  • @abiolacomputing
    @abiolacomputing Год назад

    Thnk you soo much for your time

  • @margauxpilaspilas3479
    @margauxpilaspilas3479 Год назад

    Thank you so much po ang galing niyo po magturo!! huhu <3

  • @maenatics2.015
    @maenatics2.015 2 года назад

    May I request for the discussion of: •Value of Information -zero-marginal cost -non rivalrous -non exclusive -no transparency

  • @BSITVinluanEner
    @BSITVinluanEner 2 года назад

    Niceee , i like how yu teach ussss thanksssss masterr

  • @tomassue
    @tomassue 2 года назад

    Hello. I am currently working for my capstone. Big help talaga videos mo po para sa student like me na not experienced pa sa mga PHP framework. Sana po gumawa ka ng tutorial about codeigniter din about transferring data from a table to another table. Salamat ng marami.

  • @egzongallapeni8098
    @egzongallapeni8098 2 года назад

    Tutorial was great just please make english only or the other language u speak in split videos cause its mix and sometimes its confusing . Thanks

  • @synerdragon
    @synerdragon 2 года назад

    आपकी अंग्रेजी को समझना बहुत कठिन है, कृपया उपशीर्षक सक्षम करें

  • @roosterlanka
    @roosterlanka 2 года назад

    useful explained well

  • @genosthegreat7870
    @genosthegreat7870 2 года назад

    Hello sir Do you know what are topics in Integrative programming 2?

  • @anything_info-torial8567
    @anything_info-torial8567 2 года назад

    Very nice tutorial raymondT. Keep up the good work. I also plan to do the same in my channel and hoping I can make it.

  • @accentlyrics6971
    @accentlyrics6971 2 года назад

    Clear and concise po ng discussion niyo sir. Kudos po sa patience sa pagtuturo! New sub here..

  • @marlonaromin6723
    @marlonaromin6723 3 года назад

    sir mayron kabang example code na magkasama ung cookies and session sa isang program?

  • @macoyestrella2397
    @macoyestrella2397 3 года назад

    anung purpose po ng Jquery?

  • @cleoramirez57
    @cleoramirez57 3 года назад

    Iba IT expert! Nice!!👏👏👏

  • @evsu.jaymarkfeniza
    @evsu.jaymarkfeniza 3 года назад

    👍

  • @seroltech118
    @seroltech118 3 года назад

    very good video ! congrat. Im searching something that I can't find... for example I have a json that is {"friend1"["name":"raymond", "friendsince":"12/09/2021"], "friend2"["name":"serol", "friendsince":"12/09/2021"]} and with my php I want to get the name of friend 1 and friend2, how should I do ?

  • @cristopherangeles
    @cristopherangeles 3 года назад

    Hello sir, paano po, pag ung code natin gumagana sa localhost pero pag sa website na nagawan ng domain at hosting hindi na po gumagana ung database natin, anu ung problem dun , pa help po thanks

    • @cristopherangeles
      @cristopherangeles 3 года назад

      Pero okay pa nmn ung login at logout niya

    • @raymondt9372
      @raymondt9372 3 года назад

      Hello po, yung configuration sa database na set mo na ba, kasi mag-iba yung database credentials mo sa live server at sa localhost.

  • @mjponiado1712
    @mjponiado1712 3 года назад

    sir, May tutorial po kayo how to verify email using smtp sa CI 3? Btw, nice tutorials po! Thank you

  • @rayjayabejuela5728
    @rayjayabejuela5728 3 года назад

    hi good day i would like to ask po paano lagyan nang condition <div class="image"> <?php $pic = $this->session->userdata('pic');?> <img src="<?php echo base_url().'assets/pictures/'.$pic?>" class="img-circle elevation-3" alt="User Image"> </div> ito if wala pang image ang user sa database

    • @raymondt9372
      @raymondt9372 3 года назад

      Try to download mo na ng user silhouette na image para gamitin mo siya as your default image pag wala pang uploaded na image yung user. Sa condition mo, try to check if the $pic variable is empty or not. If empty then set the default image to the $pic variable. Pero kung hindi siya empty then try to check naman if that picture really exist in the assets/pictures directory, I think you can use the file_exists() function for that. Try to visit this link: www.php.net/manual/en/function.file-exists.php Now, if hindi siya nag-eexist then set the default image to the $pic variable.

  • @innavoig8038
    @innavoig8038 3 года назад

    <3 Sobrang linis and malinaw :)

  • @innavoig8038
    @innavoig8038 3 года назад

    Codeigniter rocks! <3

  • @alvingultiano7513
    @alvingultiano7513 3 года назад

    sir why upload like this :D

  • @yvonnkylamagallon3327
    @yvonnkylamagallon3327 3 года назад

    Present

    • @raymondt9372
      @raymondt9372 3 года назад

      Recorded

    • @troydwayne9784
      @troydwayne9784 3 года назад

      I know Im kinda off topic but do anybody know a good website to watch newly released movies online?

  • @alvingultiano7513
    @alvingultiano7513 3 года назад

    Plus points sir hahaha .. nag subscribe ako hahahhahahahahaha

  • @alvingultiano7513
    @alvingultiano7513 3 года назад

    Sie

  • @mspvlog1922
    @mspvlog1922 3 года назад

    Nice sharing lodz. New friend her

  • @sweeneybanac8801
    @sweeneybanac8801 3 года назад

    Very informative!

  • @parekoymixedvlog4242
    @parekoymixedvlog4242 3 года назад

    Very infornative

  • @kuyaembs5043
    @kuyaembs5043 3 года назад

    Nice galing nman

  • @ma.cristineboligao1941
    @ma.cristineboligao1941 3 года назад

    Sana all ganito lahat..informative👌 good job

  • @almirajanedurano119
    @almirajanedurano119 3 года назад

    Thanm u for the information po..

  • @jcpotninja1568
    @jcpotninja1568 3 года назад

    The video is very informative and useful 👍

  • @dende1708
    @dende1708 3 года назад

    Nice video

  • @dende1708
    @dende1708 3 года назад

    Nice video

  • @shairamaeespino2939
    @shairamaeespino2939 3 года назад

    Hello☺ God Bless 🙂🙂

  • @karylemaeumbao2951
    @karylemaeumbao2951 3 года назад

    Thanks for Sharing

  • @joelmikenicotra827
    @joelmikenicotra827 3 года назад

    Nice job

  • @philjuicyreacts4458
    @philjuicyreacts4458 3 года назад

    hi sir. can you create "Automatic SMS Notification function"