I've been trying to get this code working, but it doesn't ;-) I searched for information on the get method and used the w3 validator to find the problem. The sql syntax does show the wanted...
$q is the table that is selected in the dropdown box as shown in the enclosed image. In the dropdown menu are the tables that exist in the mysql database. Selecting one of the table names...
Thanks so far.
The problem with showing output is that I don't get any, or I get the fieldnames in one line like "nr name source "(depending on the selected table in the dropdownbox off...
Thanks for the reply, but getting the data from the database is not the problem. I do get the field names all in a line, even with an added space. The problem is picking up the output of the...
I spend hours trying to find the mistake I made, but cannot find it. It is part of a simple accounting thing I m trying to make for the fun of it. What it should do is to add the amount...