Jump to content

Don Jajo

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by Don Jajo

  1. Don Jajo

    PHP for Mail

    AND Am not really getting you, which one do you want?
  2. Okay, sorry for much questions. You need to get the page that loads the info but still on your site?
  3. These line of codes seem not to be closed with semi-colon ( ; ) $email_message .= "Budget: ".clean_string($budget)."n" $email_message .= "Location: ".clean_string($location)."n" $email_message .= "Comments: ".clean_string($comments)."n" $email_message .= "name: ".clean_string($name)."n"
  4. Hello, I wanna ask, the page that gives out the details, which input type does it accept? POST or GET?
  5. Only if its PDO that prepared query solves SQL Injection i guess Which i don't know PDO that much
  6. Well, that's just SQL Injection you hear about Leave htmlspecialchars and others like it for now, just use mysqli_real_escape_string('Your string');
×
×
  • Create New...