[PHP] Install question

2007-06-15 Thread Paul K
I have just started with a clean install on a Windows XP Pro system, Apache 2.24 and PHP 5.2.3 Apache Monitor reports Apache/2.24(Win32)PHP/5.2.3. I can access html files just fine but I can't even run a test program Nothing displays. Where do I look to see whats wrong? Paul -- PHP Genera

[PHP] Re: PHP and SOAP/XML-RPC

2001-08-27 Thread Paul K Egell-Johnsen
IL PROTECTED] Do a search on freshmeat.net for Soap. I think you'll find someone who've made an parser for soap. BTW, Soap is just XML, so find more info about Soap and use the XML functions of PHP to generate and parse the messages sent. -- Paul K Egell-Johnsen Developer/PR Manag

[PHP] Common security problems in PHP

2001-07-06 Thread Paul K Egell-Johnsen
A short article (http://www.zez.org/article/articleview/69/) describing a couple of the most common security issues in PHP scripts are available at http://zez.org. The article also offers short and helpful tips on avoiding the problems. -- Paul K Egell-Johnsen zez.org: about code http://zez.org

Re: [PHP] max array size question..

2001-03-05 Thread Paul K Egell-Johnsen
em. Check out if the memory usage is overrun; check if timeout occurs. (Your probgram isn't much help without the data) -- Paul K Egell-Johnsen Developer/PR Manager eZ systems as http://ez.no/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For a

[PHP] Do you know what Inter process communication (IPC) is?

2001-02-02 Thread Paul K Egell-Johnsen
ticle/articleview/46/ -- Paul K Egell-Johnsen Developer/PR Manager eZ systems as http://ez.no/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Template parser

2001-01-16 Thread Paul K Egell-Johnsen
wserver/$1 [R,L] or RewriteEngine on RewriteRule ^/(.+) /your/apache/documentroot/admin/index.php Read more about rewrite here: http://httpd.apache.org/docs/misc/rewriteguide.html -- Paul K Egell-Johnsen Utvikler/PR Manager eZ systems as http://ez.no/ -- PHP General Mailing List (http://www.php

Re: [PHP] Templates

2001-01-15 Thread Paul K Egell-Johnsen
mplates which comes with PHPLib, which is pretty good. Finally it is much easier to use and initalize than any template engine I've tried. -- Paul K Egell-Johnsen Developer/PR Manager zez.org: about code http://zez.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m

Re: [PHP] mysql index (semi ot)

2001-01-11 Thread Paul K Egell-Johnsen
order to give the database the optimization info it needs. Check out info about this and other optimization info at http://www.mysql.com there you can also get info from the mysql mailing lists which are more appropriate for this kind of questions. -- Paul K Egell-Johnsen Utvikler/PR Manager

Re: [PHP] include path confusion

2001-01-11 Thread Paul K Egell-Johnsen
t regards, > Randy My experience is that "../path1/file.php" is appended to all paths in the include path, as well as your current path. Current path, btw, if you are using a lot of included files are always the path of the inital script called. -- Paul K Egell-Johnsen Utvikler/

Re: [PHP] Netscape does not show all the variables

2001-01-11 Thread Paul K Egell-Johnsen
nsistent (and costly in network time/parsing) method, and I wouldn't rely on it either... -- Paul K Egell-Johnsen Utvikler/PR Manager eZ systems as http://ez.no/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
and practices are changed to accomodate the user's needs in a private and non-offencive method. -- Paul K Egell-Johnsen Utvikler/PR Manager eZ systems as http://ez.no/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
ren't obliged to accept cookies and that get is needed. -- Paul K Egell-Johnsen Utvikler/PR Manager eZ systems as http://ez.no/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
Alexander Wagner wrote: > > Paul K Egell-Johnsen wrote: > > When in doubt, follow the stream... Check out this, Amazon uses cookies, > > Amazon does a lot of business. Do you really feel that Amazon misses out > > on a lot of customers? Do you know of any large websites

Re: [PHP] cool OOP-phenomena!

2001-01-11 Thread Paul K Egell-Johnsen
tch case which you have to change for every new class you add to the inheritance tree. I've used this technique a few times, and I also think I've seen this used in some database wrapper classes. -- Paul K Egell-Johnsen Utvikler/PR Manager eZ systems as http://ez.no/ -- PHP General Mai

Re: [PHP] Good and working documentation generator

2001-01-11 Thread Paul K Egell-Johnsen
dows platforms, so a tool that does not rely on > Unix/Linux only tools, would be perfect. > > Thanks a lot for your ideas and opinions. At http://developer.ez.no you'll find eZPhpDoc which is based on perl. You'll find examples of its output at http://doc.ez.no it is released u

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
ative hype) or product cost, who wants to use cc for really cheap stuff? Even more finally, sorry that I can't shore up my thoughts with any good facts either, I just felt like questioning the statement since I feel that it isn't neccessary the full truth. -- Paul K Egell-Johnsen Utvikler

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-10 Thread Paul K Egell-Johnsen
ake a look at http://developer.ez.no where you can learn about eZ trade which has implemented such a shopping cart system. You'll find code, examples, design documents, administration documents and discussions covering this software. The software is free under the GNU GPL. -- Paul K Egell-Johnse