Removed

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
dstefani
Forum Contributor
Posts: 140
Joined: Sat Jan 11, 2003 9:34 am
Location: Meridian Idaho, USA

Removed

Post by dstefani »

Edited and removed
Last edited by dstefani on Thu Jan 16, 2003 10:03 pm, edited 2 times in total.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

What do you get if you check what's in the $_POST array?

Code: Select all

echo '<pre>';
print_r($_POST);
echo '</pre>';
Mac
Post Reply