Hey
I want to declare a variable that is global that I can use (and modify) all over my website. Ive read that I may be able to do it with jQuery but not sure how to (more importantly, where).
Its a simple text field, nothing else. Specifically it must be able to be accessed in Javascript, PHP and phtml (which is PHP allowed with HTML right?)
Thank you!