![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: comment, link, php |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| how do those page.php?number things work I have a comment script that has a bunch unique ids. It's called by the code below PHP Code: So i want the above code to be on a new page, probably comments.php and hyperlink to my article pages like http://mysite.com/comments.php?$id So how exactly do I pass the $id on comments.php?$id to the page itself Please ask anymore question if I am not being clear |
| |
| |||
| wow this is really interesting, but can explain to me what exactly is page_id, and what is its relationship to $_GET['id'] thanks a bunch yeah they are all integers, and the code above is the only code in comment.php |
| |||
| http://mysite.com/comments.php?page_id=$id so if that is my link should my code on the comment.php page be PHP Code: Thanks a bunch I am getting this |
![]() |
| Thread Tools | |
| Display Modes | |
| |