Search found 7 matches

by pythone
Wed Mar 03, 2004 3:20 pm
Forum: PHP - Code
Topic: invoking "Save Target As" dynamically on an image
Replies: 2
Views: 362

invoking "Save Target As" dynamically on an image

Hello I was wondering whether it is possible to invoke the "Save Target As" option (the one accessed via right-clicking a file) on an image in a page. That is, if the user clicks on a link/button the behaviour should be as if the user right-clicked an image and chose "Save Target As&q...
by pythone
Tue Mar 02, 2004 3:12 pm
Forum: General Discussion
Topic: looking for a good PHP book
Replies: 9
Views: 1427

looking for a good PHP book

Hello

I am a newbie who wants to start learning PHP.
I have been programming for over 15 years so I don't need a book just for beginners.
Could anyone refer me to a good PHP book that starts for beginners but quickly works its way to the more advanced stuff?

thanks
by pythone
Tue Mar 02, 2004 2:27 pm
Forum: PHP - Code
Topic: sharing PHP files across multiple Web sites
Replies: 3
Views: 391

thanks so all the Web sites in the same server can share the same classes, but classes must be duplicated across servers. Am I correct? So the classes will be used as an API? But what about the PHP files which are using those classes? Do can those be shared or do they need to be duplicated? sorry ab...
by pythone
Tue Mar 02, 2004 2:09 pm
Forum: PHP - Code
Topic: sharing PHP files across multiple Web sites
Replies: 3
Views: 391

sharing PHP files across multiple Web sites

Hello I would like to support multiple Web sites using the same PHP files. I have two options here: 1) Duplicate the PHP files for each Web site 2) Share a single copy of the PHP files for all Web sites Is one option preferable to the other? Will I have performance problems if the files are shared? ...
by pythone
Mon Mar 01, 2004 1:50 am
Forum: PHP - Code
Topic: how clustering affects my php programming?
Replies: 1
Views: 553

how clustering affects my php programming?

Hi I want to cluster my web sites in the following way: Assume that the site can be located in any of several servers. A load balancer directes traffic to the appropriate server for processing. The problem is that I can no longer save anything in a server's RAM, since the next client request could b...
by pythone
Mon Mar 01, 2004 1:48 am
Forum: PHP - Theory and Design
Topic: PHP clustering - the works
Replies: 4
Views: 3848

how clustering affects my PHP programming

Hi I am indeed planning on using a hardware load balancer. My question is this: Since I want to cluster my web sites in the following way: Assume that the site can be located in any of several servers. A load balancer directes traffic to the appropriate server for processing. The problem is that I c...
by pythone
Thu Feb 26, 2004 3:21 pm
Forum: PHP - Theory and Design
Topic: PHP clustering - the works
Replies: 4
Views: 3848

PHP clustering - the works

Hello I am looking into writing numerous php-based Web sites that will work with Apache and MySQL. I would like to be able to cluster those Web sites. Can anyone refer me to some place where I could read about PHP clustering, pitfalls, how to do it, important issues I should be aware of and so on? t...