Recent content by Dan Marsico

  1. D

    php date (date("g:i a") ) function giving me trouble?

    I have a date function in my php script that is supposed to give me the time (ex. 11:30 pm) and I was told to make it date("g:i a") instead of date("g:i:s") would make it look that way, but on my site it is still showing up as (ex.) 11:30:00. Does anyone know of a way I can remove the zeros at...
  2. D

    Form disappears after submit, anyone know how to tweek PHP/Javascript functions?

    I'm new to PHP and this is the basic function that I want, but only I don't want the form to disappear after it is submitted. Does anyone know how to tweek this correctly? $("#btnsend").click(function() { $.ajax({ type: "POST", url: "example.php?act=contact"...
Back
Top