Skip to content

WebCheatSheet

The easy way to know

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

Category: PHP

PHP

Creating Word, Excel and CSV files with PHP

adminNovember 7, 2022

Browsing the World Wide Web you can find out various methods of creating files with PHP. In this article we…

PHP

PHP: Reading the “clean” text from RTF

adminOctober 29, 2022

Rich Text Format (often abbreviated as RTF), to surprise of many, is quite complex text data format. During its long…

PHP

Reading the “clean” text from PDF with PHP

adminOctober 29, 2022

Portable Document Format (PDF) is a file format created for the document exchange. Each PDF file encapsulates a complete description…

PHP

Debugging PHP with Xdebug

adminOctober 29, 2022

The Xdebug is the extension for PHP that helps debugging PHP scripts by providing a lot of valuable debug information.…

PHP

PHP: Multidimensional Arrays

adminOctober 11, 2022

Array does not have to be a simple list of keys and values; each array element can contain another array…

PHP

How to connect to MS SQL Server database

adminOctober 5, 2022

Below is the code for connecting to a MSSQL Server database. <?php$myServer = “localhost”;$myUser = “your_name”;$myPass = “your_password”;$myDB = “examples”;…

PHP

PHP: How to Sort an Array

adminSeptember 29, 2022

It is often necessary to arrange the elements in an array in numerical order from highest to lowest values (descending…

PHP

Passing JavaScript variables to PHP

adminSeptember 25, 2022

JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. Unlike Java or…

PHP

PHP: Variables

adminSeptember 5, 2022

A variable is a holder for a type of data. So, based on its type, a variable can hold numbers,…

PHP

PHP: Constants

adminSeptember 1, 2022

Constants just as variables are used to store information. The main difference between constants and variables is that constant value…

Posts navigation

Older posts
Newer posts

Recent Posts

  • Get size of all databases and tables in MySQL
  • Insufficient access rights error when doing backup
  • How to transfer logins and passwords between instances of SQL Server
  • How to be a better PHP developer
  • How to create a dump of MySQL database in one click

Recent Comments

No comments to show.

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 © 2025 WebCheatSheetFresh News by Ascendoor | Powered by WordPress.