Hello Good Afternoon guys
I am looking for querystrings
can anyone please give details on that
i looked on google
but did not get effective results
so please helpme
Thank u in advance
Hello Good Afternoon guys
I am looking for querystrings
can anyone please give details on that
i looked on google
but did not get effective results
so please helpme
Thank u in advance
how you took a query string?
in common words when we pass our query as a string is called query string. just like
<?
$query="select * from mytable";// this is query string
mysql_query($query);
?>
Query string like what that you mean?
Are you searching query string to execute in PHP
For example:
$result2= pg_query($connection,"SELECT * FROM t_master_reg r, t_master_category c WHERE r.\"dt_reg_reminder\"= '$today' AND r.\"id_status\"='01' AND r.\"id_category\"= c.\"id_category\" ORDER BY r.\"no_reg\" ");
mark the thread as solved
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.