[snip]
Sure.
This is my function for posting a comment via the form I mentioned
previously:
[code]
case "post_comment":
// SQL to insert new psot into DB //
$sql = "INSERT INTO table(value1, value2, value3)
VALUES ('" . $_POST["value1"] . "',
'" . $_POST["value2"] . "',
Sure.
This is my function for posting a comment via the form I mentioned
previously:
[code]
case "post_comment":
// SQL to insert new psot into DB //
$sql = "INSERT INTO table(value1, value2, value3)
VALUES ('" . $_POST["value1"] . "',
'" . $_POST["value2"] . "',
[snip]
I have a form that post some data to a DB. After the post, I send it
back to another page with a named anchor like this:
Comments
By way of a URL that looks like this:
http://www.domain.com/index.php?mode=view&id=100comments
or
http://www.domain.com/index.php?mode=view&id=100#comments
3 matches
Mail list logo