[PHP-DB] Filtering

2001-08-18 Thread Felipe
Will PHP have any kind of active filter such as ASP's rs.Filer Criteria And what about searching as ASP's rs.Find Criteria ??? Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP-DB] Re: Convert plain text to HTML tagged text

2004-09-29 Thread Felipe Alcacibar
if the returnns are "\n" you only need nl2br("this \n test \n")... or preg_replace("/((\r|\n)|(\r\n|\n\r))/", "", "this \r\n test \r\n")... good luck... <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] cast.net... > To the list: > > I've googled and searched the manual, but I'm s

[PHP-DB] Re: [PHP-WIN] php_mysql.dll fails to load

2004-10-04 Thread Felipe Gasper
I had a similar problem until I took MySQL out of the system's PATH; this fixed my problem. PHP apparently needs its own client library and will hork on the one from MySQL. -FG Quoth Alex Popescu on 10/4/2004 4:28 PM... I sent this message to 3 lists just hoping I would get some help. I just ho

[PHP-DB] Image and Mysql capabilities

2001-05-14 Thread Felipe Moreno
e sometimes you have thousands os images, and I know that it will occupy a lot of space!...So, I thought about putting a reference path to that image!...And print this path in a tag...What do you think about it? Thanks 4 your attention, Regards, Felipe Moreno -Mensagem original-

[PHP-DB] Inserting and Selecting an IMAGE from Mysql

2001-05-16 Thread Felipe Moreno
Hi list members! I have a doubt regarding how can I INSERT and SELECT an IMAGE from a MYSQL database. I'm using , in the DB, the BLOB field, so, I will be able to receive binary data. Thnaks for any help! Best Regards, Felipe Moreno -- PHP Database Mailing List (http://www.php.net

[PHP-DB] Question

2003-06-05 Thread Felipe R.
Hi, Im new in this news, and i want to know what news can fix php problem(programing)?? Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Re: Session across Multiple Hosts

2002-01-29 Thread Andrés Felipe Hernández
i did something like that once. I passed the session variables using an encrypted query string ( could be using a hidden input, anyway i think it is a good idea to encrypt the value). I didnt like it because of the unnecesary use of a second server, but i'm sure sometimes you just have to go

Re: [PHP-DB] how to reverse a hudge multidimensional array?

2002-01-31 Thread Andrés Felipe Hernández
This seems quite familiar for me. Does this has to do whit chaos? Anyway, i think i'm getting the idea, but it would be a better to see the whole code. (at least for me) good luck, andrés >thx again for helping me >In fact i think the solution you gave me isn t not much faster as the while

Re: [PHP-DB] Inserting NULL values does not work

2002-02-02 Thread Andrés Felipe Hernández
actually, try using $park = "NULL" instead go $park = NULL; in php NULL is the same that "" which is the same that 0 > - Original Message - > From: "Rick Emery" <[EMAIL PROTECTED]> > To: "'Andy'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, February 01, 2002 7:51 AM > Subje

Re: [PHP-DB] Required pages...

2002-02-13 Thread Andrés Felipe Hernández
I include this file on the top of all my scripts: /admin/index.php is the script where i do the login andrés - Original Message - From: "William Fong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 2:52 PM Subject: Re: [PHP-DB] Required pages... > I am

Re: [PHP-DB] Semi-newbie - postgres polygon/points and PHP?

2002-02-18 Thread Andrés Felipe Hernández
sorry the late reply, could you consider having each set of coordinates in 2 different fields? select r.x, r.y from room r andrés - Original Message - From: "Roger Southwick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 16, 2002 12:18 AM Subject: [PHP-DB] Semi-n

Re: [PHP-DB] formating problem

2002-02-21 Thread Andrés Felipe Hernández
jas, Replace > echo " value=\"delete\">"; With: > echo " value=\"delete\">"; - Original Message - From: "jas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 3:12 AM Subject: [PHP-DB] formating problem > I feel kinda dumb for posting this but here it is...

Re: [PHP-DB] Re: forced page links...

2002-02-27 Thread Andrés Felipe Hernández
hi jas, am sure you asked this before and i already replied. Anyway miles posted this which is more elaborated than the one i proposed: *** This is at the top of every file requiring an authenticated user on one of our sites: and secure.php consists of this, all on one line, with no cr or lf

Re: [PHP-DB] Re: multiple select statements

2002-03-05 Thread Andrés Felipe Hernández
check out this code: * function build_statement ( $col, $needle ) { $sWhere = ""; if ( $needle!= "" ) { $array = explode ( " ", $needle ); $sWhere = "( "; $firsttime= True; foreach ( $array as $str ) { if ( !$firsttime) $sWhere.= "or

[PHP-DB] delete statement question

2002-03-25 Thread Andrés Felipe Hernández
Hi, I hope you can help me with this: I have these 3 tables. exam ( exam_id ) questions ( question_id exam_id ) answers ( answer_id question_id ) I am wondering if i can delete all the rows for answers linked to a given exam using only one delete statement.

Re: [PHP-DB] delete statement question

2002-03-25 Thread Andrés Felipe Hernández
- Original Message - From: "Rick Emery" <[EMAIL PROTECTED]> To: "Andr?s Felipe Hern?ndez" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 12:03 PM Subject: RE: [PHP-DB] delete statement question > this solution will not work for mysq

Re: [PHP-DB] Tricky Quiestion!!!

2002-01-15 Thread Andrés Felipe Hernández
it seems to me that the problem with your encryp' function has to do with your 'separators'. Try replacing every ocurrence of your especial chars ( in this case the values $sep could get ) before using your "encrypting" function. hope i got it right, andy "Thomas "omega" Henning" <[EMAIL PROTECT

Re: [PHP-DB] index page

2002-01-15 Thread Andrés Felipe Hernández
so what's the problem? : ) you should have a link like this: the link now you'll be able to do your query at the results.php script using those variables. andy - Original Message - From: "Barry Rumsey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 1:36

Fw: [PHP-DB] tracking users...

2002-01-21 Thread Andrés Felipe Hernández
jas: > - Original Message - > From: "jas" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, January 21, 2002 10:50 PM > Subject: [PHP-DB] tracking users... > I am fairly new to PHP and have setup a site that connects to a MySQL db to > store different information from our u

[PHP-DB] similar_text

2002-01-23 Thread Andrés Felipe Hernández
>From the php manual: int similar_text (string first, string second [, double percent]) This calculates the similarity between two strings as described in Oliver [1993]. Note that this implementation does not use a stack as in Oliver's pseudo code... where can i find the algorithm or pseudo

[PHP-DB] An old dog, with a new trick..

2004-03-17 Thread Felipe Eduardo Ortiz López
y grateful, and very sorry if I'm starting with the silly questions... _____ Felipe Eduardo Ortiz López, Consultor. Tiammat Software. Yahoo! Messenger: tiammatsoftware MSN Messenger: [EMAIL PROTECTED] http://www.prodigyweb.net.mx/tiammat/default.html -- PHP D

[PHP-DB] OK, ahí voy...

2004-03-18 Thread Felipe Eduardo Ortiz López
: for instance i can work with FrontPage, or text edito to generate the HTML files, it does exist something similar for PHP? _ Felipe Eduardo Ortiz López, Consultor. Tiammat Software. Yahoo! Messenger: tiammatsoftware MSN Messenger: [EMAIL PROTECTED]