Jump to content

codestips

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

codestips's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. use explode function .
  2. if (sendMail($email, getConfig("subscribesubject:$id"), $subscribemessage,system_messageheaders($email),$envelope,1)) { sendAdminCopy("Lists subscription","\n".$email . " has subscribed\n\n$history_entry"); addUserHistory($email,$history_subject,$history_entry); print $thankyoupage; } Call that redirect($url) function in this if and erase print $thankyoupage; Like this: if (sendMail($email, getConfig("subscribesubject:$id"), $subscribemessage,system_messageheaders($email),$envelope,1)) { sendAdminCopy("Lists subscription","\n".$email . " has subscribed\n\n$history_entry"); addUserHistory($email,$history_subject,$history_entry); redirect("mythankyoupage.php"); }
  3. My host is up to date on PHP and SQL Etc., But I am not sure if the code needs to be updated. I have a little code knowledge mostly simple web design tweaking. I am willing to learn but not sure where to start diagnosing the issue. Any help would be appreciated. Thanks HI , you need to set the write permission to that file db.conf.php. On your ftp client, right click and change permission to 666.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.