Search results

  1. J

    PHP Captcha not working

    Hello, I wanted to create a captcha to prevent bots from posting on my site. But the php code i use works locally but not online. Does anybody have any idea why? <?php session_start(); function motListe() { $liste = array(*list of words*); return $liste[array_rand($liste)]; }...
  2. J

    Can't send mail

    Hello, I can not send mail anymore from my website. I've read that there is a new policy and that we have to use a valid mail from our domain. OK but, when i try, it doesn't work. Any explanation or solution ? ---------- Post added at 09:47 PM ---------- Previous post was at 09:44 PM...
  3. J

    php simple_xml_load_file

    Hello, I used to import an RSS feed into some of my web pages, but it does not work as well as usual. I do it like this: [code] $ rss = simplexml_load_file ('http://blog2011.grand-rodez.com/feed/'); foreach ($ rss-> channel-> item as $ item) { if (strtotime ($ item-> pubDate)> =...
Top