unable to find the prob in the code!!

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
veens78
Forum Newbie
Posts: 1
Joined: Tue Nov 04, 2003 1:59 am

unable to find the prob in the code!!

Post by veens78 »

I have made a HTML form which returns a PHP page to the user..but the problem is the variables filled in the form by the user are not inputted to the PHP file..wherever the output is of the variable the PHP outputs blanks
8O
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

You should post the code, we can help you better then. Without it all I can assume is that it is a register globals problem:
Concerning Passing Variables in PHP 4.2+

Mac
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

check variable name spelling..

or post the code :P
Post Reply