I have a simpel bottom function that needs to pass variable to a php search page. I have listed the vars:
NAME=“newSearch” VALUE=“1”
NAME=“searchType” VALUE=“1”
NAME=“searchArea” VALUE=“0”
NAME=“pictureReq” VALUE=“0”
NAME=“fromYear” VALUE=“0000”
NAME=“fromMonth” VALUE=“00”
NAME=“fromDay” VALUE=“00”
NAME=“toYear” VALUE=“0000”
NAME=“toMonth” VALUE=“00”
NAME=“toDay” VALUE=“00”
NAME=“duration” VALUE=“0”
NAME=“continent” VALUE= $continent
NAME=“country” VALUE= $country
NAME=“region” VALUE=“0”
NAME=“rCity” VALUE=“0”
NAME=“rooms” VALUE=“0”
NAME=“oldContinent” VALUE=“0”
NAME=“oldCountry” VALUE=“0”
NAME=“oldRegion” VALUE=“0”
How do I pass this information from flash to PHP
Hope so one can help.