Posted by Jim Michaels on 01/23/06 10:10
I hear you should recode whatever it is using mysqli functions and avoid
using variables injected into an SQL statement. use mysqli_prepare() and
its related functions to feed your parameters in. MySQL can then cache SQL
statements. whatever helps I guess.
"leegold" <goldtech@worldpost.com> wrote in message
news:1BRAf.11803$jd5.343@trnddc02...
> There are a lot of PHP image gallery scripts out there. I wondered what
> would be the ones that would scale for very big collections and heavy use.
> Hundreds of users maybe thousands of users at a time and huge DBs of
> images.
> Provided I had the hardware...
>
> If you cited some names or links - I'd like to investigate it for my own
> personal techie interest.
>
> Thanks
>
>
Navigation:
[Reply to this message]
|