php-general Digest 27 Dec 2011 01:37:31 -0000 Issue 7624

2011-12-26 Thread php-general-digest-help
php-general Digest 27 Dec 2011 01:37:31 - Issue 7624 Topics (messages 316097 through 316107): Re: Alternative session control system 316097 by: Benjamin Hawkes-Lewis 316100 by: Bastien 316103 by: Ashley Sheridan [php] static html search engine for php static html

[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

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 franci...@marzoa.com 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

[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] [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 izod...@gmail.com 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

Re: [PHP] Alternative session control system

2011-12-26 Thread Bastien
On 2011-12-26, at 7:04 AM, Francisco M. Marzoa Alonso franci...@marzoa.com 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

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] [php] static html search engine for php static html site

2011-12-26 Thread Ashley Sheridan
HELP LINE izod...@gmail.com 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

Re: [PHP] Alternative session control system

2011-12-26 Thread Ashley Sheridan
Bastien phps...@gmail.com wrote: On 2011-12-26, at 7:04 AM, Francisco M. Marzoa Alonso franci...@marzoa.com 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

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 a...@ashleysheridan.co.ukwrote:

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

2011-12-26 Thread Ashley Sheridan
Izo duwa izod...@gmail.com 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

[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 ?phpecho htmlhead...;? or do they output it like ?php

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] 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 be

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 like