I'd like a count up script for php. I'm trying to get a microblog type page and I know little about php. Using the $_REQUEST or $_GET function is quite annoying, as the posts don't show up on the main page, and you could in essence "forge" a post. So I need a script that could count up and label the URL that way.
.php?1 or .php?45 or Whatever it is.
either that or a count up script that creates a file that can be displayed with a list that could get the variable, and then display the last 10 in a line.
For example: Let's say we're at post 101. The next person comes along, and hits the submit button. Some script takes that person to a page called blog.php?102
Then, they click a button below the post that takes them to the last ten, and it lists 102, 102-1, 102-2, so on and so forth on the same page using a file function for example.
I already have the form code and posting $_REQUEST code. I just need a code that can simplify the url to numbers that count up every post.
P.S.: The way I did it is the way I'm thinking is simplest based on my knowledge of php.
P.P.S: kind of like for the topic/post name in the url. It says showthread.php?t=58704



Reply With Quote


Bookmarks