Recent content by woods692

  1. W

    Add a sidebar to the Google Maps API V3 Store Locator PHP/MySQL Example?

    I currently have working examples from the V2 API (followed instructions at http://code.google.com/apis/maps/articles/phpsqlsearch.html ) and the V3 API ( http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html ). However, I want my API V3 Version to have a sidebar like in the V2...
  2. W

    Add a sidebar to the Google Maps API V3 Store Locator PHP/MySQL Example?

    I currently have working examples from the V2 API (followed instructions at http://code.google.com/apis/maps/articles/phpsqlsearch.html ) and the V3 API ( http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html ). However, I want my API V3 Version to have a sidebar like in the V2...
  3. W

    Disable specific warning message in PHP?

    How do you disable a specific warning message in PHP? I have an html upload form and am okay with an upload limit, but when I reach my upload script, it throws the warning: "Warning: POST Content-Length of 182003018 bytes exceeds the limit of 134217728 bytes in Unknown on line 0". I want to...
Back
Top