Skip to content

WebCheatSheet

The easy way to know

  • PHP
  • HTML
  • JavaScript
  • SQL
  • ASP
  • MS Access Functions
  • SaaS
PHP

Export a MySQL Database Schema as XML with PHP

adminFebruary 19, 2023August 26, 2026

Last updated: August 26, 2026. Read schema metadata from INFORMATION_SCHEMA with a restricted database account, then write a well-formed XML…

PHP

How to connect to MySQL database using PHP

adminFebruary 18, 2023August 25, 2026

Last updated: August 25, 2026. PHP provides two supported APIs for working with MySQL: PDO and MySQLi. This guide starts…

MS Access Functions

Access: Format Function

adminFebruary 14, 2023August 25, 2026

Last updated: August 25, 2026. The Microsoft Access Format function converts a value into a formatted string. Use it in…

PHP

Send Email with PHP: HTML, Text, and Attachments

adminFebruary 5, 2023August 29, 2026

Last updated: August 29, 2026. For application email, send through an authenticated SMTP service and let a mail library construct…

ASP

Process HTML Form Data in Classic ASP

adminFebruary 2, 2023August 26, 2026

Last updated: August 26, 2026. Read submitted values from Request.Form, validate them on the server, and encode values before returning…

PHP

Process an HTML Form Securely with PHP

adminFebruary 2, 2023August 26, 2026

Last updated: August 26, 2026. Submit forms with POST, validate every field on the server, protect state-changing requests against CSRF,…

PHP

Get the Current Page URL in PHP

adminFebruary 1, 2023August 26, 2026

Last updated: August 26, 2026. Build the current URL from a configured public origin and the request URI. A fixed…

PHP

Block Repeated Login Attempts in PHP

adminFebruary 1, 2023August 25, 2026

Last updated: August 25, 2026. A login limiter should slow repeated failures without revealing whether a username exists. Track attempts…

PHP

Generate PNG Images Dynamically with PHP GD

adminFebruary 1, 2023August 25, 2026

Last updated: August 25, 2026. PHP’s GD extension can create charts, badges, placeholders, and other small raster images at request…

PHP

Set and Read Secure Cookies in PHP

adminFebruary 1, 2023August 26, 2026

Last updated: August 26, 2026. Call setcookie() before sending any response body. For authentication, store an opaque session identifier rather…

Posts navigation

Older posts
Newer posts

Recent Posts

  • No-Code vs Low-Code vs Custom Development for SaaS
  • SaaS Audit Logs: What to Record and How to Store It
  • Background Jobs in SaaS: Preserve the Tenant Context
  • Running Database Migrations in a Multi-Tenant Application
  • Preventing the Noisy Neighbor Problem in Multi-Tenant SaaS

Recent Comments

  1. HTML Meta Charset vs HTTP Content-Type Header – WebCheatSheet on HTML Character Sets List and Encoding Reference
  2. HTML Special Characters and Symbols Reference – WebCheatSheet on HTML Character Sets List and Encoding Reference
  3. Use Form Controls as Microsoft Access Query Parameters – WebCheatSheet on Access DateSerial Function
  4. Build a Secure File Upload Pipeline in PHP – WebCheatSheet on Secure File Upload with PHP
  5. Create and Convert AVIF Images with PHP – WebCheatSheet on How to Create Thumbnail Images in PHP with GD

Archives

  • September 2026
  • August 2026
  • October 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022

Categories

  • ASP
  • HTML
  • JavaScript
  • MS Access Functions
  • PHP
  • SaaS Architecture
  • SQL
  • Uncategorized
Copyright © 2026 WebCheatSheetFresh News by Ascendoor | Powered by WordPress.