[PHP] findin colors in gif files

2002-06-04 Thread johannes reichardt
hi everybody, i am new to this list php and i have a big question that i would love to be answered ;) i have a small gif file that has a part in #ff3366 colored - so what i thought is to do a mean hack for my website: instead of opening all images in a graphicseditor and change the color

[PHP] finding colors in gif files

2002-06-04 Thread johannes reichardt
sorry- last mail i forgot the gif file, here it is though: also the complete code i got so far: ?php echo table width=600 border=1 wraptrtd; $filetext1 = implode(,(file(vcd_1.gif))); // $filetext1 = bin2hex($filetext1); $newfiletext1 = ; for ($i = 0; $i strlen($filetext1); $i++) { $currchar =

[PHP] matrix functions

2002-06-10 Thread johannes reichardt
hi list, i have a question regarding a class for matrix modifications so i dont have to re-invent the wheel ;) i would like to do things like this: matrix with 5*5 colums/rows x x x x x 0 0 0 0 0 x x x x x x x x x x x x x x x x x x x x x x x x x 0 0 0 0 0 x x x x x x x x x x maybe that

[PHP] Strange key behaviour

2005-02-07 Thread Johannes Reichardt
Hey there! i have a routine like this: $myarray['1'] = 'aösldfjkasöldkjf'; foreach($myarray as $key = $value) { echo $key{0}; // outputs nothing echo substr($key,0); // outputs 1 like intended } Any ideas why this is like that? I am using php 4.3.11-dev - Johannes -- PHP General Mailing

[PHP] Read website with script src

2003-06-10 Thread Johannes Reichardt
- it would be even more better, if php would read the scripts behind script src - you know what i mean? that way i could prevent my site from parsing external javascript files. Any ideas? Mit freundlichen Grüssen |*| |*| [Johannes Reichardt

[PHP] preg_match ;)

2003-06-10 Thread Johannes Reichardt
this: preg_match(/(:brb)?([^]+)/i, $value, $matches); i tried many variations of this version, but all failed someone who could enligthen me? Mit freundlichen Grüssen |*| |*| [Johannes Reichardt] |*| |*| Webaddict +49172/3895500

[PHP] mail() without subjects and froms

2003-06-20 Thread Johannes Reichardt
Hi there! I have a weired problem with a 4.12 php version on win2k. When i mail more then one email i often have the problem that the mail reaches their recipient but the subject and from does not work properly, instead this is on top of the email. but strangely sometimes it just works normal.

[PHP] too stupid to install php on windows

2003-07-10 Thread Johannes Reichardt
with errormessage output? thanks in advance, - Johannes Mit freundlichen Grüssen |*| |*| [Johannes Reichardt] |*| |*| Webaddict +49172/3895500 |*| gramba.net:typorized.com |*| -- PHP General Mailing List (http://www.php.net

RE: [PHP] Re: Hi

2003-07-22 Thread Johannes Reichardt
ok you made me visit your ugly site now - so whats your problem? you can submit variables via flash to any script you want, so this should be a good start. -Original Message- From: Paul Chvostek [mailto:[EMAIL PROTECTED] Sent: Dienstag, 22. Juli 2003 22:48 To: [EMAIL PROTECTED]

[PHP] PHP5 bloats the code

2004-04-24 Thread Johannes Reichardt
Hi there, i don´t know if this is the right place to ask but since there are a lot of cracks around i thought i throw this in here. actually i am using typo3 (www.typo3.org) a full-blown, extendable cm-framework that is based on php. so here is the problem: typo3 very often uses a syntax like

Re: [PHP] PHP5 bloats the code

2004-04-24 Thread Johannes Reichardt
Hi Curt, thank you for pointing this one out. Who are the php internals and how could i contact them? This issue was rejected as bug recently. - Johannes * Thus wrote Marek Kilimajer ([EMAIL PROTECTED]): I just installed php5 (finaly :-)) and it does not throw any error nor warning. I

Re: [PHP] PHP5 bloats the code

2004-04-24 Thread Johannes Reichardt
Hi Marek, actually this behaviour is too critical since there are many cases where compliant code is not as well as much more simpler code. reminds me on the w3c standards that are so high that some things simply dont comply if you want them ;) just a warning would be way better. - Johannes

[PHP] Current config of PHP

2004-06-16 Thread Johannes Reichardt
Hello! This is a newbie question ;) - i want to upgrade php and apache and therefore i have to configure them - unfortunatly i forgot the configuration of the current installation - how can i get the ./configure prefixes of my current php/apache version? - Johannes -- PHP General Mailing List

[PHP] Get Current config of PHP

2004-06-16 Thread Johannes Reichardt
Hello! This is a newbie question ;) - i want to upgrade php and apache and therefore i have to configure them - unfortunatly i forgot the configuration of the current installation - how can i get the ./configure prefixes of my current php/apache version? - Johannes -- PHP General Mailing List

[PHP] Fuzzy search with DBs

2004-07-05 Thread Johannes Reichardt
Hey there, i am a db/php novice and trying to implement a fuzzy search. i found some functions with examples like metaphone and levenstein but i dont know how i can use them efficiently with mysql. do i have to select all fields before comparison in any case? are there articles with detailed

[PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-27 Thread Johannes Reichardt
Hi developers, I would like to invite you to test a public beta of the hybrid nosql PHP framework with IDE that has been developed by me within the last 10 years (don't be afraid, most time it was rebuilt from scratch to make it more simple). It contains a lot of new concepts that probably

Re: Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-30 Thread Johannes Reichardt
From what I see most of your concepts are not up to date of how you would do things now. This starts with simple leave brackets on if else single line conditions which is from my point of view a no go and ends with using static calls instead of instances. Thank you for your feedback. Especially

Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-30 Thread Johannes Reichardt
In times of testability and several design patters, the use of static calls is really outdated. I understand that you can read and write the invocations of the methods much faster, but you should think more to the future on that point. I am not sure if that is true for TURBOPY. It has been