A
Anonymous
Guest
I've searched php.net for 'RECORDSET' (as I know it in asp) to no avail so I guess that it comes under another term.
I have set $result = mysql_query(select * blah..) to search all and return rows as called by $searchterm.
What I am wanting to do is to be able to search the result of the above query to search for a range of items between two further variables.
Could someone help me by telling me what the terms are so that I could research them on php site such as php.net or even here.
Thanks
I have set $result = mysql_query(select * blah..) to search all and return rows as called by $searchterm.
What I am wanting to do is to be able to search the result of the above query to search for a range of items between two further variables.
Could someone help me by telling me what the terms are so that I could research them on php site such as php.net or even here.
Thanks