RE: [PHP] Named anchors, POST failure

2004-07-29 Thread Jay Blanchard
[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"] . "',

Re: [PHP] Named anchors, POST failure

2004-07-29 Thread Jason
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"] . "',

RE: [PHP] Named anchors, POST failure

2004-07-29 Thread Jay Blanchard
[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=100&#comments or http://www.domain.com/index.php?mode=view&id=100#comments