hi guys,
going nuts here. WATCH variable "cd". WHY WON'T IT PRINT !!!
########################################################
my PHP code:
if ($access) { echo " onclick=\"x=eventWin('index.php?cP=11&id=".$eid."&cd=".$date."'); x.focus(); return false;\""; }
generates this source code:
<div class="item point" style="color: #000000; background: #FF4444;" onclick="x=eventWin('index.php?cP=11&id=3&cd=2012-02-29'); x.focus(); return false;" onmouseover="...
then I echo:
echo "event ID: " . $_REQUEST['id'] . "<br />";
echo "calendar's Date: " . $_REQUEST['cd'] . "<br />";
die();
########################################################
all vars present in URL, but just the value for id prints... why not cd!! have tried re-arranging things and substituting literal values with no luck, and no more ideas.
any ideas at all are welcome! thank you!



Reply With Quote



Bookmarks