Skip to content

WebCheatSheet

The easy way to know

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

Author: admin

HTML

Meta Refresh: How to Reload or Redirect a Web Page

adminJanuary 31, 2023August 25, 2026

Learn how the HTML meta refresh tag reloads or redirects a page, when it is appropriate, and which modern alternatives are usually better.

PHP

Secure File Upload with PHP

adminJanuary 29, 2023August 25, 2026

Last updated: August 25, 2026. A secure upload handler validates the request, enforces a server-side size limit, identifies the file…

PHP

PHP: Looping Statements

adminJanuary 26, 2023

In programming it is often necessary to repeat the same block of code a given number of times, or until…

Interactive SQL Tutorial

SQL: ALTER TABLE

adminJanuary 26, 2023

The ALTER TABLE statement allows to change the structure of a table after it has been created. New columns can…

PHP

PHP: Arrays

adminJanuary 24, 2023

Arrays can be used in many ways to store and organize data quickly and efficiently. It is one of the more…

Interactive SQL Tutorial

SQL UNION and UNION ALL

adminJanuary 16, 2023August 26, 2026

Last updated: August 26, 2026. UNION combines compatible query results and removes duplicate rows. UNION ALL keeps duplicates and usually…

MS Access Functions

Access IsNull Function

adminJanuary 9, 2023August 26, 2026

Last updated: August 26, 2026. The IsNull function returns True when an expression contains Null and False otherwise. Syntax Argument…

PHP

Install and Configure PHP on Windows

adminJanuary 8, 2023August 26, 2026

Last updated: August 26, 2026. For IIS, use a current x64 Non-Thread-Safe PHP build with FastCGI. For command-line work only,…

SQL

Fix ‘Cannot Load from mysql.proc’ in MySQL

adminJanuary 4, 2023August 25, 2026

Last updated: August 25, 2026. The mysql.proc error normally means the server binaries and MySQL system tables belong to different…

ASP

Classic ASP TextStream Object

adminDecember 29, 2022August 26, 2026

Last updated: August 26, 2026. A TextStream reads or writes text through Scripting.FileSystemObject. Use a fixed server-side path and choose…

Posts navigation

Older posts
Newer posts

Recent Posts

  • Get the Size of Every MySQL Database and Table
  • Fix SQL Server ‘Insufficient Access Rights’ During Backup
  • Transfer SQL Server Logins and Passwords Between Instances
  • How to Write Better PHP
  • Create an On-Demand MySQL Backup from a PHP Application

Recent Comments

  1. jQuery File Upload: Setup and Secure PHP Handling – WebCheatSheet on Secure File Upload with PHP
  2. Sammy Hale on Extract Plain Text from RTF in PHP
  3. Pepillo on Extract Plain Text from RTF in PHP
  4. Alex on How to Create Thumbnail Images in PHP with GD
  5. Cole on jQuery File Upload: Setup and Secure PHP Handling

Archives

  • 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
  • Interactive SQL Tutorial
  • JavaScript
  • MS Access Functions
  • PHP
  • SQL
  • Uncategorized
Copyright © 2026 WebCheatSheetFresh News by Ascendoor | Powered by WordPress.