The Official Blog of Patcoola

Im just a dude watching over my parents,
and trying to make cartoons and video games from home.

Tag: PHP Scripts

Page: 1 of 1

PHP: Request Validator

Name: Request Validator
Programming Language: PHP
Date Created: 2021-02-19

Purpose: Provides a clean and simple way to validate GET and POST requests with PHP.

Description: Request Validator is a class for PHP to simplify the validation of GET and POST requests. Process and validate requests by creating definitions. Log and display errors made easy.


Read More

Advertisement

Donate Now!

This might not be the best time, but making a blog is not easy. Would you consider donating?


PHP: Words to Numeric

Changes write numeric words to a number value.

PHP: To Roman Numerals

Changes a number to roman numerals

PHP: fromCharCode

Returns the character code the same as in JavaScript.

PHP: charAt

Character at function the same as JavaScript.

PHP: charCodeAt

Script: charCodeAt
Programming Language: PHP
Created Date: 2018-10-23

Purpose: Bring Javascript’s charCodeAt() function to PHP with Unicode support.

Description: Gets the character code from a give position of a string. Provides the same character codes as in Javascript in PHP.


Read More

Advertisement

Donate Now!

I don't always use the women's bathroom, but when I do, you can bet it really smells. If you like my blog, please consider donating.


Script: Parse Number [PHP]

Returns the number value from a body of text, ex: '12.34px' = 12.34.

Script: Parse Integer [PHP]

Returns the whole number value from a body of text, ex: '12.34px' = 12.

Projects: Twitter RSS Feed Reader [PHP]

Reads a converts the Twitter RSS Feed to PHP.

Page: 1 of 1