Re: [PHP] Way to output HTML on professional websites

2011-12-26 Thread Paul M Foster
On Tue, Dec 27, 2011 at 12:46:29AM +0100, Florian Müller wrote: > > Hi guys > Just a little question: I've programmed some nice little websites up to > 25'000 lines of code. > Now if I see some bigger websites just as facebook and so on, how are they > printing their website out? > Does it work

[PHP] Re: [php] static html search engine for php static html site

2011-12-26 Thread Jim Lucas
On 12/26/2011 5:37 PM, Izo duwa wrote: > the whole site is in php and all content should be searchable. I have tried > zoom site search [http://www.wrensoft.com/zoom/] but the result was not > good. I just need a simple site search functionality that I can install > on a share hosting. it should

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread Izo duwa
the whole site is in php and all content should be searchable. I have tried zoom site search [http://www.wrensoft.com/zoom/] but the result was not good. I just need a simple site search functionality that I can install on a share hosting. it should be able to serach through the whole site files

[PHP] Way to output HTML on professional websites

2011-12-26 Thread Florian Müller
Hi guys Just a little question: I've programmed some nice little websites up to 25'000 lines of code. Now if I see some bigger websites just as facebook and so on, how are they printing their website out? Does it work like ...";?> or do they output it like

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread Ashley Sheridan
Izo duwa wrote: >The site is not a cms site but static html site, I just want to add >search >option to it but needs an alternative to google site search >integration. i >cant not use solr because its runing on a share hosting. > >thanks > >On Mon, Dec 26, 2011 at 9:07 PM, Ashley Sheridan >wr

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread Izo duwa
The site is not a cms site but static html site, I just want to add search option to it but needs an alternative to google site search integration. i cant not use solr because its runing on a share hosting. thanks On Mon, Dec 26, 2011 at 9:07 PM, Ashley Sheridan wrote: > > > HELP LINE wrote:

Re: [PHP] Alternative session control system

2011-12-26 Thread Ashley Sheridan
Bastien wrote: > >On 2011-12-26, at 7:04 AM, "Francisco M. Marzoa Alonso" > wrote: > >> Hello, >> >> I need an alternative session control system different from the PHP >> standard one, that does not need to use the headers, because it's for >a >> series of scripts that will be accessed through

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread Ashley Sheridan
HELP LINE wrote: >The site content is not using any database but hardcoded on template >html >and it's runing on a share hosting. But i need the option where user >should >be able to search the site content.. > >On Mon, Dec 26, 2011 at 2:33 PM, Benjamin Hawkes-Lewis < >bhawkesle...@googlemail.c

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread HELP LINE
The site content is not using any database but hardcoded on template html and it's runing on a share hosting. But i need the option where user should be able to search the site content.. On Mon, Dec 26, 2011 at 2:33 PM, Benjamin Hawkes-Lewis < bhawkesle...@googlemail.com> wrote: > On Mon, Dec 26,

Re: [PHP] Alternative session control system

2011-12-26 Thread Bastien
On 2011-12-26, at 7:04 AM, "Francisco M. Marzoa Alonso" wrote: > Hello, > > I need an alternative session control system different from the PHP > standard one, that does not need to use the headers, because it's for a > series of scripts that will be accessed through AJAX javascript code > ins

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread Benjamin Hawkes-Lewis
On Mon, Dec 26, 2011 at 1:17 PM, HELP LINE wrote: > Does any know of a better static search engine that i can integrate to my > static php html site. it should not be Google or yahoo bing. A search engine cannot itself be static, since it has to process variable user input. Though I guess you cou

[PHP] [php] static html search engine for php static html site

2011-12-26 Thread HELP LINE
Does any know of a better static search engine that i can integrate to my static php html site. it should not be Google or yahoo bing. thanks Izod duwa

Re: [PHP] Alternative session control system

2011-12-26 Thread Benjamin Hawkes-Lewis
On Mon, Dec 26, 2011 at 12:04 PM, Francisco M. Marzoa Alonso wrote: > I need an alternative session control system different from the PHP > standard one, that does not need to use the headers, because it's for a > series of scripts that will be accessed through AJAX javascript code > inserted in d

[PHP] Alternative session control system

2011-12-26 Thread Francisco M. Marzoa Alonso
Hello, I need an alternative session control system different from the PHP standard one, that does not need to use the headers, because it's for a series of scripts that will be accessed through AJAX javascript code inserted in different places of a web page which headers I do not control, so I ca