Re: [PHP] Incorporating a PHP/MySQL based search

2007-12-08 Thread Cesar D. Rodas
Hello, This is quite simple, you need to have mysql table with "fulltext" index. The "hard work" is done by mysql, you need to learn a few of things about fulltext with mysql, for that you can google it. PHP is only used to send the query to mysql (in most of case but not always). Try to do som

[PHP] Incorporating a PHP/MySQL based search

2007-12-08 Thread Steve Finkelstein
Hey folks, One area I lack experience in is writting a solution to index/search on a site. Would anyone be kind enough and point me in the right direction as far as any books which discuss some simple solutions or articles/blogs on the web? Clearly I'm not looking for anything as complex as Google

Re: [PHP] build a multi chat server with php

2007-12-08 Thread Børge Holen
On Saturday 08 December 2007 16:28:06 you wrote: > live chat throught a web page like www.amitie.fr then I got three solutions for you, either make a (as mentioned by others on the list) an ajax frontend witch do the irc lookalike. You can create a webinterface for an irc server. I think java is

Re: [PHP] Re: build a multi chat server with php

2007-12-08 Thread Nathan Rixham
Robert, Abderrazzak, You make some good points, and apologies abderrazzak; I woke under stress and haven't been the friendliest today! The Ajax method is definately a good approach, particulary if you're wanting to have the chat client within a web page. The other approach is to make a php

Re: [PHP] Re: build a multi chat server with php

2007-12-08 Thread Robert Cummings
On Sat, 2007-12-08 at 12:19 -0500, Robert Cummings wrote: > On Sat, 2007-12-08 at 16:46 +, Nathan Rixham wrote: > > 1 - yes you can make a multichat daemon in php > > 2 - if you don't know that it's possible or where to begin, then odds > > are you won't be able to make it. > > That's what th

Re: [PHP] Re: build a multi chat server with php

2007-12-08 Thread Robert Cummings
On Sat, 2007-12-08 at 16:46 +, Nathan Rixham wrote: > 1 - yes you can make a multichat daemon in php > 2 - if you don't know that it's possible or where to begin, then odds > are you won't be able to make it. That's what the list is for... to help him find his way. > abderrazzak nejeoui wrot

[PHP] Re: build a multi chat server with php

2007-12-08 Thread Nathan Rixham
1 - yes you can make a multichat daemon in php 2 - if you don't know that it's possible or where to begin, then odds are you won't be able to make it. Nathan abderrazzak nejeoui wrote: Hello, i want build a multi chat server based in php. 1- is that possible 2- if yes can you instruct me how

Re: [PHP] build a multi chat server with php

2007-12-08 Thread Børge Holen
On Saturday 08 December 2007 09:59:35 abderrazzak nejeoui wrote: > Hello, > i want build a multi chat server based in php. > 1- is that possible > 2- if yes can you instruct me how to bigin > thanks chat as in : forum livchat throught a page livechat throught an external program, -- --- Børge Ho

[PHP] build a multi chat server with php

2007-12-08 Thread abderrazzak nejeoui
Hello, i want build a multi chat server based in php. 1- is that possible 2- if yes can you instruct me how to bigin thanks