Re: [PHP-DB] odbc vs. oci8

2005-11-08 Thread Alain Rivest
Julien Bonastre a écrit : and relation to Ronald Rivest?? As in the "Ronald Rivest, Leonard Adleman, Adi Shamir?" RSA Encryption Rivest? Just curious :-) No! :) -- Alain -- http://www.vivahate.org -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP-DB] odbc vs. oci8

2005-11-03 Thread Alain Rivest
Christopher Jones a écrit : Alain Rivest wrote: Hi, which one is the fastest: odbc or oci8? I use PHP 5 with IIS on Windows Server 2003 with Oracle 8 and 9 on several Alpha Servers with OpenVMS. Which one should I choose, odbc or oci8? Does oci8 works with Oracle 9i? For now I wrote my

[PHP-DB] odbc vs. oci8

2005-10-19 Thread Alain Rivest
Hi, which one is the fastest: odbc or oci8? I use PHP 5 with IIS on Windows Server 2003 with Oracle 8 and 9 on several Alpha Servers with OpenVMS. Which one should I choose, odbc or oci8? Does oci8 works with Oracle 9i? For now I wrote my web applications with odbc support because the other

Re: [PHP-DB] 电子传单,最廉价的宣传方式

2005-10-15 Thread Alain Rivest
KOKO电子传单 a écrit : >  过了良久,禁不住大声说道:“神仙姊姊,你若能活过来跟我说一句话,我便为你死一千遍,一万遍,也如身登极乐,欢喜无限。”突然双膝跪倒,拜了下去。 > >   >丘处机道:“北斗大阵全力与你周旋,两个魔头领着一批奸人,乘隙攻到重阳宫前。他们一上来就放火烧观,郝师弟出阵与那霍都王子动手。也是他过于轻敌,而霍都的武功又别具一格,怪异特甚。郝师弟出手时略现急躁,胸口中了他一掌。我们忙结阵相护。只是少了郝师弟一人,补上来的弟子功力相差太远,阵法威力便属有限。你若不及时赶到,全真教今日当真是一败涂地了。现下想来,就算守在山下的众弟子不认错了敌人,那些二流

Re: [PHP-DB] Search & Replace within PHP

2005-10-06 Thread Alain Rivest
Ron Piggott a écrit : Is there a search & replace PHP command? An example I am needing this for would be: My name is replace_with_real_name I want to retrieve replace_with_real_name from a mySQL database and put in the name ... the key is that I want to put the person's name in various positi

Re: [PHP-DB] Keeping data from while

2005-08-12 Thread Alain Rivest
Brad Ciszewski a écrit : I am writing a web script where the background colors of certain rows change when the amount of money changes. For example, my first piece of data is 1.12. my second piece of data is 1.34, my third piece of data is 1.34, and my forth piece of data is 1.5. They would like

Re: [PHP-DB] Help Needed

2005-07-29 Thread Alain Rivest
ReClMaples a écrit : Sorry, the data under 'Looking something like this' should be in a table format with 3 columns and 4 rows. -Original Message- From: ReClMaples [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 8:46 PM To: PHP Subject: [PHP-DB] Help Needed All, I know this

Re: [PHP-DB] User authentication and redirect

2005-07-13 Thread Alain Rivest
Vinny Lape a écrit : I am trying to make a login script that will check a mysql db for usernme, password and location. If user validates then look at db entry location then redirect to mydomain.com/"location"/index.php Anyone have an idea about this? header("Location: /somewhere/index.php"