MySQL Forums
Forum List  »  PHP

Re: Using $_POST
Posted by: James Ferguson
Date: May 19, 2005 08:34AM

You can also declare the $_POST in a variable first, like so:

$tagger = $_POST['tagger'];
$sql = "select * from wordfeatures where tagger='$tagger'";

That's how I use it every day!

Options: ReplyQuote


Subject
Written By
Posted
May 18, 2005 01:30AM
May 18, 2005 05:43AM
Re: Using $_POST
May 19, 2005 08:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.