RE: [PHP] a code question..??

2005-11-11 Thread Richard Lynch
On Thu, November 10, 2005 7:41 pm, bruce wrote: > +---+ > | | > | user| > | 'sub_btn'| > | | > | | > |

RE: [PHP] a code question..??

2005-11-11 Thread Richard Lynch
On Thu, November 10, 2005 6:02 pm, bruce wrote: > in your example, wouldn't app A, essentially download the code from > app B, > and run the source on app A? or would the code be run on app B, with > the > resulting html/content/page being transferred to app A? Yes, but I've NEVER in this entire t

Re: [PHP] a code question..??

2005-11-11 Thread comex
> would the approach be to use an iframe, and some sort of ajax code, to allow > the user to interact with the dialog/code within the iframe. keep in mind, > that the code within the iframe would be running on the remote server... Sorry, I had forgotten the content of the original question. If wh

RE: [PHP] a code question..??

2005-11-11 Thread bruce
] Sent: Thursday, November 10, 2005 7:57 PM To: php-general@lists.php.net Subject: Re: [PHP] a code question..?? > the app B server would then return a result, based on the user input... i'm > trying to figure out how to essentially allocate a section of the page, to a > remote appl

Re: [PHP] a code question..??

2005-11-10 Thread comex
> the app B server would then return a result, based on the user input... i'm > trying to figure out how to essentially allocate a section of the page, to a > remote application. after i've finished with the remote stuff, the user > could go ahead and select other items/buttons on the page that are

RE: [PHP] a code question..??

2005-11-10 Thread bruce
| | blah | | | | | | | +---+ i'm not sure what's the best approach to this... thanks bruce -Original Message- From: comex [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 5:28 PM To: php-general@lists.php.net Subject: Re: [PHP] a cod

Re: [PHP] a code question..??

2005-11-10 Thread comex
> in your example, wouldn't app A, essentially download the code from app B, > and run the source on app A? or would the code be run on app B, with the > resulting html/content/page being transferred to app A? If the PHP file has a .php extension, it will be run on the webserver like any PHP page.

RE: [PHP] a code question..??

2005-11-10 Thread bruce
ists.php.net Subject: RE: [PHP] a code question..?? On Thu, November 10, 2005 4:30 pm, bruce wrote: > as i understand curl functions (and correct me if i'm wrong). the > functions > simply allow the user/app to download/copy the file from the remote > server, > where the

RE: [PHP] a code question..??

2005-11-10 Thread Richard Lynch
On Thu, November 10, 2005 4:30 pm, bruce wrote: > as i understand curl functions (and correct me if i'm wrong). the > functions > simply allow the user/app to download/copy the file from the remote > server, > where the existing app could do whatever with the content... > > this isn't what i want..

Re: [PHP] a code question..??

2005-11-10 Thread Ben
bruce said the following on 11/10/2005 02:30 PM: as i understand curl functions (and correct me if i'm wrong). the functions simply allow the user/app to download/copy the file from the remote server, where the existing app could do whatever with the content... It depends... You could get the

RE: [PHP] a code question..??

2005-11-10 Thread bruce
ay to run a chunk of code on a remote server... i'd rather not put the source on the intial client-app A machine... -bruce -Original Message- From: Ben [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 1:59 PM To: php-general@lists.php.net Subject: Re: [PHP] a code ques

RE: [PHP] a code question..??

2005-11-10 Thread Richard Lynch
On Thu, November 10, 2005 3:15 pm, bruce wrote: > the primary issue i'm trying to address is whether it's possible for a > php > app to somehow display on one app, code/forms that essentially resides > on > another server? doens't have to be a login form.. > > in all honesty, i don't see how it can

Re: [PHP] a code question..??

2005-11-10 Thread Ben
bruce said the following on 11/10/2005 01:44 PM: as you can see, there are interactions that occur betwwen app A and app B. but i'm not sure if what i'm thinking of can be accomplished... the information in the code/forms from app B will change based on the username... thoughts/comments.. As

RE: [PHP] a code question..??

2005-11-10 Thread bruce
but i'm not sure if what i'm thinking of can be accomplished... the information in the code/forms from app B will change based on the username... thoughts/comments.. -bruce -Original Message- From: Ben [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 1:24 PM To: php-gene

Re: [PHP] a code question..??

2005-11-10 Thread Ben
bruce said the following on 11/10/2005 01:15 PM: the primary issue i'm trying to address is whether it's possible for a php app to somehow display on one app, code/forms that essentially resides on another server? doens't have to be a login form.. in all honesty, i don't see how it can be possib

RE: [PHP] a code question..??

2005-11-10 Thread bruce
hard Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 1:01 PM To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: Re: [PHP] a code question..?? On Thu, November 10, 2005 2:20 pm, bruce wrote: > i have a situation where i have a client app (A), and another app (B). >

Re: [PHP] a code question..??

2005-11-10 Thread Richard Lynch
On Thu, November 10, 2005 2:20 pm, bruce wrote: > i have a situation where i have a client app (A), and another app (B). > i'd > like to be able to have app A have a login dialog. I'd like the login > dialog > to be comming/run from app B. so i envision somehow having code from > app B > within app