[PHP-DB] Re: $_SESSION issues - possible security hole?

2008-08-17 Thread Kevin Hursh
I had a similar problem with the access rights that I built in to my app. It worked fine in my local dev environment, but when I installed the app on a web host, the app went haywire. After hours of pulling my hair out, It just hit me. Register globals was on in the web hosts php.ini. I

[PHP-DB] Re: is this possible in one query?

2006-01-18 Thread Christoph Kunze
Sjef Janssen schrieb: Hi there, I have a table that keeps names for different language codes. In a short example: nameId name languageCode 31 House EN 31 Wohnung DE 32 Piece En 32 Stuck De 33 Car EN 33 PKW DE What I would like is to have a query that returns for example: nameId = 31 Names =

[PHP-DB] Re: Is this possible?

2005-01-23 Thread JeRRy
Let me explain this a bit better, or try to. ;) Let's say I have some code on MY SERVER. I will call it MYSERVER and an outside server outside my local area OUTSIDESERVER. Now I have PHP on MYSERVER to connect to a database on an OUTSIDESERVER and once establish do a few updates/deletes etc.

RE: [PHP-DB] Re: Is this possible?

2005-01-23 Thread Bastien Koert
the host(s) are willing to allow. There may be additional costs (SSL certificates, set-up charges etc) Bastien From: JeRRy [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Re: Is this possible? Date: Mon, 24 Jan 2005 05:20:20 +1100 (EST) Let me explain this a bit better, or try

Re: [PHP-DB] Re: Is this possible?

2005-01-23 Thread Samar
On Mon, 24 Jan 2005 05:20:20 +1100 (EST), JeRRy [EMAIL PROTECTED] wrote: Let me explain this a bit better, or try to. ;) Let's say I have some code on MY SERVER. I will call it MYSERVER and an outside server outside my local area OUTSIDESERVER. Now I have PHP on MYSERVER to connect to a

[PHP-DB] RE: Is it possible to access MySQL table on server A from server B?

2003-10-08 Thread Cesar Schneider
Thisha, yes it's possible... I must set user and database permissions on database A to accept connections from other hosts. if you don't have permissions to set this, you have to contact the provider of database A to set this. Cesar

Re: [PHP-DB] Re: ODBTP, a possible solution for MS-SQL and other databases

2002-11-02 Thread Robert Twitty
Thanks for the tip. I will take this issue to the PHP-DEV list. -- bob - Original Message - From: l0t3k [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 02, 2002 2:31 AM Subject: [PHP-DB] Re: ODBTP, a possible solution for MS-SQL and other databases Robert

[PHP-DB] Re: ODBTP, a possible solution for MS-SQL and other databases

2002-11-01 Thread l0t3k
Robert, this seems like an excellent idea. you should present in PHP-DEV, though, since this NG is primarily for userland PHP users, not low-level PHP developers. l0t3k Robert Twitty [EMAIL PROTECTED] wrote in message news:003101c28233$9d1ece60$9b00a8c0;bobawa... Hello I have been using PHP