Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Server activity


Message #1 by php@n... on Sat, 24 Feb 2001 20:04:48
Hi!

Yes, I bought it before prof PHP (If You are refering to Beginning PHP4)
Just went in to the shop and bought prof PHP thinking it was the follow 
up, cuz i wanted some more..

I would really like a prof PHP4 programming...


Thnx!


///Blixt
php@n...


> There is a PHP 4 book already out.  Professional PHP programming is for
> version 3.
> 
> Adam Lang
> Systems Engineer
> Rutgers Casualty Insurance Company
> http://www.rutgersinsurance.com
> 
> ----- Original Message -----
> From: <php@n...>
> To: "professional php" <pro_php@p...>
> Sent: Saturday, February 24, 2001 8:04 PM
> Subject: [pro_php] Server activity
> 
> 
> > Greetings!
> >
> > Is there a new PHP pro book coming up?
> > Hehe..
> > Bought pro PHP progr thinking it was the follow up on Beginning PHP
> > I still like it...
> >
> >
> > My questions:
> >
> > 1: How do i maintain temporary data on the server?
> > Do i have to create/open/write/close/read/delete tempfiles or 
comunicate
> > with a database?
> >
> > 2:How do i best pass the data to the next_file_in_line.php
> >
> > 3:How do i have a file (in this case: index.php in my root) sent to the
> > originating
> > client browser window after this chain of code in *.php files having 
been
> > run?
> >
> >
> >
> > I am trying to:
> >
> > Have the client request (...form-->...submit) or (refresh browser)
> > or (click a link)...etc
> > to reach a switching_document.php that takes the incoming data
> > and directs the server activity to the correct_document.php which
> > prepares data/variables and passes the whole thing to
> > a document_to_be_sent_to_the_originating_client_browser_window.php
> >
> >
> >
> > This is prolly rellevant:
> >
> > In my ISP php.ini-file one can find the following:
> >
> > register_globals = On
> >
> > register_argc_argv = On
> >
> > gpc_order = "GPC"
> >
> > ; Magic quotes
> > magic_quotes_gpc = On
> > magic_quotes_runtime= Off
> > magic_quotes_sybase = Off
> >
> > Best regards!
> >
> > ///Blixt
> > php@n...
> 

  Return to Index