Please Log in or Create an account to join the conversation.
With substitutions as part of the URL if using GET or as part of the "Post" parameter if using POST.How do you pass the userid and username to the script?
It sends an HTTP request to the URL supplied. It isn't a PHP include or anything. It's like sending a cURL request to a URL. You'll have no access to Joomla or CB APIs from your script unless it's an internal component ajax path in Joomla or something of the sort.But I am not sure how CBSubs URL Integration plugin talk to scripts. Can you provide me more details or an example?
In that case for a GET usage your URL is correct.When a user First Subscribed or renewal the user's username and id is pass to the script which can then be used in variables.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.