Here is a quick and easy way to provide one to one page correspondece for an english/french, english/spanish, etc bilingual site.
PHP Tips
Other Categories: Application Architecture, Databases, News, Pear, PHP Functions, Setup & Installation, Site Operation, Tools, and Tricks & Hacks.
PHPWebQuiz: Run a test with your students on the Internet, and analyse the results statistically! PHPWebQuiz is a program to solve
Think of an application where you want your users to upload files to your machine. Uploading files in PHP is very easy. You can upload any type of
How .htaccess will help The php3 / php4 switch has caused problems for some, here’s a bandaid. Worst case scenario is you already
In form, designate 3 separate fields for your date. Mine were cdoby (i.e., ClientDateOfBirthYear),
Paul Summers wrote an excelent article on Installing and Configuring: MySQL, Apache with SSL on a linux box. You can find it at
This is a nifty function to resize an image of unknown height and width to a pre-determined size. This is very useful if you have user submitted
Yes, I know. It’s impossible to call a PHP function directly from JS. But that doesn’t mean we can’t cheat a bit! Let’s assume you
Little Tip: To send multiple emails, use commas to split where to send. And avoid the links in PHP
This is my first tip so please go easy on me 🙂 I came across a problem when using php on my local machine that Im sure some