Re: Viewing checkbox data with MySQL and PHP
From: Aggro (spammerdream_at_yahoo.com)
Date: 10/10/04
- Previous message: tlhingan1: "seeking help building a function"
- In reply to: Bee: "Viewing checkbox data with MySQL and PHP"
- Next in thread: Bee: "Re: Viewing checkbox data with MySQL and PHP"
- Reply: Bee: "Re: Viewing checkbox data with MySQL and PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 10 Oct 2004 17:47:07 GMT
Bee wrote:
> Can anyone offer any ideas about what I'm doing wrong?
Try:
echo $checkbox['CHECKBOX'];
If that prints the string that you have in the database, you have
problem in php side, if you prints something else, you have problem on
sql side.
- Previous message: tlhingan1: "seeking help building a function"
- In reply to: Bee: "Viewing checkbox data with MySQL and PHP"
- Next in thread: Bee: "Re: Viewing checkbox data with MySQL and PHP"
- Reply: Bee: "Re: Viewing checkbox data with MySQL and PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|