Jump to content

check how many commas the variable containing the query has between [i]select[/i


LMarie

Recommended Posts

Hi...

 

iv made an sql table that contains id number - name of sql query and an sql query.

The problem is that the table contains very different querys.

 

On the first page you choose a query from a drop down menu.

When this is done i check if the query contains date as a parametre. if yes a date picker is desplayed.

When a date is picked the report runs when submited.

 

i want the results of the query to be displayed in a html table and need help to figure out how many rows the sql query output needs.

For example

select firstname, lastname from users

needs two rows and

select firstname, lastname, birthdate from users

needs three rows.

 

my solution is maybe to check how many commas the variable containing the query has between select and from

any one know how this can be done in php or maybe have a simpler way of solving this?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.