parsing error
can anyone explain this syntax error:
Parse error: syntax error, unexpected T_IF
The e
COde for a Cc
I'm not receiving $ft as a Cc. Why is that??
$to = "$email";
$headers = "Fr
problems with php variables in mysql query
i can't seem to get the following query to work.
select $q1c from $vote_rate where id = $re
Session problem?!?
Hello All! I am very new to the php world but I am working on fixing things that a previous programm
TemplatePower & AJAX
Hi all,
I'm currently implementing some AJAX features in my PHP-framework (which is b
natcasesort works on one server but not on another
Hi
I have a problem that I was hoping that someone can help me with.
I'm trying to use
use an array from 1 class in a second class
I have a class that adds data to an array
Then I have a second class and I need to check if t
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u
Inserting a check in checkbox from array value
Hello all,
I have a bit of code that works for a select option box, but does not work for my chec
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.
Can I do this (php say