This is a discussion on Re: would this idea be better off in php? within the PHP Language forums, part of the PHP Programming Forums category; "Richard" <Anonymous@127.001> wrote > www.somestuff.batcave.net > > Just a simple photo ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Richard" <Anonymous@127.001> wrote
> www.somestuff.batcave.net > > Just a simple photo gallery of my own design. > What I want to do works quite well in javascript. > But I'm thinking it might be better off in php. <copied from an answer to an almost identical question multiposted to alt.php> What you have constructed is some stuff that works entirely client side with javascript, apparently to avoid interaction with the host, even at the cost of a potentially huge initial download. How do you intend to run a PHP solution client side? -- Cheers Richard. |
|
|||
|
"rf" <rf@.invalid> wrote in message
news:DFrEd.112963$K7.109584@news-server.bigpond.net.au... > "Richard" <Anonymous@127.001> wrote > > > www.somestuff.batcave.net > > > > Just a simple photo gallery of my own design. > > What I want to do works quite well in javascript. > > But I'm thinking it might be better off in php. > > <copied from an answer to an almost identical question multiposted to > alt.php> > > What you have constructed is some stuff that works entirely client side with > javascript, apparently to avoid interaction with the host, even at the cost > of a potentially huge initial download. > > How do you intend to run a PHP solution client side? OY! Being a sarcastic pillock is MY job! You might as well told the lad that there are 100s of php based galleries available and that he'd be better off using one of those. |