Need help converting perl to PHP

This is driving me nuts. would anyone be able to help me out. This script is in Perl and I an trying to make it php…

print OUTFILE “\n

<A HREF=“http://contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=suffolk&Password=bt0155&Display=ReviewSummaryByItemKey&ItemKey=$standard”>\n<img src=“http://contentcafe.btol.com/Jacket/Jacket.aspx?SysID=suffolk&CustID=bt0155&Key=$standard&Type=S&”>
”;
}
print OUTFILE “\n\n”;

It appears you haven’t even studied the most basic of basic Php. Remove OUTFILE and the wayward right brace and you have php.

Sponsor our Newsletter | Privacy Policy | Terms of Service