AW: [PHP] POST headers empty when using SSLProxyEngine

2005-11-19 Thread Mirco Blitz
Hi, I had a simmalar problem myself and didn't find a solutions. As far as I fond out the ssl_proxy module simply does not route POST. It just routes the link, wich means GET should work. My solutions would be that I bypass the proxy for file transfer. I you find another solutions I would be gl

AW: [PHP] how can I CALL a PHP script from different TEXT LINKS withdifferentPARAMETERS?

2005-11-19 Thread Mirco Blitz
HI, If I may say something to all you have posted. You are thinking to complex. Try to use as less files and solve most by making yourself functions or classes that do your work. I My experience, getting a step back in complexity and develp really thought over functions will easy work work furth

AW: AW: [PHP] how can I CALL a PHP script from different TEXT LINKSwith differentPARAMETERS?

2005-11-19 Thread Mirco Blitz
HI, I totaly agree to Jaspers answer. That’s why I use ONE jumpto script and GET. I usually encrypt the given Values I give over to the script and decrypt them on recive. That way nearly nobody can assume wich values are really given to the script. If you want to make it rocket safe, generate a

AW: [PHP] shell command

2005-11-18 Thread Mirco Blitz
Hi On some linux systems where you can't jump to / you can also write the command like this. find / -name head.jpg Greetings Mirco -Ursprüngliche Nachricht- Von: Jasper Bryant-Greene [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 19. November 2005 06:03 An: John Taylor-Johnston Cc: PHP-G

AW: [PHP] How to sort a Multidimensional array?

2005-03-02 Thread Mirco Blitz
$_POST["asc_desc"], $arr); Greetings Mirco Blitz -Ursprüngliche Nachricht- Von: Frank Arensmeier [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 2. März 2005 23:59 An: Mirco Blitz Cc: php general list Betreff: Re: [PHP] How to sort a Multidimensional array? Hello! This must be

AW: [PHP] How to sort a Multidimensional array?

2005-03-02 Thread Mirco Blitz
tem2key = item2 item3key = item3 item4key = item4 4item0key = item0 item1key = item1 item2key = item2 item3key = item3 item4key = item4 How can I sort such an array, depending on the Userentry by the Item values? Thank you very much Mirco Blitz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to sort a Multidimensional array?

2005-03-02 Thread Mirco Blitz
m1 item2key = item2 item3key = item3 item4key = item4 4item0key = item0 item1key = item1 item2key = item2 item3key = item3 item4key = item4 How can I sort such an array, depending on the Userentry by the Item values? Thank you very much Mirco Blitz

[PHP] How to sort a Multidimensional array?

2005-03-02 Thread Mirco Blitz
m1 item2key = item2 item3key = item3 item4key = item4 4item0key = item0 item1key = item1 item2key = item2 item3key = item3 item4key = item4 How can I sort such an array, depending on the Userentry by the Item values? Thank you very much Mirco Blitz __

AW: [PHP] [NEWBIE] Confused about usage of $_SERVER['DOCUMENT_ROOT']

2005-02-20 Thread Mirco Blitz
Hi, what does echo $imageFile print and what do you do afterwards with it. Probably there is the error. Mit freundlichen Grüßen Mirco Blitz -Ursprüngliche Nachricht- Von: Dave [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 20. Februar 2005 18:15 An: php-general Betreff: [PHP] [NEWBIE

AW: [PHP] Determine SERVER_NAME

2005-02-13 Thread Mirco Blitz
Probably the Global Variable $SERVER_NAME helps you out. Greetings Mirco bLitz -Ursprüngliche Nachricht- Von: Gerard Samuel [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 13. Februar 2005 19:33 An: php-general Betreff: [PHP] Determine SERVER_NAME Via cli that is. Is there anyway besides

AW: [PHP] export mysql to csv prob

2005-02-10 Thread Mirco Blitz
Hi, Probably the Pear Excel_Syltesheet_Writer works for you. http://pear.php.net/package/Spreadsheet_Excel_Writer I found out that it is faster with huge data sets on my system. Greetings Mirco -Ursprüngliche Nachricht- Von: Redmond Militante [mailto:[EMAIL PROTECTED] Gesendet: Freitag

AW: AW: [PHP] Student Suspended Over PHP use.[Incredibly OT]

2005-02-10 Thread Mirco Blitz
Oh please hack down on me. I also hear a lot of crap aout us germans every day an I dont get pissed of that as well. You really take yourself to serious. -Ursprüngliche Nachricht- Von: Richard Davey [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. Februar 2005 15:23 An: php-general

AW: [PHP] Student Suspended Over PHP use.[Incredibly OT]

2005-02-10 Thread Mirco Blitz
You are really taking me to serious. Ok might be that my english is not good enough to let that sound ironic. BTW. What is STFU? Greetings Mirco -Ursprüngliche Nachricht- Von: Jay Blanchard [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. Februar 2005 15:06 An: Mirco Blitz; php

AW: [PHP] Student Suspended Over PHP use.

2005-02-10 Thread Mirco Blitz
are and you blame em for that. And many more. That is a real cool story that really shows whats up in your country. And you call yourself democratic ? Isn't it time for a change? Greetings Mirco Blitz PS: I am a real addict to PHP. Ist really one of the best "drugs" I use daily.

AW: [PHP] Refresh Problem

2005-02-10 Thread Mirco Blitz
After first authentification of the user i prefere session. I can be sure that this is the user who autht himself to me, caus the session is unique. -Ursprüngliche Nachricht- Von: Jose Angel Sanchez (Jone) [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 9. Februar 2005 14:49 An: php-genera

AW: [PHP] PHP Development IDE's/Editors

2005-02-10 Thread Mirco Blitz
Hi, Cause as I stared to programm html with Dreamweaver, I stayed with it. Good syntax Hignlighting and no Program switching between Coding and designing. It fits all my needs. Greetings Mirco Blitz -Ursprüngliche Nachricht- Von: Darren Linsley [mailto:[EMAIL PROTECTED] Gesendet

AW: [PHP] Foreach problem.

2005-02-09 Thread Mirco Blitz
Oh damn I am dumb thank you. That it was. -Ursprüngliche Nachricht- Von: Mikey [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. Februar 2005 00:07 An: php-general@lists.php.net Betreff: RE: [PHP] Foreach problem. > HI, > I am really confused. > I have an array, that looks like this:

[PHP] Foreach problem.

2005-02-09 Thread Mirco Blitz
=> sa [32] => sh [33] => sn [34] => t [35] => bund ) Now i try to work with this array in a foreach. foreach($elementsarr as $key=>$tmp); { echo "$key=>$tmp"; } Now the result of that is: 35=>bund Ist not the first time i work with foreach. But it is the first time

[PHP] Foreach problem.

2005-02-09 Thread Mirco Blitz
=> sa [32] => sh [33] => sn [34] => t [35] => bund ) Now i try to work with this array in a foreach. foreach($elementsarr as $key=>$tmp); { echo "$key=>$tmp"; } Now the result of that is: 35=>bund Ist not the first time i work with foreach. But it is the first time

AW: [PHP] Parsing pdf file

2005-02-09 Thread Mirco Blitz
Thank you for that huge code. I will try. Greetings Mirco Blitz -Ursprüngliche Nachricht- Von: Matt M. [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 9. Februar 2005 22:39 An: Mirco Blitz Cc: php-general@lists.php.net Betreff: Re: [PHP] Parsing pdf file did you try this? ");

AW: [PHP] Parsing pdf file

2005-02-09 Thread Mirco Blitz
Hi, Sorry i don't really find something useful there. Greetings Mirco Blitz -Ursprüngliche Nachricht- Von: Matt M. [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 9. Februar 2005 22:09 An: Mirco Blitz Cc: php-general@lists.php.net Betreff: Re: [PHP] Parsing pdf file > For a proj

[PHP] Parsing pdf file

2005-02-09 Thread Mirco Blitz
Hello, For a project of a customer i need to know if a pdf file contains special functions and buttons. Is there a way to parse a PDF file in php? Thank you very much Mirco Blitz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

AW: [PHP] phpBB alternatives?

2005-02-08 Thread Mirco Blitz
Hi, This one is really nice. I Use it myself on a coulpe of sites. http://phorum.org/ Greetings Lindworm -Ursprüngliche Nachricht- Von: Tony Di Croce [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 9. Februar 2005 02:16 An: php-general@lists.php.net Betreff: [PHP] phpBB alternatives?

AW: [PHP] newbie question ; calling php script with parrameters from html

2005-02-02 Thread Mirco Blitz
e given value. You could also do something like this. if(getpos_ifset("selection")) { echo "Selection variable is there with value: ".$selection; } else { echo "No Selection Variable givin in Link"; } Hope that helps. Mirco Blitz -Ursprüngliche Nac

AW: [PHP] regular expresion

2005-02-02 Thread Mirco Blitz
Hi, Use strip_tags() instead of regex. http://www.php-center.de/en-html-manual/function.strip-tags.html Greetings Mirco -Ursprüngliche Nachricht- Von: php [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 2. Februar 2005 09:25 An: php-general@lists.php.net Betreff: [PHP] regular expresion

AW: [PHP] Uploaded File by Form is mysteriously away.

2005-01-31 Thread Mirco Blitz
Oh sorry, that move_uploaded_file is surely used with FILE["formfile"]['tmp_name'] That was an error in Mail Typing. Problem still exists. Mirco Blitz -Ursprüngliche Nachricht- Von: Marek Kilimajer [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 1. Februar 2005 00:1

[PHP] Uploaded File by Form is mysteriously away.

2005-01-31 Thread Mirco Blitz
I am Using php-4.3.4 and Apache 2 on SuSE9.1. Fileupload is active in php.ini and phpinfo(); tells me the same. Has anybody an Idea please what also could be wrong. Greetings Mirco Blitz