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...
Type: Posts; User: Lemon; Keyword(s):
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...
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...
Sure, Thanks Djr.
So nobody can help with that?
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...
...
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"...
Anyone?
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...
anyone?
urgently need :(
Hey Guys, How would you make this email contact form secure?
<?php
$ip = getenv("REMOTE_ADDR");
$subject = "$subject";
$message = "$message";
$mail_from = "$email";
That's exactly what I wanted!
Thank you so much!!!
These forums are useless, Haven't even got a reply..
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>";
Can anyone at all help :(?
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.