Understanding Basic Functions, The Print Command, and Setting Up Local And Global Variables
Lesson 1: Understanding how to create functions, using the print command, and setting up local and global variables.
Lesson 1: Understanding how to create functions, using the print command, and setting up local and global variables.
Example of how to retrieve data from FORM using a new method and using ISSET t determine if submit button was pressed.
Example of using MYSQLI function which is something I haven’t used before. This is though a better way to retrieve data from a database. Retrieved from https://youtu.be/0wYSviHeRbs.
Example of how to use Javascript to add value to an element like an input text.
This is an example of using replace to replace single-quotes, double-quotes and other characters in a string that can skew data and cause problems in inserting data to a SQL table.
This program will check UNC path length and if it is greater than 256, it will write the UNC path to text file specified. Syantex: GENUNCLENGTH C:\folder c:\temp\outputfile.txt.
This code looks for UNC path size greater than 256 characters.