php-general Digest 27 May 2005 01:58:49 -0000 Issue 3477

2005-05-26 Thread php-general-digest-help
php-general Digest 27 May 2005 01:58:49 - Issue 3477 Topics (messages 215837 through 215844): Re: extending a class using includes not working 215837 by: Brent Baisley Recursion: Ugh! 215838 by: Chris W. Parker 215839 by: Marek Kilimajer 215840 by: Chris W.

[PHP] Emisor de respuesta automática: Re: [PHP-DB] Letters loop

2005-05-26 Thread MIGUEL ANTONIO GUIRAO AGUILAR
Great!! It works pretty good!!! Thanks!! -- MIGUEL GUIRAO AGUILERA Logistica R8 - Telcel Tel: (999) 960.7994 Cel: 9931-6 - Mensaje original - De: Stephen Johnson [EMAIL PROTECTED] Fecha: Miércoles, Mayo 25, 2005 9:57 pm Asunto: Re: [PHP-DB] Letters loop

RE: [PHP] Building multi-page Word docs with PHP?

2005-05-26 Thread George Pitcher
Well guys, thanks for the feedback. Firstly, I am on Windows, and my server runs on NT4. I have no say on that - company policy. The files are not zipped in any way as they are being sent to publishers' rights departments, who struggle with PDFs at times. I think I'll give COM a try. I do use

[PHP] Impossible to list attributes of xml-element?

2005-05-26 Thread Victor Spång Arthursson
Ciao! I'm selecting an element in the xml using xpath. I know there is only one element matching the xpath-query, but still I get the result as a list. Nevermind. This list is of the type domnodelist, on which only one action is allowed: item() Selecting [xpath-result]-item(0) gives

Re: [PHP] extending a class using includes not working

2005-05-26 Thread Jochem Maas
Charles Kline wrote: On May 25, 2005, at 7:53 PM, Richard Lynch wrote: On Wed, May 25, 2005 11:30 am, Charles Kline said: i have 2 class files. say for example. class 1 class 2 extends class 1 class 2 uses include_once(firstclass.php) include, require, etal are not functions

Re: [PHP] extending a class using includes not working

2005-05-26 Thread Brent Baisley
Is the include in your class 2 file the very first line, before you start declaring your class 2 classes? The class 1 file has to be loaded before you start extending it, obviously, but just checking. The other problem may be with your paths. Wherever your template file is located is where is

[PHP] Recursion: Ugh!

2005-05-26 Thread Chris W. Parker
Hi everyone, I've been working on a problem for a few days now and I'm not making any headway so I think it's time I come to the list for some help (though this really disappoints me since it appears I'm not capable of solving this problem on my own!). Anyway, I'm using the Modified Preorder

Re: [PHP] Recursion: Ugh!

2005-05-26 Thread Marek Kilimajer
Chris W. Parker wrote: Hi everyone, I've been working on a problem for a few days now and I'm not making any headway so I think it's time I come to the list for some help (though this really disappoints me since it appears I'm not capable of solving this problem on my own!). Anyway, I'm using

RE: [PHP] Recursion: Ugh!

2005-05-26 Thread Chris W. Parker
Marek Kilimajer mailto:[EMAIL PROTECTED] on Thursday, May 26, 2005 11:35 AM said: untested: function display($array, $prefix = '') { echo $prefix ':' . $array['name'] . \n; if(is_array($array['children']) $array['children']) { foreach($array['children'] as

[PHP] Retrieving client SSL info

2005-05-26 Thread Peter Brodersen
Hi, I have an Apache1 webserver running under Linux with mod_ssl and PHP5.0.4 (debian dotdeb backport). I have users logging in via SSL, presenting a client certificate: SSLVerifyClient require SSLCACertificateFile path/to/CAcert.crt .. and everything works at this point. My question is how to

Re: [PHP] Recursion: Ugh!

2005-05-26 Thread Rory Browne
This would have been easier if you'd posted the php code to create the array, as opposed to the output of print_r. I did this: ?php $arr = array( array( 'name' = 'food', 'children' = array( array( 'name' = 'meat',

[PHP] include file and problems with headers

2005-05-26 Thread Ross
I have the folowing code which checks whether the user has logged in. if (!isset ($_SESSION['new_session'] ) ) { $login_status = div class=\standard_text\Your are not signed in /div; } if (isset ($_SESSION['new_session'] ) ) { $address = $_SESSION['new_session']; $login_status = div

[PHP] Re: Retrieving client SSL info

2005-05-26 Thread Peter Brodersen
On Thu, 26 May 2005 21:32:27 +0200, in php.general [EMAIL PROTECTED] (Peter Brodersen) wrote: I have searched the web, in php.general and comp.lang.php without success. The closest info was a reply from Christ Shiflett: http://marc.theaimsgroup.com/?l=php-generalm=103828683828825w=2 What a

[PHP] passthru in IE: fullscreen display of SWF

2005-05-26 Thread dc
hi list- (B (BI am trying to display a SWF file fullscreen, but having problems with IE. (B (BThis is a SWF file that is sitting on the disc, and i want to do a simple (Bpassthru; works fine in opera, firefox, but not IE. Found some notes on (Bthis issue, realted to downloads, but not

[PHP] Report

2005-05-26 Thread MAILER-DAEMON
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] php uncongruence (or config?)

2005-05-26 Thread Miguel Vaz
Hi, I am confused as to how to solve this simple problem. Although it seems as some little config issue i am missing. I have a file index.php with some html tables and this php code: ..html stuff here... ? print $mod; ? ..some