zyce Posted June 6, 2007 Share Posted June 6, 2007 Hi, I was just wondering if there is a way to modify the web address of webpages that are search results in a way to make the webpage show all the results instead of just 10, 20, 30 etc. I know this is possible in html because the variables are directly in the address link but since it's absent in php, I dont know what to do. specifically speaking, i'm talking about modifying the search result pages for rottentomatoes e.g. http://www.rottentomatoes.com/m/cry_wolf/reviews_users.php thanks a lot! Link to comment https://forums.phpfreaks.com/topic/54480-question-about-modifying-search-result-web-pages-in-php-to-show-all-results/ Share on other sites More sharing options...
per1os Posted June 6, 2007 Share Posted June 6, 2007 Not unless they provide you with an option of "show how many results". It is ultimately upto the site. If they do not have that feature than thats that. If they do get the value they pass to the query string and use that. Link to comment https://forums.phpfreaks.com/topic/54480-question-about-modifying-search-result-web-pages-in-php-to-show-all-results/#findComment-269469 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.