Access database inside of a validation class
Hello,
For quite some time, I have been using functions to validate form input and access the
I need some help with the IF command...
I have a large number of images in one section of my website with the .jpg format. I'm adding a bun
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
List/Menu Box
On an edit page when you want something to select what a user has previously selected from the datab
Add 5 to a variable when a button is clicked, and re-run a for loop
So I'm making a feedback sort of section on a website with MySQL and PHP, I've gotten the script to
The type or namespace name 'ServiceModel' does not exist in the namespace 'System'
When I locally run the website, it works just fine, but when I uploaded it to the hosting environmen
Code working in IE but not FireFox
I created a dynamic navigation list for my website based off of a table in my database. The code is
Multidimensional array problems in $_POST
I'm having trouble with a three-dimensional $_POST array. It starts as a two-dimensional array on th
Sorting JTable on more than just the values listed in the columns
I have a collection of objects that store (among other things) two integer values. I only want to di
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr