Search:

Type: Posts; User: Tjstretch

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,433

    Re: Can anybody correct the code?

    Sigh, I meant like this


    String x=request.getParameter("longitude");
    String y = request.getParameter("latitude");
    String addr1 = "http://ws.geonames.org/findNearby?lat="+y+"&lng="+x;
    try
    {...
  2. Replies
    8
    Views
    1,433

    Re: Can anybody correct the code?

    Wrap your code in highlight tags, like this:


    **JAVA CODE HERE**


    Wrap your errors in code tags


    [ code] **ERROR HERE** [ /code]
Results 1 to 2 of 2