daredevil88 Posted April 14, 2007 Share Posted April 14, 2007 Hi all. if any one can help me to find a way or script to pass value "digit" from CSS html page to php page which has funtion to accept value and search in database. for example, in CSS rollover image map. if a user select on particular place, that should call PHP page as well as send value to php page. thanks all Link to comment https://forums.phpfreaks.com/topic/47003-how-to-send-value-from-css-html-page-to-php-page/ Share on other sites More sharing options...
kenrbnsn Posted April 14, 2007 Share Posted April 14, 2007 What do you mean "pass a value from a CSS page?" CSS is used to style your output, not pass anything. Please post sample code of what you're trying to do. Ken Link to comment https://forums.phpfreaks.com/topic/47003-how-to-send-value-from-css-html-page-to-php-page/#findComment-229231 Share on other sites More sharing options...
AndyB Posted April 14, 2007 Share Posted April 14, 2007 I suspect that what the OP wants is to change the clickable links in the image map so that they look like <a href="search_page.php?digit=1"> ... which would make the value of $digit accessible in the $_GET array available to search_page.php Link to comment https://forums.phpfreaks.com/topic/47003-how-to-send-value-from-css-html-page-to-php-page/#findComment-229236 Share on other sites More sharing options...
daredevil88 Posted April 15, 2007 Author Share Posted April 15, 2007 Thanks, the heft method is helpful. Link to comment https://forums.phpfreaks.com/topic/47003-how-to-send-value-from-css-html-page-to-php-page/#findComment-229469 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.