Runtime errors in PHP
In a previous tutorial we discussed PHP syntax errors description , and now we will talk about Runtime errors in PHP. Sometimes Runtime errors are harder to detect. Runtime errors are not caused only...
View ArticleCall to undefined function and wrong parameters in function.
In this tutorial we will discuss runtime errors in PHP caused by functions. If your script call to undefined function or the function does exist, but the number of parameters is wrong you will receive...
View ArticleError while connect to network services in PHP
Error when you connect to network service is another runtime error in PHP. When you connect other machines using a network we can imagine how the other hardware fails. Or not just the hardware, there...
View ArticleConvert Word document to BBcode
To be honest I will provide you with a macro script for MS Word, which is not written by me, and it was taken from the phpBB community Word to BBcode Macro. This Visual Basic BBCode converter is really...
View Article301 redirect checker script
This tutorial contains 301 redirect checker script which I have created after spending more than half an hour searching the Internet for something suitable I can use for my needs. While I was searching...
View ArticleHost multiple domains on one hosting – cheating the hosting companies.
I barely remember my first site and how it was created, but I still remember the filling when I saw the price for the webhosting I was searching for. Then I was a student and if I wanted to see my...
View ArticlePHP relocation error
This will be quick tutorial about how to fix PHP relocation error like this one: php: symbol zlibVersion , version libmysqlclient_16 not defined in in file libmysqlclient.so.16 with link time...
View ArticleIncorrect integer value WATCHDOG_ERR
This tutorial is related to issue with Drupal after upgrade, module change or module activation. The error is similar to this one: “PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer...
View ArticleTimestamp in PHP
In this tutorial I will give you example how to add timestamp to file name in PHP . This is useful when you create similar files like database backups, regular reports, or whatever you are saving in...
View ArticleHealth check script Linux
Bellow I will present script checking Load Average on a Linux server which will send report if it becomes to high. It is using Linux command ‘uptime’ which is pulling out server’s uptime as well as its...
View Article