Search results

  1. M

    Overdue hosting payments - how long before you suspend their account?

    I am usually pretty lenient as it doesn't necessarily cost me money to keep their site up as long as they eventually pay. If they completely ignored me though and they ignored many attempts to contact them I'd consider 30 days enough time.
  2. M

    Entering HTML into a form.

    I would make the variable in the embedded query dynamic so you just pass it a zipcode and it'll get the location for you and show it on the map. Eg have the query in the iframe as: http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=<PUT YOUR ZIPCODE HERE>&gl=us&ie=UTF8
  3. M

    Select row from Mysql + Send in email problems

    Ensure $_GET['Email'] is not empty/null. Also beware that you are not sanitising your input and vulnerable to SQL injection!
Top