[PHP] apache specific

2003-10-24 Thread dorgon
...blah blah blah... Options FollowSymLinks AllowOverride None ...blah...blah... Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all ... as u can see, there's always the option enabled... I'm tired now gn8 /dorgon -- PHP General Mail

Re: [PHP] Re: generate word docs

2003-06-25 Thread dorgon
ea really sounds great. a faster way can't hardly be found. /dorgon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: correct syntax

2003-06-25 Thread dorgon
Harry Wiens wrote: What would be the correct syntax? 1. $_SESSION[test] in this case "test" is a constant and must be defined by calling define("test", some_integer_value) before 2. $_SESSION['test'] this is correct. but variables will not be equaled in the string. so when using '' brackets, you

[PHP] Re: generate word docs

2003-06-25 Thread dorgon
hmm... sounds troublesome. do you need all text/paragraph formatting features of word? what if finding a spec for RTF, which is much easier and specifying the word MIME key respectifely saving as .doc (words opens rtf without a convert dialog I think). just a thought Evan Nemerson wrote: Summary

[PHP] Re: MSWord attachment with mail()

2003-06-24 Thread dorgon
I suggest you to use PEAR's Mail_Mime package. That class just takes you a couple of minutes to send MIME Mails with blank text + html + attachments. Alberto Brea wrote: Dear list, What header must I use to send a MSWord attachment with mail()? I have looked it up in the manual and on php.net but c

[PHP] Re: php caches mysql connections to same host

2003-06-24 Thread dorgon
t", "user", "pwd"); mysql_select_db("database2", $conn2); // select two diff. DBs ...returns two different resource IDs (which I'd like to have). When using mysql_pconnect I'm always getting correctly different resource ids. /dorgon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php caches mysql connections to same host

2003-06-24 Thread dorgon
used by another class. The only solution is to do a mysql_select_db before every query. Is this a bug or a feature? /dorgon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] identify not only browser, but even browser windows

2003-06-24 Thread dorgon
I thought so One solution would be not to use cookies and pass different unique ids from each window. thx dorgon Ernest E Vogelsinger wrote: At 10:58 24.06.2003, dorgon said: [snip] can cookies be stored for single browser instances (windows)? does the

Re: [PHP] Encoding

2003-06-24 Thread dorgon
plase ISO-8859-2 is the one you'll need. Denis 'Alpheus' Cahuk wrote: So you don't know what encoding I should use? At 19:39 24.6.2003 +0800, you wrote: On Tuesday 24 June 2003 19:07, Denis 'Alpheus' Cahuk wrote: > My surname (Èahuk, I write it Cahuk) is writen with a C and a \/ above it.

[PHP] Re: topic_maps with php

2003-06-24 Thread dorgon
I don't know any php lib working with topic maps. Why don't you use Java for displaying too. Check out http://weblogs.medien.uni-weimar.de/topicmaps/Tools I think you will have better support for Java since it was introduced in Java. /dorgon Sebastian Mangelkramer Imac wrote: hi al

[PHP] identify not only browser, but even browser windows with session

2003-06-24 Thread dorgon
ld be uses? thanks in advance, dorgon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] open_basedir

2003-06-20 Thread dorgon
exception of /tmp, to allow the uploads? /dorgon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] call-time pass-by-reference feature really deprecated?

2003-06-19 Thread dorgon
Thanks for the explanation. Yes, let us drop call-time pass-by-reference!! I'm with you. ;-) /dorgon Jason Wong wrote: On Friday 20 June 2003 01:11, dorgon wrote: Maybe, there's a setting for this in php.ini. yes. there is: Yes, I know there is ;-) The 'maybe' is m

Re: [PHP] call-time pass-by-reference feature really deprecated?

2003-06-19 Thread dorgon
I think you are absolutely right. thanx! I'll fix it and see if the warning still remains. /Dorgon Bobby Patel wrote: Isn't Call-time pass-by-reference the following $variable = myFunction1(&$x); Where myFunction1() is defined as function myFunction1($x) Where as pass-be-referenc

[PHP] Re: Version Independent Sessions?

2003-06-19 Thread dorgon
that's some of my scripts I once used. have a look at it. it won't run instantly, since I just took them from a collection of classes hth /Dorgon the most interesting part will be: // initialize global session object session_start(); if (isset($_SESSION)) { // php versions >= 4.1

[PHP] Re: call-time pass-by-reference feature really deprecated?

2003-06-19 Thread dorgon
whats the difference? call-time-pass... is function callMe(&$obj) {...} and pass-by-ref is "return &$obj" ? I'm not sure if I got you. tx dorgon Rush wrote: "Dorgon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Will the pass-by-reference fe

Re: [PHP] call-time pass-by-reference feature really deprecated?

2003-06-19 Thread dorgon
onPools for DB-connections for instance, or any classes managing a set of object and providing them by returning references? many OOP design patterns (primarily adopted from java) would not be possible anymore. I think this would be worth talking about. Is there any plausible reason for that decisi

[PHP] call-time pass-by-reference feature really deprecated?

2003-06-19 Thread dorgon
ars' '--with-config-file-path=/etc/' '--with-imap=/usr/local/imap-2001a' '--with-gettext' '--with-exec-dir=/usr/local/typo3sh/bin' '--with-gd=/usr/local/typo3sh' '--with-jpeg-dir' '--with-png-dir' '--with-tiff-di