In this quick tech solution post, I will tell you how to get the PHP date 7 days ago, one week ago, or whenever you want.
This section discusses all aspects of web consulting including blogging, making money online, SEO/Site Promotion, and various other web technologies.
In this quick tech solution post, I will tell you how to get the PHP date 7 days ago, one week ago, or whenever you want.
In this article, I will tell you how to password protect a subdirectory when you have WordPress installed in your root directory.
In this post, I will tell you how to quickly find the HTML color code of an image or any part of your web page.
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.
In this post, I will show you how to delete the first character in a string in PHP.
If you want to show code in WordPress, it is now very easy with a plugin called SyntaxHighlighter.
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. …
In this article, I will review how to convert a variable that represents a date to an actual MySQL date column using PHP. Dealing with dates and times in MySQL and PHP is at once fascinating and frustrating. Everybody seems to store their date information with slight variances. Thus, everyone’s solution is slightly different. So, today I will show you …
In this article, I will show you how to configure a CSV properly and then import the CSV file into MySql. A client of mine recently asked me if I could upload his .CSV file into a MySQL database. He runs a sports site and wanted to have the entire NBA schedule available in MySQL. He presented me with the …