Search found 3 matches

by drace
Mon Feb 18, 2008 3:33 am
Forum: PHP - Code
Topic: problem with implode()
Replies: 5
Views: 66

Re: problem with implode()

thats great, ill give that a try. thanks for your help
by drace
Sun Feb 17, 2008 5:42 pm
Forum: PHP - Code
Topic: problem with implode()
Replies: 5
Views: 66

Re: problem with implode()

hi,

Code: Select all

echo("check: $check");
gives me this:

check:

thus i would say $check is empty
by drace
Sun Feb 17, 2008 5:19 pm
Forum: PHP - Code
Topic: problem with implode()
Replies: 5
Views: 66

problem with implode()

Hi there, i've got a very simple database that is displayed in a html table. each entry in the table has a unique id which is the primary key, each row in the table has a checkbox. This is part of the code that loads data into the table (php while loop, $ID is ID of entry) echo "<tr> <td> <inpu...