[PHP] guidance for communicating between frames

2005-08-28 Thread R. Vijay Daniel
Hi, Please give me some solution to communicate between two frames in php. I need to track the actions in one frame and to report it to another frame. regards vijay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Getting queries from files FYI

2005-08-28 Thread Jasper Bryant-Greene
Raj Shekhar wrote: Robin Vickery <[EMAIL PROTECTED]> writes: On 8/23/05, Jay Blanchard <[EMAIL PROTECTED]> wrote: You may (or may not) remember me posting to the list a couple of weeks ago asking about using REGEX to get queries out of PHP files for a migration project. I had to let it go fo

[PHP] Re: Getting queries from files FYI

2005-08-28 Thread Raj Shekhar
Robin Vickery <[EMAIL PROTECTED]> writes: > On 8/23/05, Jay Blanchard <[EMAIL PROTECTED]> wrote: > > You may (or may not) remember me posting to the list a couple of weeks > > ago asking about using REGEX to get queries out of PHP files for a > > migration project. I had to let it go for several d

Re: [PHP] just a php/mysql logic question

2005-08-28 Thread Jasper Bryant-Greene
Evert | Rooftop wrote: Reading all this I suddenly realise I have the same problem. I'm using a modified tree traversal alghoritm to store my tree in the database, but when I insert a new node I assign new ID's based on a SELECT query. I think I can deal with it with the combined UPDATE..SELECT

Re: [PHP] just a php/mysql logic question

2005-08-28 Thread Robert Cummings
On Sun, 2005-08-28 at 15:58, Satyam wrote: > "Robert Cummings" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > On Sun, 2005-08-28 at 06:10, Jasper Bryant-Greene wrote: > >> Dave Carrera wrote: > >> > If multiple users hit the php app at the same time how do i ensure that > >> > t

Re: [PHP] just a php/mysql logic question

2005-08-28 Thread Evert | Rooftop
Reading all this I suddenly realise I have the same problem. I'm using a modified tree traversal alghoritm to store my tree in the database, but when I insert a new node I assign new ID's based on a SELECT query. I think I can deal with it with the combined UPDATE..SELECT query. Right now an ano

Re: [PHP] just a php/mysql logic question

2005-08-28 Thread Satyam
"Robert Cummings" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sun, 2005-08-28 at 06:10, Jasper Bryant-Greene wrote: >> Dave Carrera wrote: >> > If multiple users hit the php app at the same time how do i ensure that >> > the correct amount of stock is taken from stock so that

[PHP]

2005-08-28 Thread Jan Broermann
_ Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP] just a php/mysql logic question

2005-08-28 Thread Robert Cummings
On Sun, 2005-08-28 at 06:10, Jasper Bryant-Greene wrote: > Dave Carrera wrote: > > If multiple users hit the php app at the same time how do i ensure that > > the correct amount of stock is taken from stock so that a users does not > > accidentally sell from stock which has already been sold. >

Re: [PHP] Newbie: Safe function call to a .inc file outside the web folder

2005-08-28 Thread Chris Shiflett
Edward Vermillion wrote: I was under the the impression that the non-'HTTP_*' keys in the $_SERVER array came from the server itself. All of that data comes from the server, but it's difficult to determine which data can be influenced by information within the HTTP request. In other words, yo

Re: [PHP] just a php/mysql logic question

2005-08-28 Thread Jasper Bryant-Greene
Dave Carrera wrote: If multiple users hit the php app at the same time how do i ensure that the correct amount of stock is taken from stock so that a users does not accidentally sell from stock which has already been sold. Even though multiple users may hit the PHP app "at the same time" (even

[PHP] just a php/mysql logic question

2005-08-28 Thread Dave Carrera
Hi All, Just sitting here thing about a php app i am making and an issue i have been aware of but never looked into has made itself apparent to me. Its to do with my php app and transacting with the mysql table of which my records are kept. note: sorry if this goes or is of topic. I have a

[PHP] Re: [suspicious - maybe spam] [PHP] [suspicious - maybe spam] Need advice or code

2005-08-28 Thread Richard Lynch
On Fri, August 26, 2005 11:43 pm, Death Gauge wrote: > I've made a site with 5 sites in it and has about 6 MySQL/PHP News > databases. A while back I tried to use drop-down combo boxes to make a > single page that linked all 6 news scripts so I could pick one from > the > drop-down enter the news a

Re: [PHP] & and mySQL

2005-08-28 Thread Richard Lynch
On Sat, August 27, 2005 2:43 pm, mastershay wrote: > Hi, I am trying to search mySQL for URLs that include & in them. I > start > with a standard URL that uses &, use str_replace to put in &, and > then > do a mySQL query. However, nothing is found when I run the search > through > PHP. When I do t