[PHP] register_shutdown_function

2002-02-25 Thread Stefan
hi, when i use register_shutdown_function in an included or required script, will the function be called after the processing of the included / required script, or after all scripts? i think they are called last, but i'm not sure ... does anyone know? + stefan -- PHP General Mailing List

[PHP] Re: Delete checked files

2002-02-25 Thread Stefan
make a form, one delete-button and put a checkbox before every file. the checkbox's name is 'delete_file['.$filename.']' ... wehen pressed delete open a file which foreach's every entry in delete_file and unlink it. but be careful - this could be a huge security-hole ... + stefan Nautilis

[PHP] file upload problem (files 7.5mb)

2002-03-04 Thread stefan
a solution? stefan -- PHP General Mailing List (http://wwwphpnet/) To unsubscribe, visit: http://wwwphpnet/unsubphp

[PHP] Apache not parsing without .php on url?

2002-09-19 Thread Stefan
in the url? This works in my old apache 1 installation.! The file is named test.php in the abc directory. http://my.server.se/abc/test.php; works, but not http://my.server.se/abc/test; Any tips in what i missed out in configuration or how to fix this would be appreciated. best regards, Stefan

[PHP] Re: Calling on functions in a url

2002-09-19 Thread Stefan
http://www.sample.com/script.php?fucntion=1 http://www.sample.com/script.php?fucntion=2 Then do a 'case' or 'if' on $_GET['fucntion'] Tom Ray [EMAIL PROTECTED] skrev i meddelandet [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I have a question that I have yet to figure out. Let's say I have a

[PHP] How to get count of dimensions in multi array?

2002-09-23 Thread Stefan
Hello, I´m trying to figer out how to get the number och dimensions of a array.. It isn´t the problem to get the count of elements with count(), it´s the number of dimensions i am stuck at :( Any tips would be appreciated. Best regards, Stefan -- PHP General Mailing List (http://www.php.net

[PHP] Execute Perl CGI within PHP

2001-10-05 Thread Stefan
of the perl-script. I needed the output in $result and don't want that the perl script prints to the browser... The whole thing is running on a win2k Server machine. Does someone know what I'm doing wrong? By the way: which number in $status means what? Stefan Rusterholz, [EMAIL PROTECTED

[PHP] Multiple .ini-files for PHP

2001-11-14 Thread Stefan
Is there a way to have different .ini-files for each VirtualHost? Apache is used as webserver Thank you for helping Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T

[PHP] fsockopen - whats the syntax of POST?

2001-11-15 Thread Stefan
First: can I do a POST-request with fsockopen? If yes, then: whats the syntax for POST-requests? I was happy if someone could point me to a good documentation or so Thanks in advance Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz

[PHP] Parse POST-Data myself

2001-11-16 Thread Stefan
containing post-data :-( If someone has another approach to a solution: I will have both ears open for it :) Thanks in advance Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich

[PHP] SSL Connection causes data errors.

2006-09-18 Thread Stefan
is moved around it appears and it messes up the XML. I am getting an error at the end of my request to the server: PHP Warning: fread(): SSL: fatal protocol error in However from what I read that error deals with the closing of the connection. Any help would be very appreciated. Stefan

[PHP] SSL Connection causes data errors.

2006-09-18 Thread Stefan
is moved around it appears and it messes up the XML. I am getting an error at the end of my request to the server: PHP Warning: fread(): SSL: fatal protocol error in ... However from what I read that error deals with the closing of the connection. Any help would be very appreciated. Stefan

[PHP] Session from php in ASP

2006-03-17 Thread Stefan
Hi NG is it possible to get a Sessionvariable set in php read in an asp-file with the tag %= Session(php) %? Thanks in advance Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session from php in ASP

2006-03-17 Thread Stefan
Yes. I don't get any values Jay Blanchard [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] [snip] is it possible to get a Sessionvariable set in php read in an asp-file with the tag %= Session(php) %? [/snip] Have you tried it? -- PHP General Mailing List (http://www.php.net/)

[PHP] PHP Post method HTTP 404

2005-02-16 Thread Stefan
Hi I've a strange problem When I try to send a form with method=POST to a php-file I always get an HTTP 404 error. I really don't know why, because the file exists on the server. I use IIS 5.1 Tnx. Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] php error

2005-02-16 Thread Stefan
Hi I've a strange problem When I try to send a form with method=POST to a php-file I always get an HTTP 404 error. I really don't know why, because the file exists on the server. I use IIS 5.1 Tnx. Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] create forum

2005-02-17 Thread Stefan
Hi. Are there some code-examples how to build a forum with php and xml? Tnx Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Serious problem with Compiler?!?

2005-03-09 Thread Stefan
to start searching for the problem as the logs don't tell anything about it! Thx for help in advance. Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Serious problem with Compiler?!?

2005-03-09 Thread Stefan
-config program: phpextdist -- end What may be the source of this problem? Jochem Maas wrote: Stefan wrote: Hi there, my Server worked fine for several month now with php 4.3.4. Since a few hours (without changing anything for the last days) PHP reboot? lame yes, but maybe it works. otherwise

[PHP] XML Select

2005-04-08 Thread Stefan
Hi NG I've a question about searching in a xmlfile. Is there a mehtod to select a xml-node with a specific value? e.g. xml nameabc/name namedef/name /xml and I want search for the node with name abc. Or is it possible with a xpath definition? Thanks in advance Stefan -- PHP General Mailing

[PHP] Update XML

2005-04-11 Thread Stefan
Hi NG! I've a problem in updating an XML-Node value. How can I change the value of an XML node? Thanks in Advance Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHPmysqladmin

2004-11-27 Thread Stefan
What about looking for yourself? http://www.google.com/search?hl=enlr=q=phpmyadmin -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 27. November 2004 19:27 An: PHP general Betreff: [PHP] PHPmysqladmin Where can you get PHPmysqladmin?

AW: [PHP] help plssssss.!!!

2004-12-03 Thread Stefan
/ . $link . .php); //Includes a page called e.g. 'page1' //in subdirectory 'pages/' } else { echo No Page selectedbr; //Error if no Page is selected in $link } Where the called page is in the directory 'Pages' under the name page1.php Stefan

RE: [PHP] Page that checks if a user exists on a remote system

2004-12-03 Thread Stefan
Hi! Have you thougt of writing the userdata to a database and running a perl script by cron to do the rest? This would be an interesting opinion for security purpose. Stefan -Ursprüngliche Nachricht- Von: Jonathan Duncan [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 3. Dezember 2004

[PHP] Strange behaviour with PHP on Apache

2004-12-06 Thread Stefan
/sbin/apxs2-prefork' 'i586-suse-linux' Thx a lot in advance. Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Strange behaviour with PHP on Apache

2004-12-06 Thread Stefan
Nachricht- Von: Jason Wong [mailto:[EMAIL PROTECTED] Gesendet: Montag, 6. Dezember 2004 19:54 An: [EMAIL PROTECTED] Betreff: Re: [PHP] Strange behaviour with PHP on Apache On Tuesday 07 December 2004 00:33, Stefan wrote: Users trying to access my php-scripted websites (different projects

RE: [PHP] stupid question about a class

2004-12-08 Thread Stefan
In your class function you should move your query to a variable e.g. $query Then: return $query; And in your main program: $whatever = $q-getQuery(); __ Stefan -Ursprüngliche Nachricht- Von: Richard Kurth [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 8. Dezember 2004 19:21

[PHP] Curious problem overloading derived ObjectArray and __toString

2004-08-27 Thread Stefan
about that? regards, Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Solved: Curious problem overloading derived ObjectArray and __toString

2004-08-27 Thread Stefan
m'kay ... already got it. The routine was disabled due some internal problems. It should be reintroduced in PHP 5.1. *wait* http://www.rb21.com/news/index.php/m/115763/0/#msg_115763 Stefan wrote: hi, I extended ArrayObject (SPL) to a new class. Let's call it ExtObjectArray. ExtArrayObject

Re: [PHP] Object Overloading in PHP5

2004-08-28 Thread Stefan
It's a bug. * Siehe http://bugs.php.net/bug.php?id=28444 ... und ... * http://news.php.net/php.bugs/63652 A workaround is possible using __call( $name, $args) { return( $this-__get( $name)); }. But it sucks, since constructs using array indices are impossible as

[PHP] Bug? ... ? ? and commenting them out

2004-09-15 Thread Stefan
. PHP Version is 5.0.1. Can anybody reproduce the problem (deleting the line fixes it ;o), or find out, wheter ignoring the comment is the desired behaviour? regards, Stefan Bolus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP as a web browser?

2001-12-17 Thread Stefan Rusterholz
if you want a php-only solution, you should probably also consider fsockopen. http://www.php.net/manual/en/function.fsockopen.php best regards Stefan Rusterholz - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, December 17, 2001 9:26

Re: [PHP] can php pretend to be a MSIE or Netscape?

2001-12-17 Thread Stefan Rusterholz
You should be able to using fsockopen. You can use the class below and modify it. Search the class for the string User-Agent: and change what's behind. http://phpclasses.upperdesign.com/browse.html?file=1222 happy querying Stefan Rusterholz - Original Message - From: Sebastian [EMAIL

[PHP] Size of array in bytes

2001-12-20 Thread Stefan Rusterholz
Hi I have a rather large array in my script and I was interested how much memory it uses. Is there a way to get the size of an array in bytes? BTW: I did RTFM and didn't find an accomidating function, so if there is one, please point me to it... TIA Stefan Rusterholz -- PHP General Mailing

Re: [PHP] How to save the result page generated by a Form?

2001-12-20 Thread Stefan Rusterholz
I don't know if it matches your needs but perhaps it helps: http://www.php.net/manual/en/ref.outcontrol.php http://www.php.net/manual/it/ref.outcontrol.php this page isn't translated, but perhaps some subpages... good luck Stefan Rusterholz - Original Message - From: Joe [EMAIL

Re: [PHP] Size of array in bytes

2001-12-20 Thread Stefan Rusterholz
of it's content? I'm more interested in how many kbytes of RAM my array is using than the size in bytes of it's content... But thank you anyway for helping me! best regards Stefan Rusterholz Had the same problem not long ago and I didn't find a simple solution either. My solution at the time

[PHP] setlocale on OS X not working

2001-12-27 Thread Stefan Rusterholz
those files and where to put them in my system? best regards Stefan Rusterholz -- 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] setlocale on OS X not working

2001-12-27 Thread Stefan Rusterholz
Thanks for your help, but it doesn't work either :-( Am Donnerstag den, 27. Dezember 2001, um 16:12, schrieb Brian Clark: * Stefan Rusterholz ([EMAIL PROTECTED]) [Dec 27. 2001 09:13]: Hi Hiya I'm using following code: setlocale(LC_ALL, 'german'); $timestamp = time(); $string

Re: [PHP] setlocale on OS X not working

2001-12-27 Thread Stefan Rusterholz
I forgot to mail that to the mailinglist too... * Stefan Rusterholz ([EMAIL PROTECTED]) [Dec 27. 2001 11:30]: I did that. For localedef it hasn't an entry. But for locale it has one. I don't think that's what you expectet (it seems to belong to perl) Then you need to find out how

Re: [PHP] setlocale on OS X not working

2001-12-27 Thread Stefan Rusterholz
den, 27. Dezember 2001, um 18:36, schrieb Brian Clark: * Stefan Rusterholz ([EMAIL PROTECTED]) [Dec 27. 2001 12:12]: Is there a `locale' package you can install for OSX? (There is for my system.) There is one, but not for PHP, only for the system (which is actually multilingual and able

[PHP] Bit shifting conversion (Delphi - PHP)

2001-12-30 Thread Stefan Pettersson
on system. Or, as a workaround, is there any way to detect the number of bytes an integer is on the current system? Thanks in advance. Best regards, Stefan Pettersson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP] Regex question

2002-01-09 Thread Stefan Rusterholz
( the first backslash escapes the second). foreach ($tags as $currentTag) if (preg_match (/^\/. $currentTag. /, $content)) // do something Witan Jardine 13 Southampton Place London WC1A 2AL Tel: 020 7404 4004 I hope I didn't miss the point and could help you best regards Stefan

Re: [PHP] Regex question

2002-01-09 Thread Stefan Rusterholz
the second). Hi Stefan, Thanks very much for that, it does make sense :-) Unfortunately it still hasn't fixed the problem... I suppose my question has now boiled down to do I need to escape !, , or - in a regex? :-) Cheers Jon here the expression again: $tags = array (script

[PHP] How to get a function backtrace?

2002-01-11 Thread Stefan Rusterholz
direction I was very happy. TIA Stefan Rusterholz

Re: [PHP] Re: How to get a stacktrace? (was how to get a function backtrace)

2002-01-14 Thread Stefan Rusterholz
, January 14, 2002 10:24 AM Subject: [PHP] Re: How to get a function backtrace? Stefan Rusterholz wrote: Im not sure if function-backtrace is the correct word for what I need, so I'll explain: If I have for example What you are looking for is a stacktrace, ie the stack of called functions

Re: [PHP] Passing variables with include()

2002-01-14 Thread Stefan Rusterholz
far, the query fails because $serie_id is not known. Are there any known exceptions (f.i. specific server settings) that might explain why the variable is not known on the remote server? Thanks in advance! -- Imar de Vries - [EMAIL PROTECTED] - ICQ 6972439 best regards Stefan Rusterholz

Re: [PHP] Re: Passing variables with include()

2002-01-14 Thread Stefan Rusterholz
Sure you can. Right out from the manual: If URL fopen wrappers are enabled in PHP (which they are in the default configuration), you can specify the file to be include()ed using an URL instead of a local pathname. See Remote files and fopen() for more information. best regards Stefan Rusterholz

Re: [PHP] Re: Passing variables with include()

2002-01-14 Thread Stefan Rusterholz
Since some time there has only one difference left (don't know at which version it changed): include causes a warning and require an error on fail. (very useful for debugging - require your error-handler and include everything else) best regards Stefan Rusterholz - Original Message

Re: [PHP] Re: Passing variables with include()

2002-01-14 Thread Stefan Rusterholz
. Please correct me if I'm wrong. best regards Stefan Rusterholz -- 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] variable problem - help!

2002-01-16 Thread Stefan Rusterholz
PHP's complaints about it) so PHP converts it to $row['constant']. You may now understand, that PHP translates your code to $row['coloumname_$variable'] whre $variable is a string and not a variable. I hope, I could express myself understandable :) best regards Stefan Rusterholz -- PHP General

Re: [PHP] CONTINUE - variable problem - help!

2002-01-16 Thread Stefan Rusterholz
, this is true. so if $row[somename_$var] exists and is not empty, it does 'echo' the stuff behind the ?, else it does 'echo' the stuff behind the : and please don't set your priority to important on the list - thank you. best regars Stefan Rusterholz -- PHP General Mailing List (http://www.php.net

Re: [PHP] CONTINUE - variable problem - help!

2002-01-16 Thread Stefan Rusterholz
operator (?:): echo (condition) ? condition is true : condition is false; if conditions evaluates to true then PHP interprets it like echo condition is true; else echo condition is false; best regards Stefan Rusterholz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

[PHP] Help! PHP 4.03pl1, fopen and cobalt RaQ4

2002-01-17 Thread Stefan Rusterholz
or even 4.1.1 in a usable time (I don't want to try to compile PHP myself)? TIA Stefan Rusterholz

[PHP] PHP Installation: .rpm working with RaQ4 wanted...

2002-01-22 Thread Stefan Rusterholz
Stefan Rusterholz

Re: [PHP] Whats the best way.

2002-01-24 Thread Stefan Rusterholz
a file (he could have sent an empty form) -check what extension is needed (.jpg, .gif or whatever) -move_uploaded_file($userfile, Your/Directory/.time().$extension) hope this helps stefan rusterholz - Original Message - From: Philip J. Newman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [PHP] db conversion advice needed

2002-01-24 Thread Stefan Rusterholz
database (only if you have to import more than once) -build mysql insert query -done :) If you have more questions or more detailed questions just ask best regards Stefan Rusterholz Now I need this db to make a db content based website. I know enough stuff about MySQL to do this, but I don't

Re: [PHP] multi-threading within php?

2002-01-24 Thread Stefan Rusterholz
Sorry, I don't have an answer on your question, but a question to you: I'm currently building a class to browse a page and was interested in the source of your script. Especially on that part extracting the links. Would you mind providing the source or is it a commercial? best regards Stefan

[PHP] Correct URL's

2002-01-25 Thread Stefan Rusterholz
($url) or $exists = false; return $exists;) TIA Stefan Rusterholz

Re: [PHP] Correct URL's

2002-01-25 Thread Stefan Rusterholz
- Original Message - From: Alexander Weber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 25, 2002 10:34 AM Subject: Re: [PHP] Correct URL's Stefan Rusterholz wrote What was the best way to check, if the give address really exists? Just try this function: http

Re: [PHP] How to echo the /n, /r, etc... to the HTML display?

2002-01-25 Thread Stefan Rusterholz
regards Stefan Rusterholz - Original Message - From: Scott Fletcher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 25, 2002 6:31 PM Subject: [PHP] How to echo the /n, /r, etc... to the HTML display? Hi! I have been working on this part for a few days now! It had become

Re: [PHP] mailing to 19000 users

2002-01-29 Thread Stefan Rusterholz
loops shouldn't be bad. good luck stefan rusterholz - Original Message - From: val petruchek [EMAIL PROTECTED] To: Stefan Rusterholz [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 12:00 PM Subject: Re: [PHP] mailing to 19000 users I have no experience with this stuff, but some thoughts

[PHP] Feature requests for PHP development - where to post them?

2002-01-29 Thread Stefan Rusterholz
Is there a place especially meant to make feature-requests to the php-development team? TIA stefan rusterholz -- 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

Re: [PHP] Function call stack

2002-01-30 Thread Stefan Rusterholz
: $message.\n; echo It happened in file $file at line $line and it is a $level-error; } the most beauty about that is that you can also cover errors you didn't handle (e.g. if fopen triggers a warning or whatever) best regards stefan rusterholz - Original Message - From: Lars Torben Wilson

Re: [PHP] How do I Resize an image?

2002-01-30 Thread Stefan Rusterholz
Thank you for that hint. Where do I get netpbm? Is it fast? What image-formats are supported (jpg, png, gif, ...)? What operations are supportetd (resizing, antialiasing, merging, writing text to pictures, etc.)? best regards Stefan Rusterholz - Original Message - From: Tony Bibbs

Re: [PHP] What is ? Mean in the Action Box

2002-01-31 Thread Stefan Rusterholz
normally correctly converts it to a string) best regards Stefan Rusterholz Valentin Petruchek (aki Zliy Pes) *** Cut the beginning *** http://zliypes.com.ua mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Out of the box algorithms

2002-02-06 Thread Stefan Rusterholz
is the string after the : (the other part is relativly easy as you could think) Is there anyone having a parsing algorithm for that just out of the box? It would save me reinventing the wheel ;-) TIA stefan rusterholz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Searching class capable of parsing ID3-tags in MP3-files

2002-02-10 Thread Stefan Rusterholz
I I search a class to parse mp3-files' id3 tag. I already found one at upperdesign.com but it seems not to be capable of parsing newer versions of the id3 tag :( So does anyone know an already existing class doing that for me? TIA Stefan Rusterholz -- PHP General Mailing List (http

[PHP] CURL and multiple sites at once

2002-03-03 Thread Stefan Rusterholz
and exec2 it works but only stores the last page Who can help? TIA greets Stefan Rusterholz -- PHP General Mailing List (http://wwwphpnet/) To unsubscribe, visit: http://wwwphpnet/unsubphp

[PHP] Re: DOMXML and encodings (php4.1.2, libxml2.4.16)

2002-03-24 Thread Stefan Livieratos
, Stefan Livieratos -- ICS Plus Internet Consulting + Services == Aeussere Brucker Str. 51 D-91058 Erlangen Germany == Tel: +49 9131 127733 Fax: +49 9131 127744 E-mail : [EMAIL PROTECTED] Web: http://www.icsplus.de

[PHP] Re: HELP! Open HTTPS://, and follow rediect header

2002-03-24 Thread Stefan Livieratos
, CURLOPT_HEADER, 1); curl_setopt ($ch, CURLOPT_NOBODY, 1); ob_start(); curl_exec ($ch); $header = ob_get_contents(); ob_end_clean(); curl_close ($ch); ? Now search for the Location header in $header. Regards, Stefan Livieratos -- ICS Plus Internet Consulting + Services

Re: [PHP] '--enable-track-vars' php.ini file on Mac OS X

2002-06-11 Thread Stefan Rusterholz
:) cya Stefan Rusterholz Am Dienstag den, 11. Juni 2002, um 09:02, schrieb Mario A. Salinas: Hi Folks, Let me begin with the direct question to save you time. If you want more info read more about the issue by reading 'The Problem:' below. The question: Is there any way to '--enable

[PHP] browscap.ini

2002-05-28 Thread Stefan Rusterholz
Hi Has anyone got an up to date browscap.ini-file or does someone know where to get one? The most up to date browscap I found got it's last update in October 9, 2001 - since then a lot new browser appeared... best regards Stefan Rusterholz -- PHP General Mailing List (http://www.php.net

Re: [PHP] browscap.ini

2002-05-28 Thread Stefan Rusterholz
[EMAIL PROTECTED] - Original Message - From: Stefan Rusterholz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 28, 2002 10:15 AM Subject: [PHP] browscap.ini Hi Has anyone got an up to date browscap.ini-file or does someone know where to get one? The most up to date

Re: [PHP] imageJPEG problem.

2001-09-25 Thread Stefan Rusterholz
- Original Message - From: Johan Vikerskog (EMP) [EMAIL PROTECTED] To: 'Stefan Rusterholz' [EMAIL PROTECTED]; Johan Vikerskog (EMP) [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 9:07 AM Subject: RE: [PHP] imageJPEG problem. Thanks for your answer

Re: [PHP] imageJPEG problem.

2001-09-25 Thread Stefan Rusterholz
on a linux machine)... regards stefan rusterholz - Original Message - From: Hugh Danaher [EMAIL PROTECTED] To: Stefan Rusterholz [EMAIL PROTECTED] Cc: Php-General [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 9:33 AM Subject: Re: [PHP] imageJPEG problem. Stephan, Check

[PHP] Execute Perl CGI within PHP

2001-10-05 Thread Stefan Rusterholz
of the perl-script. I needed the output in $result and don't want that the perl script prints to the browser... The whole thing is running on a win2k Server machine. Does someone know what I'm doing wrong? By the way: which number in $status means what? regards Stefan Rusterholz, [EMAIL PROTECTED

Re: [PHP] Execute Perl CGI within PHP

2001-10-05 Thread Stefan Rusterholz
It seems I didn't read the descrition of 'exec()' good enough when I read it the first time :( Now it works, thank you From: Krzysztof Kocjan [EMAIL PROTECTED] To: Stefan Rusterholz [EMAIL PROTECTED] See exec() and system functions in PHP Krzysztof Stefan Rusterholz wrote: Hi For some

[PHP] Re: [PHP-INST] Re: [PHP] PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-20 Thread Stefan Siefert
in the scripts. I'm not sure, but it should work. Hope this helps you, Stefan Siefert - Original Message - From: Dave Goodrich [EMAIL PROTECTED] To: Philippe [EMAIL PROTECTED] Cc: php-general [EMAIL PROTECTED]; php-install [EMAIL PROTECTED] Sent: Saturday, October 20, 2001 6:05 PM Subject: [PHP

[PHP] AW: PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-21 Thread Stefan Siefert
Hi, well I do understand your needing. First a question. What are your compile options, e.g. your configure call? Do you use --enable-discard-path ? If not, try this. You need this option to run Phpscripts from cgi-bin folders!!! Greetings, Stefan Siefert -Ursprüngliche Nachricht

Re: [PHP] Update onBlur or onChange

2001-10-22 Thread Stefan Rusterholz
problems with browsers that have JavaScript disabled (I'd recomend that anyway) Regards Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T. +41 1 253 19 55 F. +41 1 253 19 56 W3

[PHP] Zipping a folder on a win2000 server with php4.06

2001-10-30 Thread Stefan Rusterholz
, so if you tell me to rtfm - please point me to the corresponding entry also :) Thanks in advance Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T. +41 1 253 19 55 F

Re: [PHP] Re: Zipping a folder on a win2000 server with php4.06

2001-10-30 Thread Stefan Rusterholz
Well, I would do that but I don't know such an application. Please, can you suggest me one? Stefan Rusterholz, [EMAIL PROTECTED] - Original Message - From: Julio Nobrega [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 30, 2001 4:40 PM Subject: [PHP] Re: Zipping a folder

Re: [PHP] Zipping a folder on a win2000 server with php4.06

2001-10-31 Thread Stefan Rusterholz
in that, I can give some additional info's Thank you all for your help! Stefan Rusterholz, [EMAIL PROTECTED] - Original Message - From: Matt Friedman [EMAIL PROTECTED] To: Stefan Rusterholz [EMAIL PROTECTED] Cc: php general [EMAIL PROTECTED] Sent: Wednesday, October 31, 2001 5:39 AM

Re: [PHP] how do I use and lt with eval()?

2001-10-31 Thread Stefan Rusterholz
; } } $string='xxx ?php somefunc(yyy,3); ? zzz'; eval(?$string); ? Pay attention to the trailing ? in eval. That causes php to change to HTML-Mode within the eval'd code. Hope, I could help you Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh

[PHP] File to Download gets requestet twice

2001-11-02 Thread Stefan Rusterholz
? Any help would be appreciated... Best regards Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T. +41 1 253 19 55 F. +41 1 253 19 56 W3 www.interaktion.ch --

Re: [PHP] PHP Highlighting Text Editors

2001-11-02 Thread Stefan Rusterholz
For UltraEdit I have edited the words file a bit and added PHP as language so that it highlights PHP commands as well. (I haven't included all commands, but a lot) Just if someone is interested, he/she can send me an email with subject UltraEdit Wordfile :-) Stefan Rusterholz, [EMAIL PROTECTED

Re: [PHP] Re: Problem with non us caracters and strtr

2001-11-02 Thread Stefan Rusterholz
didn't spend a lot of time investigating it). Anyway: why do you want to translate a ã to an a? I made good experiences with storing original chars and using htmlentities() (or otherway round if you don't have to edit that stuff) Stefan Rusterholz, [EMAIL PROTECTED

Re: [PHP] mysql table information

2001-11-02 Thread Stefan Rusterholz
checking it but I think it could work. Good luck! PS: if you make progress with that I was also interested in informations about this kind of stuff - please send a mail :) Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17

Re: [PHP] get names of vars $HTTP_POST_VARS?

2001-11-09 Thread Stefan Rusterholz
documentation. (For this topic look at array functions) Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T. +41 1 253 19 55 F. +41 1 253 19 56 W3 www.interaktion.ch

Re: [PHP] Mysql and Images

2001-11-13 Thread Stefan Rusterholz
= mysql_fetch_array($result); echo $row['imageBinaryField']; #don't print anything below this to the browser ? I hope I could help you Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich

Re: [PHP] link to a pdf file

2001-11-16 Thread Stefan Rusterholz
Hi Besides that I think this is the wrong mailing list for dealing with that question: Zip that pdf-file and link to the zipped file. Everything else (AFAIK) won't work because this phenomenon is caused by the client and not by the server. Stefan Rusterholz, [EMAIL PROTECTED

Re: [PHP] Daemons (was: How to check what country the user is comming from ?)

2001-11-20 Thread Stefan Rusterholz
Can you explain me, how to build a (standalone) daemon or point me to a good tutorial? Thank you for help in advance Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T

Re: [PHP] Regular Expressions.

2001-11-20 Thread Stefan Rusterholz
, but I don't remember all of them... read the user comments on the documention on php.net, they are very helpful hope I could help Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich

Re: [PHP] Display Problemo

2001-11-20 Thread Stefan Rusterholz
you could run into unsolvable problems (what when a coder has BR in his code? You could destroy it!) I hope I could help Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T

Re: [PHP] exec() help

2001-11-21 Thread Stefan Rusterholz
are implemented in PHP instead of doing probably dangerous exec()? best regards Stefan Rusterholz TIA Ade -- 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

[PHP] Global storage of objects.

2001-11-29 Thread Stefan Bergstrand
I would like to know if there is a way to store objects globally from a php-page, so that the object can be used from another page. /Stefan B -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] Global storage of objects.

2001-11-29 Thread Stefan Bergstrand
. Poor man's cache, that is. /Stefan Jani Mikkonen wrote: I would like to know if there is a way to store objects globally from a php-page, so that the object can be used from another page. Keyword is Serialization. If you save object to flatfile or to db, i dont see any point why

Re: [PHP] How to set file extension php Mac OSX and PHP 4.0.6

2001-12-03 Thread Stefan Rusterholz
the file - log out and log in as root again (or chown/chmod the file). Erik Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T. +41 1 253 19 55 F. +41 1 253 19 56 W3

Re: [PHP] PHP newbie alert

2001-12-04 Thread Stefan Rusterholz
on a windows machine where I prefere to use UltraEdit. happy coding Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T. +41 1 253 19 55 F. +41 1 253 19 56 W3 www.interaktion.ch

[PHP] CURL functions

2001-12-04 Thread Stefan Isarie
); curl_setopt($ch, CURLOPT_POSTFIELDS, cmd=_cartupdate=Update$vard=1); curl_exec ($ch); curl_close ($ch); PS: $vard is defined. Thanks in advance Stefan - Romania -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

  1   2   >