i have values like
alias = Indus International School"In omnia paratus", meaning "Prepared for all challenges"
model = "In omnia paratus", meaning "Prepared for all challenges"
when i try to print the alias and model values are not coming . what the work arounf for it . I have used mysql_real_esca pe_string while inserting to DB. what must be done while printing or after taking out of db.
alias = Indus International School"In omnia paratus", meaning "Prepared for all challenges"
model = "In omnia paratus", meaning "Prepared for all challenges"
Code:
$myresult .= "<a href=\"Schools/".$_row['alias']."\"><img src=\"/school/schoolpicdisplay.php?p1=".$brand."&p2=".$row['model']." \" width=\"50\" height=\"80\"></img></a>";
Comment