Hiya
I am using a form in a page that uses an active image as the submit button. The image itself is a map, and I will be parsing the coordinates that are sent from the map to create a "where state LIKE" string in an SQL query.
My problemo arises when I try to quote the image coordinates in php.
They append to the URL as "state.x=whatever" and "state.y=whatever" (state being the "name" of the image)
is the variable name $state.x valid?
or maybe ${state.x} ??
I have attempted to simply echo these variable names on the page, to no avail...
any help would be greatly appreciated
Ray Cauchi