dagger2002
Programmer
Hey all I have a hopefully quick question.
I have a site that I am building. I have a right bar that is pulling from a mysql db, version 4, and php, version 4.
I am using the getimagesize() command on a path from the db. But I am getting the following error
here is line 82
$website is just the url to the public directory.
Any Ideas?
Thanks All
I have a site that I am building. I have a right bar that is pulling from a mysql db, version 4, and php, version 4.
I am using the getimagesize() command on a path from the db. But I am getting the following error
Code:
Fatal error: Only variables can be passed by reference in /home/globalai/public_html/dev/current/includes/right.php on line 82
here is line 82
Code:
$path = $website . substr($row2[pic_path], 27, 100);
$size = getimagesize($path, 3);
$website is just the url to the public directory.
Any Ideas?
Thanks All