hello
how i can change base url?
if i put phpAjaxTags in /home/user/public_html it's ok.. all working..
but my project in /home/user/public_html/work/projects/project
and i need phpAjaxTags in this folder.
thank you
Path to js You have in Your pat_js call:
include_once([some path]/php/phpAjaxTags.inc.php'); pat_Js(array('jsPath'=>'/phpAjaxTags/js'));
'jsPath'=>'/phpAjaxTags/js' is seting path to js files
And You have "baseUrl" param in each tag call pointing to request handling script
Log in to post a comment.
hello
how i can change base url?
if i put phpAjaxTags in /home/user/public_html
it's ok.. all working..
but my project in /home/user/public_html/work/projects/project
and i need phpAjaxTags in this folder.
thank you
Path to js You have in Your pat_js call:
include_once([some path]/php/phpAjaxTags.inc.php');
pat_Js(array('jsPath'=>'/phpAjaxTags/js'));
'jsPath'=>'/phpAjaxTags/js' is seting path to js files
And You have "baseUrl" param in each tag call pointing to request handling script