PHPFEEDER Posted July 7, 2008 Share Posted July 7, 2008 In PHP, In advanced search I have two dropdown list say 'Manufacture' and 'Product'. First I will select Manufacture (I getting list from database - perfectly) and then I will select 'Product' (I getting list from database - perfectly). After making selection of both, I have written a SQL query to list the images based on both list box selection. This query is available in another .php file. The dropdown list box selected value is kept in a variable and it has been declared as a global variable. My problem is. After selecting values from two list box the control moves to next .php but the global variable value is not available (means it is not passing the value to any page). That is the reason I am not getting the images output in my centre frame. Even for one dropdown option selection It is not showing relevant images (The similar code is working currently in live site). What could be the reason for this kind of error? Please guide me- seems to be very urgent. Please mail me - [email protected] Link to comment https://forums.phpfreaks.com/topic/113529-page-submission-page-redirection-dropdown-list-error/ Share on other sites More sharing options...
john-formby Posted July 7, 2008 Share Posted July 7, 2008 Is there a submit button that you have to press to view the image or is this done dynamically? Can you post some code or give a link? Link to comment https://forums.phpfreaks.com/topic/113529-page-submission-page-redirection-dropdown-list-error/#findComment-583354 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.