Hi all.
I'm using phpnuke6.5 for my site and support two language namely English and Chinese
My modules and blocks can normally show the correctly language of user select
In a small module I make, I am sending user to other web program by using user name and passward of the nuke_user table
In additional, I want to send them to different url with a if statment
eg
if (language-english.php){
url1
}else}
url2
}
I am not sure how where the COLOR=red [/COLOR] should put.
Please advise how this can be done
Thanks in advance for the time
Regards,