Jump to content

how to send value from CSS html page to PHP page.


daredevil88

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.