PinnedSteve SohcotPHP Contact Form Tutorial : Part 2 of 2I previously wrote a tutorial on creating a simple PHP Contact form; this is Part 2 of 2 where I go over some more advanced techniques.Jan 20, 20191Jan 20, 20191
PinnedSteve SohcotSimple PHP Contact Form Tutorial (Part 1 of 2)This is a basic tutorial will show you how to create a Contact Form for your website that will send you an email. This is commonly used to…Jan 20, 20192Jan 20, 20192
PinnedSteve SohcotThe most valuable trick I know in Excel: a faster way to copy formulasUsing keyboard shortcuts to copy a formula across multiple rows/columns in Excel- instead of a mouse- is the greatest time save I haveApr 26, 2020Apr 26, 2020
PinnedSteve SohcotMy #1 Tip for PHP Programmers to Read and Write Code EasierRather than have a block of PHP code that prints out HTML, you can display the code *outside* of the PHP tags. This will make it easier toSep 26, 2020Sep 26, 2020
Steve SohcotHow I Resolved PHP Maximum Execution Time Error on GoDaddyI was running a PHP script using GoDaddy as the web host, and received the following error:Oct 3Oct 3
Steve SohcotTrouble getting your site verified in Google Search Console?Struggling to verify your site in Google Search Console? Try this.Sep 13Sep 13
Steve SohcotElevate Your Pivot Tables: The Secret to Adding a Calculated Item in ExcelLearn how to add a calculated item in Excel pivot tables to create dynamic, custom columns like a Delta. Perfect for advanced Excel users!Sep 31Sep 31
Steve SohcotSkip the Asterisk: Why SELECT * is Slowing Down Your SQL QueriesTLDR; Don’t do SELECT * FROM myTable in your query . Explicitly ask for the fields.Aug 11Aug 11
Steve SohcotSQL to get the filename without an extensionSQL to get the filename, without an extensionJul 18Jul 18
Steve SohcotHow to input data into Google Sheets using PHP + JavaScriptTutorial and sample code on how to insert data into a Google Sheets document using PHP and JavaScriptJun 17Jun 17