Posting Serialized Data Not Working
I am trying to send an object from one PHP file to another using POST. I serialize the object and th
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Undefined index on my form
ok im getting Undefined index on this line.. print_r($_REQUEST['form']);
below is the full sc
Something like an INI editor or a DelimitedText-Editor
Hi all,
Am very, very, very new to PHP and not sure if I should be posting this to a Javascri
Do While statement
hi guys,
This may sound trivial but im new to php and as part of an assignmenti have to const
How many users online in the last 24-hours using time()?
I'm fairly new to PHP. I have a MySQL table called 'users' and a field called 'loggedin' which is in
Retrieving the 25 most recently added entries from all tables in a MySQL databas
Hello,
The code below works great. It creates a table that shows the 25 most recently added t
COde for a Cc
I'm not receiving $ft as a Cc. Why is that??
$to = "$email";
$headers = "Fr
help with image upload code
Hello,
right now this code I have resizes images and then places them into the uploads folder
PHP time (deadline within one week)
I have a column ['projdue'], which stores the deadline for a project.
I have PHP code and <