In this post, I am going to tell you how to do a PHP string split. While there use to be a PHP command called “PHP split“, it is no longer being supported so we will teach you how to do a PHP string split using the PHP explode command.
PHP Delete First Character In String
In this post, I will show you how to delete the first character in a string in PHP.
Show Code In WordPress: The Syntax Highlighter Plugin
If you want to show code in WordPress, it is now very easy with a plugin called SyntaxHighlighter.
Apostrophe, Input Form, PHP, MySQL: The Easy Solution!
In this article, I will tell you how to deal with the apostrophe not working in form data that writes to MySql using PHP. I do a lot of work involving input forms on PHP pages that write the input data to MySQL. Every time I do this, I have to account for the user who puts in an apostrophe. … Read More