Search:

Type: Posts; User: Lemon; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thread: Mysql Order by

    by Lemon
    Replies
    3
    Views
    6,640

    Yeh, I have a last edited field but it is day...

    Yeh, I have a last edited field but it is day month year, I want it to be more precise like with minutes aswell otherwise it just orders the day in alphabetical order...
  2. Thread: Mysql Order by

    by Lemon
    Replies
    3
    Views
    6,640

    Mysql Order by

    Hey,

    In mysql can you order items by when they were last updated?
    like


    $last_updated = mysql_query("SELECT id,name,email,status FROM user WHERE status = 'online' ORDER BY ");

    What would I...
  3. Replies
    14
    Views
    9,029

    Sure, Thanks Djr.

    Sure, Thanks Djr.
  4. Replies
    14
    Views
    9,029

    So nobody can help with that?

    So nobody can help with that?
  5. Replies
    14
    Views
    9,029

    Would you know how to ajaxpage the contact form...

    Would you know how to ajaxpage the contact form though?

    Like this form is in a content section that is ajax paged and yeh I don't want it to load a new page so would you know how to do this...

    ...
  6. Replies
    14
    Views
    9,029

    Thanks Djr! But um how would you ajax page that...

    Thanks Djr!
    But um how would you ajax page that and make that into one doc? like..
    (Made the part bold)

    contact.php


    <form name="contact_us" id="contact_us" method="post"...
  7. Replies
    14
    Views
    9,029

    Anyone?

    Anyone?
  8. Replies
    14
    Views
    9,029

    Like would you be able to make it so: - All...

    Like would you be able to make it so:

    - All the fields have to be filled in
    - So people cant inject it
    - So it sends ip addresses with the email

    and yeh verifying the email.

    Thanks heaps...
  9. Replies
    14
    Views
    9,029

    anyone? urgently need :(

    anyone?

    urgently need :(
  10. Replies
    14
    Views
    9,029

    Making Email Contact Form Secure

    Hey Guys, How would you make this email contact form secure?


    <?php
    $ip = getenv("REMOTE_ADDR");
    $subject = "$subject";
    $message = "$message";

    $mail_from = "$email";
  11. Replies
    7
    Views
    6,218

    That's exactly what I wanted! Thank you so...

    That's exactly what I wanted!

    Thank you so much!!!
  12. Replies
    7
    Views
    6,218

    These forums are useless, Haven't even got a...

    These forums are useless, Haven't even got a reply..
  13. Replies
    7
    Views
    6,218

    I really need help.. Like putting this in (but I...

    I really need help.. Like putting this in (but I don't know where to put it and make it work)

    $('').innerHTML = "<center><img src=''images/loading.gif"></center>";
  14. Replies
    7
    Views
    6,218

    Can anyone at all help :(?

    Can anyone at all help :(?
  15. Replies
    7
    Views
    6,218

    Javascript/Ajax - Adding a Loader

    Hey Guys,

    How would you add a loader to
    http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
    Like so when it is loading the content it has an image saying loading or something.

    Thanks.
Results 1 to 15 of 15