I’m wondering can I write a web page out in html without using the php tag surrounding the html tags and save the file as a .php and will it work perfectly? Ie. The page looks and works the exact same as if it was saved as a .html file. If this works I will [...] [...more]
For example, is there any advice for writing tables using php code, like attributes, or properties …. thanks in advance. [...more]
www.yescomputersolutions.com see pic for better view of the output seen in /var/log/messages. All my customers have software raid on their servers and as of yet ive not had any drives fail (I try to get customers to pre-emptivly replace disks in their servers) With this in mind I wanted to test the data protection of [...] [...more]
In this post I’m going to describe how to write an authentication plugin for Drizzle. The plugin I’ll be demonstrating is a simple file-based plugin that takes a file containing a list of ‘username:password’ entries (one per line like a .htpasswd file for Apache). The first step is to setup a proper build environment and [...] [...more]
I am writing an application in PHP that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with PHP? [...more]