ew.ajax (v2023)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
dheeksha2511
User
Posts: 8

ew.ajax (v2023)

Post by dheeksha2511 »

var currentUser = ew.ajax("<?php echo Encrypt("SELECT COUNT(*) FROM s_group_details WHERE GROUP_ID = 'GRP177' AND MEMBERSHIP_LEVEL = 10 AND MEMBER_ID = '{query_value}'"); ?>", currUserID);

This is the code, this is displaying undefined.


arbei
User
Posts: 9384

Post by arbei »

Your argument is wrong, you may read the examples of Ajax by API and Client Script.


Post Reply