
Explore the fundamentals of PHP, including variables, arrays, objects, constants, operators, and control structures. Learn how to set up your environment, write functions, and review sample source code.
Learn to create and assign arrays in php with a $ variable, add items, and access values by indexes. Print with print_r, concatenate with a period, and sort with sort.
Learn the differences between PHP echo and print for output. Discover how print returns a value usable in expressions, while echo outputs without returning a value.
Learn how to delete and destroy variables with unset in PHP. Use unlink to delete files, and be mindful of undefined variables and potential data loss.
Learn to create and manipulate PHP arrays, count items, remove a single element with unset, print arrays, and apply reverse, slice, sort, and shuffle while preserving index association.
Explore PHP string functions, including shuffling the string's characters, measuring length, indexing characters, changing case, splitting into arrays, stripping slashes, and handling HTML entities, with practical examples.
Learn how to insert data into a PHP database by using an insert into courses query, specifying column names and values, handling the result, and preparing for selecting data.
Learn how to upload images with PHP by creating an images directory, checking file existence, validating size, and moving uploads with move_uploaded_file.
Listen for changes on the file input to load a selected image as a live base64 preview, using a file reader to display the image and prepare for Ajax upload.
Decode base64 images in PHP by decoding base64 data, sending via AJAX, generating and saving the image on the server, and returning the image path for preview.
Review the uploader.php code to retrieve upload information, validate image type (jpeg or png) and extension, move the file to the target path, and return the result to the client.
Fast paced course perfect for beginners to learn the basics of writing PHP code. Learn about variables, loops, functions, conditional statements and a whole lot more. All the source code is included to get you started quickly.
Explore PHP coding learning the basic syntax used to write PHP applications. Find out more about PHP how it works and how it can be used to write applications.
This course is designed for beginners, it will walk you through learning the very basics of PHP coding.
Source code is included, as well as links to resources and information about setup of resources. This course will help you get started with PHP and by the end of the course you will be creating your own PHP applications.
The course covers all the fundamental core concepts needed to get started quickly with PHP. Learn and practice the code presented within the course to discovery what you can do with PHP. PHP is one of the most popular programming languages today. PHP is flexible and allows the developer an easy to learn programming language that can be very powerful.
PHP is everywhere and learning more about how to code using PHP is an in demand skill. I'm here to help you learn about PHP and ready to answer any questions you may have. Start coding PHP within minutes let me show you how.