BlogHide Resteemsalexendre-maxim (63)in utopian-io • 6 years agoArduino Tutorial #01 What's the Arduino, Its Models and Different Signals of ArduinoImage Source Repository What Will I Learn? You will learn the definition of Arduino, its advantages and disadvantages. You will learn the Arduino Uno Board. You will learn the difference…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #29 Exception (Try/Catch, Creating a custom exception class, Multiple exceptions and Set a top level exception handler)Image Source Repository What Will I Learn? You will learn the " Try, Throw and Catch ". You will learn " How to create a custom exception class " . You will learn " Multiple Exceptions "…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #28 Error Handling ( die, create a custom error, trigger an error and the use of exceptions )Image Source Repository What Will I Learn? You will learn the die method. You will learn how to create a custom error. You will learn how to trigger an error. You will learn the use of…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #27 The Date ( timestamp, date, timezone and strtotime )Image Source Repository What Will I Learn? You will learn the timestamp. You will learn how to get the date with format using the date() method. You will learn how to get and set the…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #26 File System Part 2 and Filter Part 3Image Source Repository What Will I Learn? You will learn the FILTER_CALLBACK. You will learn the ' filter_var_array ' method. You will learn the ' filter_input ' and ' filter_input_array…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #25 File System Part 1 " Fopen, Fread, Fwrite and File_get_contents "Image Source Repository What Will I Learn? You will learn how to handle the file using the Fopen method. You will learn how to open the file with the Opening Mode for reading using the…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #24 Filters Part 2 " FILTER_SANITIZE "Image Source Repository What Will I Learn? You will learn the " FILTER_SANITIZE_EMAIL " and " FILTER_SANITIZE_ENCODED ". You will learn the " FILTER_SANITIZE_QUOTES " and "…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #23 Filters Part 1 " FILTER_VALIDATE "Image Source Repository What Will I Learn? I will learn the php filters this is the first part , we will see what's the filter and we will take a 6 important items from the list of "…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #22 The Output_Buffer And How To Control ItImage Source Repository What Will I Learn? I will learn the output_buffer , how we can control it using the ob functions to start, get and empty contents in buffer. What's the…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #21 The Session How To Create , Modify And Delete A SessionImage Source Repository What Will I Learn? I will learn the session, the concept of a session where we can find it and why we use it , and how to create a session or how to save the…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #20 The Cookie How To Create , Modify And Delete A CookieImage Source Repository What Will I Learn? I will learn the cookie, the concept of a cookie where we can find it and why we use it , and how to create a cookie or how to save the information…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #19 ( Include and Require ) , Globals Variable, Request and $_SERVER VariablesImage Source Repository What Will I Learn? I will learn ( Include and Require ) to include pages, Globals Variable to solve the problem of the undefined variables, Request without precise…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #18 ( GET and POST ) Methods and $_SERVER VariablesImage Source Repository What Will I Learn? I will learn how to send and get informations using GET and POST , and how to get some properties using $_SERVER variables. How to…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #17 Mathematical Methods (Abs, Acos , Acosh and Asin )Image Source Repository What Will I Learn? I will learn the mathematical methods , we will take the " Abs, Acos , Acosh and Asin " methods. How to get the absolute value using Abs…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #16 String Methods (QuoteMeta, Rtrim , Sha1_file and Sha1 )Image Source Repository What Will I Learn? I will learn the string methods this is the sixth part , we will take the " Quotemeta, Rtrim, Sha1_File and Sha1 " methods. What's the…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #15 String Methods (Number_Format, Ord, Parse_Str, Print and Printf )Image Source Repository What Will I Learn? I will learn the string methods this is the fifth part , we will take the " Number_Format, Ord, Parse_Str, Print and Printf " methods. How to…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #14 String Methods (Md5_File, Md5, Nl2br and Addcslaches )Image Source Repository What Will I Learn? I will learn the string methods this is the fourth part , we will take the " Md5_File, Md5, Nl2br and Addcslaches " methods. What's the "…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #13 String Methods (Implode, Join, Lcfirst, Ltrim and Fprintf )Image Source Repository What Will I Learn? I will learn the string methods this is the third part , we will take the " Implode, Join, Lcfirst, Ltrim and Fprintf " methods. How to convert…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #12 String Methods ( Bin2Hex, Count_Chars, Explode and Hex2Bin )Image Source Repository What Will I Learn? I will learn the string methods the second part we will take the " Bin2Hex, Count_Chars, Explode and Hex2Bin " methods How to convert from Binary…alexendre-maxim (63)in utopian-io • 6 years agoPHP Tutorial #11 String Methods ( Addslaches, Chr, Chop and Chunk_splite )Image Source Repository What Will I Learn? I will learn the String Methods ( Addslaches, Chr, Chop and Chunk_splite ) concepts and examples. How to protect SQL requests using Addsalches…