trying to find out what is wrong...

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

magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post by magicrobotmonkey »

Is name0 a valid column name?
EvilRadish
Forum Newbie
Posts: 14
Joined: Wed Mar 31, 2004 7:31 am

THANKS A MILLION!!!!!!!!!

Post by EvilRadish »

i have figured it out!

it was pretty simple but the

echo "$sql" have switch on the light in my little brain!

it was a wrong variable name in the search form.


Thanks a Million Guys!!!!!

:D
EvilRadish
Forum Newbie
Posts: 14
Joined: Wed Mar 31, 2004 7:31 am

and thanks to...

Post by EvilRadish »

And a Million thanks to

magicrobotmonkey

for the help!

:wink:
magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post by magicrobotmonkey »

any time guy, its always that little stuff that gets you. just remember when you get errors just like break down your script and check anywhere you can to make sure its doing what its supposed to. Don't be afraid to echo all your vars to find out whats going wrong
Post Reply