You have several options actually.
To do exactly what you are trying to, you would use something like:
public interface RuntimeParameters {
public static final String PAGE_URL = "http://blablabla";;
}
and then use RuntimeParameters.PAGE_URL.
However, this is probably not what you actua
Hi
I may have already posted this, but cannot find it.
I’n using Ajax code, I have 3 different servers the php file is in,
depending on what I’m debugging. I have the Jiffy server when
debugging within eclipse, then I have my local Apache server, when I’m
trying to debug the php code, and a diff