Query WHERE SQL

computerdosmil 01 Aug, 2009
hello, I do not speak English very well, I hope to express myself well.

I need to make the argument "WHERE SQL" read VarChart POST

I need to do a query from a form

thanks
GreyHead 01 Aug, 2009
Hi computerdosmil,

What is "VarChart POST" ?? please explain more.

Bob
computerdosmil 01 Aug, 2009
Hello.
sorry, I meant, a POST variable.
I put a form in the HEAD section, within the connection, then send variables to the section WHERE.

Thanks
GreyHead 01 Aug, 2009
Hi computerdosmil,

I think that you can use the standard Joomla code
$variable = JRequest::getVar('field_name', 'default value', 'post');

Bob
This topic is locked and no more replies can be posted.