Monthly Archives: January 2008

Migrating from PHP4 to PHP5

PHP 5 Gotchas – Some Common Error Messages Call-time pass-by-reference has been deprecated calling a variable by reference during the function call instead of in the function definition: $conn =&getConnection(); OCIBindByName($stmt,”EMPLID”,&$eeid, strlen($eeid) ) script declaration required (may be php.ini or … Continue reading

Posted in MySQL, WebTechnology | Leave a comment