User Profile

Collapse

Profile Sidebar

Collapse
neilsy
neilsy
Last Activity: Oct 9 '15, 02:50 PM
Joined: May 4 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • neilsy
    started a topic JQuery Script Not Working:

    JQuery Script Not Working:

    So I'm a nube when it comes to JQuery and JavaScript as I mostly write PHP. My Jquery connection via google is working as I've tested it. However I'm not sure whats the problem is. The code is designed to count new messages and display the number of new messages. Code as follows:

    Code:
    <script>
    $(document).ready(function() {
    var refreshId = setInterval(function(){
    $.ajax({
    type: "GET",
    ...
    See more | Go to post

  • neilsy
    started a topic Inserting a date from form into mysql server.
    in PHP

    Inserting a date from form into mysql server.

    I'm trying to insert date of birth from users into the MySQL database. However when I try to insert into the database it comes up with dateofbirth '0000-00-00'. The age function does work and it is just the date of birth field that won't function. It will still let me add the remaining fields. I tried $datetime1 as a way of using

    Code:
    $dateofbirth = $year .'-'. $month .'-'. $day;
    $date = date("Y-m-d");
    $datetime1
    ...
    See more | Go to post
No activity results to display
Show More
Working...