Linux, Apache, Nginx, MySQL, Javascript and PHP
303 redirect with PHP
When you submit a form using a web browser the script processing the form often redirects after it has
Installing maildrop on CentOS 5
Upper case and lower case strings with MySQL
MySQL, as with other database servers, has a variety of text functions including functions for converting a string to
Style an HTML form input with CSS and jQuery
It’s possible with CSS to style a particular form input type without having to assign a class to each
New_Face failed error when using Mplayer
After upgrading from openSUSE 10.2 to openSUSE 10.3 I got the error message New_Face failed. Maybe the font path
MySqlmysql_upgrade relocation error
After upgrading openSUSE 10.2 to 10.3 my MySQL database server wouldn't start. I didn't even notice it wasn't running until I
Linux/Unix/BSDYum sqlite database disk image is malformed error
When trying to install something this morning using yum on a CentOS 5 machine, I got the error message "_sqlite.
ApacheSeg fault or similar nasty error detected in the parent process
One of the servers I manage runs CentOS 5.0 with Apache 2.2 and PHP 5.1.6, and uses PHP's APC 3.0.14 (
PHPImage headers with PHP
If you ever need to send an image file with PHP from the web server to the web browser
Microsoft SQL ServerList stored procedures with MS SQL Server
This is the third and final post in a series about using the sp_tables, <
PHPGet a list of all available constants with PHP
PHP has the function get_defined_constants() which allows you to get a list of all the available constants
Linux/Unix/BSDInadvertent upgrade from openSUSE 10.2 to openSUSE 10.3
I had installed openSUSE 10.2 on my primary desktop machine (which has a dual core 64 bit AMD processor) in December 2006, but Applications JavascriptHow to disable Javascript in Mozilla Firefox
Forms on websites are typically validated using Javascript on the client side to prevent additional round trips to the
PHPType casting with PHP
PHP is a loosely typed language and assigns types to variables depending what is assigned to it. Variables coming
PHPUsing the HTTP_REFERER variable with PHP
When a web browser moves from one website to another and between pages of a website, it can optionally