How to Send Email Notifications in WebsitePanel
Last Updated on Friday, 28 December 2012 12:00 Written by Rodolfo Hernandez Friday, 28 December 2012 12:00
In this article, I will give you a step by step guide on how to send an email notification from WebsitePanel.
1. Sign into your WebsitePanel
2. Click on Scheduled Task:
Learn MoreHow to Retrieve Users’ IP Address with PHP
Last Updated on Monday, 24 December 2012 10:24 Written by Richi González Sunday, 23 December 2012 12:00
Hello,
In a website I was making, I had a rating system in which votes were by unique IP address. It was very easy to retrieve it, yet there are people that may not know so I share it with all of you.
Learn MoreHow to Deactivate PHP in WebsitePanel
Last Updated on Sunday, 23 December 2012 12:00 Written by Rodolfo Hernandez Sunday, 23 December 2012 12:00
By default, PHP is active under our Windows Hosting. Many users were wondering if there was a way to totally disable PHP. In this article I will give a step by step guide on how to deactivate PHP in WebsitePanel
1. Log into your WebsitePanel.
2. Click on Websites:
Learn MoreHow to See MySQL Query Errors in PHP
Last Updated on Tuesday, 20 November 2012 12:45 Written by Richi González Thursday, 22 November 2012 12:00
Hello,
Some people create queries that do not work and don’t have a clue why they don’t, as no error is displayed. I’ll show you how to display the MySQL error, if any, when the query is run. A must know for programmers. Great tool for debugging queries.
1. Open the file where you have your query. For this article, I will be using the following code:
Learn MoreHow to Find If an Extension Exists in the PHP Configuration Through Terminal
Last Updated on Thursday, 12 July 2012 09:44 Written by Richi González Thursday, 19 July 2012 12:00
Hello,
This article will show you how to search for functions inside the PHPinfo through a terminal or console. I will show you a simple line to execute that finds if a certain word is found in the PHP info. This is useful for searching for functions.
1. Open up a terminal or console.
2. Let’s say if you want to know if GD libraries are installed, you’d search for ‘gd’ with the code like this:
Learn More
Recent Comments