4 min readSet Up Browser Preview in Sublime Text or DreamweaverExplore this detailed tutorial on setting up Sublime Text or Dreamweaver for PHP & MySQL development, with specific instructions for quickly previewing pages...
12 min readCookies: Free PHP & MySQL TutorialThis tutorial provides a detailed guide on how to add tracking features to your website using PHP and MySQL, including setting cookies, tracking user visits,...
11 min readSQL: Insert: Free PHP & MySQL TutorialLearn how to add data to a database using PHP and MySQL, including the use of prepared statements, adding data from a form, and viewing your database in...
11 min readSQL: Update: Free PHP & MySQL TutorialDive into our PHP & MySQL tutorial where we'll cover database updates including update syntax, a step-by-step exercise, and how to build a user admin update...
10 min readCreating a Database/MySQL/SELECTEnhance your understanding of PHP and MySQL through this comprehensive tutorial that covers topics like creating and connecting to a new database, SQL basics,...
14 min readFunctions & Objects: Free PHP & MySQL TutorialMaster the basics of PHP & MySQL through our comprehensive tutorial where we cover topics like functions, arguments, objects, properties, and methods, and...
14 min readForm Basics & SecurityDive into the dynamics of PHP and MySQL in this comprehensive tutorial, covering everything from basics like form submission and working with different fields,...
7 min readSending Email: Free PHP & MySQL TutorialLearn how to set up MAMP Pro or XAMPP to send test emails, how to send an email with PHP, and how to use MailHog to catch and display any mail sent to it in...
4 min readMaking a Reusable Connection ScriptDelve into this comprehensive tutorial on PHP and MySQL, covering vital topics such as error checking, the creation of includes, and result sorting techniques.
9 min readPrepared Statements: Free PHP & MySQL TutorialLearn how to filter results, prevent SQL injection attacks, and utilize prepared statements in your PHP & MySQL programming with this comprehensive tutorial.
3 min readSQL: Delete: Free PHP & MySQL TutorialLearn how to delete records from a database in this comprehensive PHP and MySQL tutorial that covers the DELETE statement, deleting rows from a database, and...
3 min readSQL: Search: Free PHP & MySQL TutorialDeepen your understanding of PHP and MySQL through this comprehensive tutorial that covers topics like wildcard searches and forms, and provides hands-on...
2 min readSetting Up: Free PHP & MySQL TutorialLearn how to properly set up your class files and configure MAMP PRO to display errors in this comprehensive PHP & MySQL tutorial.
7 min readBasic PHP Syntax: Free PHP & MySQL TutorialExplore the fundamentals of PHP syntax, learn to launch MAMP PRO for Mac and XAMPP for Windows, and understand the nuances of echo, strings, and variables in...
3 min readWorking with NumbersExplore the function and application of arithmetic and assignment operators in PHP and MySQL, with practical exercises for hands-on learning.
8 min readConditionals: Free PHP & MySQL TutorialImprove your programming skills with our comprehensive PHP & MySQL tutorial, covering topics such as If/Else statements, Elseif statements, Switch statements,...
7 min readArrays: Free PHP & MySQL TutorialDive into the intricacies of PHP & MySQL with this comprehensive tutorial covering topics like creating a simple array, creating associative arrays using...
11 min readLoops: Free PHP & MySQL TutorialDive deep into the world of PHP and MySQL programming, with this comprehensive tutorial covering a range of loop structures including While loops, For loops,...
5 min readWorking with StringsExplore the essentials of string functions in PHP & MySQL, including comparing strings, converting to upper & lower case, and searching through strings, with...
10 min readSimple Form Validation and EmailMaster the basics of PHP and MySQL with our comprehensive tutorial that covers sanitizing input, error checking, displaying errors, sending email, adding a...
14 min readSessions: Free PHP & MySQL TutorialLearn to build a simple login/logout application with this PHP & MySQL tutorial, starting with covering essential topics such as how to use session variables,...
14 min readFile Uploads: Free PHP & MySQL TutorialDiscover how to securely and effectively upload files using PHP and MySQL, along with understanding fundamental concerns tied to file uploads such as computer...