Hello, This is the PHP Webmaster mailing list where people write regarding problems with the php.net website and its mirrors. This mailing list does not offer support for the language itself or implementations.
On your particular problem, there are a lot of tutorials on how you can paginate data using PHP, for example: http://net.tutsplus.com/tutorials/php/how-to-paginate-data-with-php/. The GET variable (http://www.php.net/manual/en/reserved.variables.get.php) is also a good place to start. Regards, Stelian On Sun, Oct 20, 2013 at 5:04 AM, Bulu <[email protected]> wrote: > hello Sir, > i have a problem that I can not create dynamic url like > www.sitename/file.php?page=1 > please sir how i am able to create such dynamic url. > Thankss > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
