PHP bug or something else?

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
dolap
Forum Newbie
Posts: 1
Joined: Mon Nov 29, 2021 3:04 am

PHP bug or something else?

Post by dolap »

I am building this app, it has radio buttons as inputs. The problem is, it always gets result from the last query in the last added function. It seems that somehow the form has stuck to it. Selected inputs are passed correctly, connection to the db works perfectly. I've been dealing with this for some time now, and any kind of help is more then welcome.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: PHP bug or something else?

Post by Benjamin »

Please post your code.
Post Reply