Jump to content

Recommended Posts

Posted

I am trying to create a new query based on existing query data that I have created in PHP.

 

Is this possible? I remember doing it really easily in ColdFusion and ASP, but cannot figure out how to do it in PHP yet...

 

 

Thanks,

Mark

Posted

I don't fully understand what you mean by this...can you give more detail about what the end result should be?

 

I am guessing that in ASP you were querying an existing recordset...is that right?

 

Mark

Posted
Yes that is correct, a previous recordset has already been created, the results of which I would like to filter out again, using a further recordset.

 

I'd love to help but I'm a PHP coder and never touched ASP in my life... so I've no idea what you're referring to here.

 

Could you give an idiots guide to exactly what you mean by your "recordset", what form it's stored in, where, etc... and then someone may be able to help.

Posted

ASP does allow this using datasets.

PHP though has another way, your result is an array usually. Look for ways to search the array and you may find something that does something similar. I dont think php has a full equivalent to dataset but I am not fully up on php5's new features.

What query would you need to run on the result?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...