which is faster..
loading an image from a mysql db then displaying it
of
loading a image with fopen then displaying it
also..
$image = fread(fopen($banner_to_load, "r"), 1000000);
is there a way of writing it so it would go faster?
or if I was to put the images in a mysql db.. how do you create a table for images?? like, i use mysql all the imte but never used for images.
as you can see, speed is a big factor here for me..
loading an image from a mysql db then displaying it
of
loading a image with fopen then displaying it
also..
$image = fread(fopen($banner_to_load, "r"), 1000000);
is there a way of writing it so it would go faster?
or if I was to put the images in a mysql db.. how do you create a table for images?? like, i use mysql all the imte but never used for images.
as you can see, speed is a big factor here for me..