Jump to content

inactive

Members
  • Posts

    97
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

inactive's Achievements

Member

Member (2/5)

0

Reputation

  1. You need to look at a solution that will move the actual market, not re-load the whole map area. Load the updated lat/lon via json, then reset the marker position.
  2. It's called casting, i.e. as above, converting from one type to another. In most cases not necessary with PHP, as it implicitly converts when necessary.
  3. Is that two return statements in isLoggedIn? The second one will never be executed.
  4. You could do somedomain.com/clientname and use mod_rewrite (via .htaccess) or some other "friendly" url scheme to push all request to one file, which you use to look up the client's details in the db. Also consider looking into WordPress, which has multisite functionality, and auto sign-up options as well.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.