lol, sorry.. i clicked the reply button and then wrote the code.. i guess you must have replied in that while.. Cheers.. :)
Hey, :).. this is how you could do it, but obviously this is not a secure method, since the link is stored in the code itself, if you could get...
on how to comment... lol.. ;P
yeah..! thats a good idea! thanks.. :)
encrypt the code ?
Hey guys, I got tired of hosts email / time restrictions, just finished writing most of a mail scheduler script, only thing is that my host...
yeah, add more conditions and set different pages for different times. you can redirect for every hour or minute of the day if you wanted too.. :D
you can store the current time in the session, on the next page load, have a time check. ;)
hey, have a look at the examples provided, they would help a bit :) uk2.php.net/function.mail you have to understand a bit how file uploads...
literal usually works, but if not try this { = {ldelim} } = {rdelim} but this gets kinda irritating though .. cos you gotta replace all the...
yes you can!! ;) <?php $url = "index1.php"; $time = date("H"); // get hour in 24 hr format if ( $time >= 10 && $time <= 13){ // from 10 am to...
This is a more friendly solution to log a user out if u are using sessions if(isset($_SESSION)) unset($_SESSION); hope this helps!
I think he wants to allow the user to be able to sort the result.. hm.. i would use jquery sortable in this condition.. use php to populate...
w3schools.com/JS/js_cookies.asp i cant post live links yet.. :O use document.write and display the banner only if the cookie dosent exist :)
Separate names with a comma.