Re: [PHP] Help with a Search Function

2008-12-25 Thread Vicente
Terion wrote: > Hey Everyone, been steaming right along for a couple days but now I'm stuck > on writing a search function, could you all take a look at it and see what > it could be, I will mark the line throwing the error in red, I did try just > commenting out that line and searching for a reco

[PHP] Searching in a long text

2009-01-03 Thread Vicente
Hi all, I'm implementing a search tool to find phrases inside a book. Users will search for some word, then the engine will returns the 3 or 4 lines containing that word, and giving also the book page number. I have the book in plain text and the doubt is about different approaches in order to b

Re[2]: [PHP] Searching in a long text

2009-01-03 Thread Vicente
Richard wrote: > You could look into using Zend_Search_Lucene, which is part of the > Zend framework. It's file based and so doesn't require the use of > MySQL. Might make it slightly more portable if that's a concern. It > will be a little more work than simply using MySQL, but it would be > wort

Re: [PHP] A beginner´s question

2009-01-04 Thread Vicente
> How do I move the content of $tastes to X of > echo "\n"; - with simple quotes (better!): echo ''; - on the contrary, you will need a backslash in doublequotes: echo ""; - also, you can close php brackets before and after putting the php code inside: best regards, -- PHP G

Re: [PHP] A beginner´s question

2009-01-04 Thread Vicente
> eps, sorry.. Micah Gersten is right. You will need the echo among them. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] A beginner´s question

2009-01-04 Thread Vicente
Eduardo don't worry it's the new year hangover. Really you are in a guru list :) > Vicente wrote: >>> >>> >> >> eps, sorry.. Micah Gersten is right. You will need the echo among >> them. >> >> >> >&g

[PHP] Instalaciñon PHP

2002-12-03 Thread Vicente Valero
Hoa a todos, Deseo hacer uso de PHP para crear formularios con la finalidad de acceder a una base de datos MySQL 3.23.53a (todo sobre Linux). Tengo instalado ahora mismo RADIUS y MySQL e iba a decidirme a montar PHP. He estadoobservando las indicaciones de instalación y la verdad, soy bastante n

[PHP] PHP 2.4.3 and Apache 2.0.x

2002-12-04 Thread Vicente Valero
Hello, PHP 2.4.3 can work with Apache 2.0.x or I need Apache 1.3.x?

[PHP] PHP and Apache

2002-12-04 Thread Vicente Valero
Excuseme my confussion, I meant PHP 4.2.3. So you suggest me PHP 4.2.3 and Apache 1.3.x??

[PHP] Forms

2002-12-23 Thread Vicente Valero
I'm having problems using variables from a html form. I've been reading, and it seems that I have register_globlas=off in php.ini. But I've tried to find this file in my Linux, but I haven't been able to locate it. Could someone tell me where is it? Thank you

[PHP] How to send a form automatically?

2003-03-20 Thread Vicente Valero
is waiting for but I don't want to show it to the user. Only send it to the CGI automatically. I don't know the structure of the CGI, it's built-in on the gateway. How can I do this? Thanks, Vicente

Re: [PHP] Re: smarty

2004-04-14 Thread Vicente Werner
ly lost- . It maybe faster, it maybe a bit simpler since you only have to learn one language, but it's a mental carnage to maintain a client site that way I Agree with Pete, moving to smarty was the best we could've done. -- ______

Re: [PHP] smarty

2004-04-14 Thread Vicente Werner
ti code. Appart from the ton of small features that smarty gives you like caching, easyness to do popups, the variable modificators, etc.. -- ______ Vicente Antonio Sánchez Werner ( [EMAIL PROTECTED] ) Fijo: +34-923185650 Movil: +34

Re: [PHP] PHP editor

2004-04-15 Thread Vicente Werner
Windows I'll give a try to phpedit (www.phpedit.net) and/or weaverslave (www.weaverslave.ws) They're both pretty good, if you're on Linux, I strongly suggest Quanta and/or Komodo -also for windows- -- __ Vicente Antonio Sán

[PHP] help to generate codebars

2004-07-09 Thread Vicente Vives
Hello everybody, I'm looking for a way to generate codebars from the web. I found some ActiveX for ASP but i want to generate them using PHP :-) Do you know how? Do you know any library to do it? Thanks a lot. Vicente Vives. -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] help to generate barcodes

2004-07-09 Thread Vicente Vives
Hello everybody, I'm looking for a way to generate barcodes from the web. I found some ActiveX for ASP but i want to generate them using PHP :-) Do you know how? Do you know any library to do it? Thanks a lot. Vicente Vives. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] PDF Creating

2004-03-17 Thread Vicente Werner
. -- __ Vicente Antonio Sánchez Werner ( [EMAIL PROTECTED] ) Fijo: +34-923185650 Movil: +34-66865 Director Depto Informática, Desarrollo y Seguridad Informática Wap Comunicaciones S.L. C/Guadalajara nº9-11 37003 Salamanca (España

[PHP] How to...

2004-04-05 Thread Vicente Werner
I've already a php function that outputs a file from a folder outside the www path to a page, but I can't find a way to do this and then close the window where it was outed. Any 1 can point me in the right direction? Thanks, Vicente -- PHP General Mailing List (http://www.ph

Re: [PHP] How to...

2004-04-06 Thread Vicente Werner
El Martes, 6 de Abril de 2004 10:13, Burhan Khalid escribió: > You cannot close the window from within PHP. You have to use client side > scripting (Javascript). I've already tried sending : window.close() Just after echoing the file, but with 0 success. -- PHP General Mailing List (http://www

RE: [PHP] How can i count the number of users logged in my system

2002-02-13 Thread Antonio Vicente Maturana
Ok, thanks On 13/Feb/2002 08:42:05, Rick Emery wrote: > I don't know if there is a method to tracke active sessions on the server, > other than the method I suggest. The problem I mention is that when a user > is in your web site (having logged in) but does not log-out. That is, the > user sim