[PHP] abmeldung

2008-09-24 Thread Sascha Braun ! CEO @ BRAUN Networks
unsubscribe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Development Environment

2008-09-04 Thread Sascha Braun | CEO @ BRAUN Networks
Dear general list Members, I did fly three month ago from germany to california as a software engineer for the development of international dotcoms. I am specialized in the development of content management, media asset management and shop system solutions by use of PHP5. I had a couple of

[PHP] PHP IDE needed

2008-08-26 Thread Sascha Braun
Hi people, I have a webproject which is round about 3 GB in size. I was usually using eclipse to work with the software but over time eclipse became very instable regarding that project. As soon as I open classes with 2000 or more lines of code in it, an out of memory error occours. So I need

[PHP] PHP5 Speed Issues

2007-12-22 Thread Sascha Braun
Hi Fellows, I figured out, that PHP5 runs faster when I am not inherit classes, I hope I use the right word. I mean the class sub_class extends main_class notation. As well I figured out, that I in most cases should references in foreach loops. like foreach($array as $key = $value) { } Lots

[PHP] PHP Memory Leak

2007-12-06 Thread Sascha Braun
Hi Everybody, I have a couple of foreach loops which are ending in a for loop, which causes the apache to consume the complete memory of the server system the php engine is running on. The nesting level is at round about three and looking like that: $num_new = 4; if (is_array($array)) {

[PHP] Maximum function nesting level of '100' reached

2007-10-25 Thread Sascha Braun
What is the cause for that error: Fatal error: Maximum function nesting level of '100' reached, aborting! in /home/Projekte/spectral/modules/xml_mm/classes/xml_mm.class.php on line 118 Thank you! Sascha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Rename does not work

2007-10-20 Thread Sascha Braun | CEO @ BRAUN Networks
a memcache restart does not make a fix. Thank you for your help. Sascha Am Freitag, den 19.10.2007, 12:55 +0100 schrieb Richard Heyes: Sascha Braun | CEO @ BRAUN Networks wrote: I am using the rename function on my local development system fine. But as soon as I upload the script, the rename

[PHP] Rename does not work

2007-10-19 Thread Sascha Braun | CEO @ BRAUN Networks
Hi everyone, I am using the rename function on my local development system fine. But as soon as I upload the script, the rename function does not work anymore. Is there a specific compiler flag needed, to make rename work on both plattforms? Thank you very much. Sascha -- PHP General

Re: [PHP] Public Announcement

2007-09-11 Thread Sascha Braun - CEO @ Braun Networks
the behavior. Its long time ago that I spoke with other devs. So I really feel well about the conver- sation. Thank you very much. Best Regards, Sascha Am Dienstag, den 11.09.2007, 09:34 +0100 schrieb Stut: Sascha Braun - CEO @ Braun Networks wrote: hi stut, thank you for your advices

Re: [PHP] Public Announcement

2007-09-11 Thread Sascha Braun - CEO @ Braun Networks
: Sascha Braun - CEO @ Braun Networks wrote: hi stut, thank you for your advices. Ok, just so it's perfectly clear to you... I'm taking the piss. Still, since you provided apparently serious answers I'm going to continue to enjoy myself... - Screentexts are texts shown as link texts

Re: [PHP] Public Announcement

2007-09-11 Thread Sascha Braun - CEO @ Braun Networks
is reappearing in any folder shown on my websites. Its great to talk to you stut :) Best Regards, Sascha Am Dienstag, den 11.09.2007, 10:57 +0100 schrieb Stut: Sascha Braun - CEO @ Braun Networks wrote: The pages are all delivered by one single kind of page parser. Its consisting of round

Re: [PHP] Public Announcement

2007-09-11 Thread Sascha Braun - CEO @ Braun Networks
get best done by specific authors in the system. ;(( Am Dienstag, den 11.09.2007, 10:57 +0100 schrieb Stut: Sascha Braun - CEO @ Braun Networks wrote: The pages are all delivered by one single kind of page parser. Its consisting of round about 5 lines of code. But for different reasons

[PHP] Public Announcement

2007-09-10 Thread Sascha Braun - CEO @ Braun Networks
The Spectral Authoring System is able to keep round about 300.000 Document Kategories in one Application. 1.4 Million Screentexts are in use, while still providing fast access. The complete Application is Google Standard com- pliant, without use of mod_rewrite, allowing long directory pathes.

Re: [PHP] Public Announcement

2007-09-10 Thread Sascha Braun - CEO @ Braun Networks
hi stut, thank you for your advices. - Screentexts are texts shown as link texts or descriptions in forms and other page elements which remain static in one language area. The screentexts are getting replaced by they' re coresponding translations as the user selects a different language. - The

[PHP] for/foreach speed

2007-08-20 Thread Sascha Braun, CEO @ fit-o-matic
little assholes in jail! Best Regards, Sascha Braun -- BRAUN Networks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] for/foreach speed

2007-08-20 Thread Sascha Braun, CEO @ fit-o-matic
Thank you very much. When we might have time for testing we can wager :)) Am Montag, den 20.08.2007, 13:21 -0400 schrieb Robert Cummings: On Mon, 2007-08-20 at 18:50 +0200, Sascha Braun, CEO @ fit-o-matic wrote: Hi people, could somebody please explain me, what loop construct is faster

[PHP] Re: Solution for writing a function layer between pecl-memcache and PHP

2007-07-28 Thread Sascha Braun - CEO @ Braun Networks
general list or in the memcache list which have been written from your mail account. If your are able to correct the error, please send me a patched version. Thank you very much. Best Regards, Sascha Braun Am Samstag, den 28.07.2007, 01:53 +0200 schrieb Martin Minka: Sascha, konntest du ein

[PHP] Solution for writing a function layer between pecl-memcache and PHP

2007-07-27 Thread Sascha Braun - CEO @ Braun Networks
Hi dear Sancar, you seem really the best man in place as what I see in the mailing list :)) Thats really lovely I would like to say. Now lets come to the solution I need: public function memcache($pointer, $data=, $compress=, $timeout=0) // store or load data from the memcache { if

Re: [PHP] Solution for writing a function layer between pecl-memcache and PHP

2007-07-27 Thread Sascha Braun - CEO @ Braun Networks
, Sascha Braun - CEO @ Braun Networks [EMAIL PROTECTED] wrote: Hi dear Sancar, you seem really the best man in place as what I see in the mailing list :)) Thats really lovely I would like to say. Now lets come to the solution I need: public function memcache($pointer, $data

Re: [PHP] Solution for writing a function layer between pecl-memcache and PHP

2007-07-27 Thread Sascha Braun - CEO @ Braun Networks
it from a static context. from the documentation on the static keyword Calling non-static methods statically generates an E_STRICT level warning. its not a solution to your problem but it is a point on proper style. -nathan On 7/27/07, Sascha Braun - CEO @ Braun Networks [EMAIL PROTECTED

[PHP] PHP Performance and System Load

2007-07-20 Thread Sascha Braun, CEO @ ejackup.com
Dear People, I developed a very large Application, which has at the moment strong performace problems, while pages are loaded. At the moment I am trying to lower the number of filesystem calls as much as I can. I was able allready to lower the rate of filesystem calls from round about 260 calls,

[PHP] Denial of Service Attack

2007-07-20 Thread Sascha Braun, CEO @ ejackup.com
Today I was writing an E-Mail here in the List since that time, my webserver detects a virus which is described as a denial of service attack. Thank you fellows! This is really a reliable list. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] SESSION LOST!

2007-05-10 Thread Sascha Braun
somebody is able to help me. Best Regards, Sascha Braun -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Session Variable in Global Scope

2007-04-23 Thread Sascha Braun
Hi Fellows, I'm getting this warning on my website: Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You

[PHP] Interface to USB Devices

2007-04-21 Thread Sascha Braun
to collect informations from USB Devices when the manufacturer is going to change the export specification for this special purpose. Thank you very much. Best Regards, Sascha Braun fit-o-matic.com -- This message has been scanned for viruses and dangerous content by MailScanner

[PHP] E-Mail Filter/Parser

2006-01-25 Thread Sascha Braun - immosky AG
script, because there is not found anything similar at google at this time :)) Thanks for your help. Best Regards, Sascha Braun -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] E-Mail Filter/Parser

2006-01-25 Thread Sascha Braun - immosky AG
But how can i get the next key in a foreach loop? Can't see how i can use a continue statement in that circumstance? Am Mittwoch, den 25.01.2006, 11:28 +0200 schrieb Geoff: Possibly the continue statement would help you? Geoff. On 25 Jan 2006 at 10:12, Sascha Braun - immosky AG wrote

Re: [PHP] selected index

2005-10-25 Thread Sascha Braun
Hi, just take a look at this function: http://www.php.net/manual/en/function.array-keys.php __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 -- PHP General

Re: [PHP] Java editor

2005-10-19 Thread Sascha Braun
Please take a look at http://mozile.mozdev.org/ This is a browser based solution. Pretty cool i find. bye Am Dienstag, den 18.10.2005, 23:52 -0400 schrieb John Taylor-Johnston: Is there a OS java (or other) html editor I can implement on a Web page. I want a user to type text, use bold,

[PHP] Modular Authoring System

2005-10-19 Thread Sascha Braun
in software design and concep- tion. So it would be really nice, to have some people around, who can take care abit about the quality of the project. And maybe make use of it, like i want too. So best regards, and lets make it happen :))) Sascha Braun -- PHP General Mailing List (http://www.php.net

[PHP] Emacs?

2003-02-26 Thread Sascha Braun
How many Persons in this List are using Emacs as there default Editor? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] explode( , $pizza)

2003-02-25 Thread Sascha Braun
Hi, i found something like: var s = This,is,a,String; lenght = s.lenght; document.write(s.bold()); t = s.substring(2,4); a = s.split(,); // This line is the most interesting one ;)) document.write(a[1]); // should write the word 'is' Dont know if it works, i just looked in one of my old books.

Re: [PHP] Live chat screen

2003-02-25 Thread Sascha Braun
Try to take a look at PHP Socketprogramming and Flash XML Sockets, this is one of the most usable ways of handling things like that. - Original Message - From: Sami Kyösti [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 24, 2003 2:34 PM Subject: [PHP] Live chat screen

Re: [PHP] internal site search

2003-02-19 Thread Sascha Braun
You forgot this one... http://swish-e.org/ - Original Message - From: olinux [EMAIL PROTECTED] To: David Otton [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 4:53 AM Subject: Re: [PHP] internal site search Option 2b. - there are several great open source

[PHP] Set Current Array Pointer

2003-02-18 Thread Sascha Braun
Hi Folks, is it possible to set the pointer of an array to a specific key or value of the array, so i can write an array navi- gation script? Maybe there is a way to use pos() to set it to a specific place in the array, but i dont know how. Please help me. Sascha -- PHP General Mailing List

[PHP] Global Vars = Off Windows/Linux Differeces???

2003-02-10 Thread Sascha Braun
Hi, I've made a website and because of presentationproblems I changed the oldstyle vars to the new globalvars mode (Hope its the right name for it, dont know if $_SESSION['user'] is a global or it is not???). Now the Website works perfect on my WAMP System with Apache 1.3.27 and PHP 4.3.0, but

Re: [PHP] WYSIWIG CMS Part1

2003-02-10 Thread Sascha Braun
data I should store in XML and why. Maybe its usefull together with big Customer Management Systems, or do you have other Ideas? Please discuss a little about it with me, I would find it very interesting :)) CYA Sascha - Original Message - From: Aaron [EMAIL PROTECTED] To: Sascha Braun

Re: [PHP] WYSIWIG CMS Part1

2003-02-10 Thread Sascha Braun
to write all my Websites in XML, if this is possible. Maybe someone knows a litte more and want to tell some about. Have a nice day! Sascha - Original Message - From: Hardik Doshi [EMAIL PROTECTED] To: Sascha Braun [EMAIL PROTECTED]; PHP General list [EMAIL PROTECTED]; Aaron [EMAIL

Re: [PHP] Shopping Cart

2003-02-10 Thread Sascha Braun
Shopping Carts are pretty easy to write. Just make a new table in your mysql DB and then write a session_id together with the sku and name, color, size, quantity and maybe customer_id into the the new shoppingcart table. When you want to show the shopping carts content just do an select from the

[PHP] $_SESSION['user']['nickname'] = Herbert

2003-02-10 Thread Sascha Braun
Hi is something wrong with the above show argument? Under Windows everything works fine under linux it just shows me an 0 or 1, maybe for true or false, dont know. Please help me, what did i do wrong??? Sascha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] any windows php developers out here?

2003-02-10 Thread Sascha Braun
http://php.e-novative.de/ephp.php Just look at this link, you will find a windows installer there, it installs Apache, PHP, MySQL and phpMyAdmin just from scratch, without you to know what you do ;))) Sascha - Original Message - From: Victor [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[PHP] WYSIWIG CMS Part1

2003-02-07 Thread Sascha Braun
Ok, overspoken. I'm going to write my basic CMS Concept here, and let us see what happens then. My Multilanguage Frontend Engine has even finished, but still needs a nice Admin Frontend to do the translation of the Frontend. Ok, lets start. Later I will tell some about the things which I could

[PHP] WYSIWYG CMS Part2

2003-02-07 Thread Sascha Braun
Parts which should be entered in the Site, but which are not written down yet: 1. Newsletter / Mailinglist Funktionality The Newsletter should be part of the Article Management and work in the same way as writing a new article. Mailinglist is what ever it is. Maybe a Majodomo implementation or

Re: [PHP] WYSIWYG CMS Part2

2003-02-07 Thread Sascha Braun
. It took all my time to install XFree and all the other nice proggies so i had no time for configuring the server anymore. Ok, hope you will be satisfied for the moment. Rock on. Sascha - Original Message - From: Hatem Ben [EMAIL PROTECTED] To: Sascha Braun [EMAIL PROTECTED]; PHP General

Re: [PHP] WYSIWYG Content Management system?

2003-02-06 Thread Sascha Braun
I am working on such a CMS right yet. I want to implement infinitly Language Support and an Wordpad like HTML Editor which allows you to chose basic design tem- plates and lets you upload some images. I want to build an extraordinary Usermanagement, where you can write parts of an Text while

Re: [PHP] content type header for downloading files

2003-01-30 Thread Sascha Braun
Hi, I would like to test you code in my webpage, but i dont really know how to get along with path informations like ../images/pictures/image24.jpg Do I have to split the string in multiple parts, so i at last only got the picture name? But how then do i open the file? - thru fopen() or

Fw: [PHP] help needed with session variables

2003-01-28 Thread Sascha Braun
Isnt it better to do it in this way? session_start(); session_register('USER'); $USER['valid'] = true; $USER['firstname'] = $first_name; $USER['lastname'] = $last_name; Then I really know what I am doing! Good luck Sascha - Original Message - From: 1LT John W. Holmes [EMAIL

Re: [PHP] Transition Page?

2003-01-28 Thread Sascha Braun
If there is really need for such a page, my first guess was, as i thought about it, to enter the content, which is responsible for the upload in a invisible frame. For an invisible Frame you just have to make a frameset, where you only can see one part of the frame frameset rows=*,1 or some like

[PHP] Problems with Fileupload

2002-10-10 Thread Sascha Braun
. Would be nice if somebody could tell me about made experiences. Thank you very much. Sascha Braun

[PHP] Date Arithmetic

2002-10-01 Thread Sascha Braun
I have a small but hard to solve problem to solve. Wrote a Select Query for my webpage. The query should select all values which where written into the DB the last seven Days. I thought everything was working fine, but now the month has changed and everything went wrong. My Select Query is

[PHP] Header Content x-tar

2002-09-28 Thread Sascha Braun
Hi Erwin, and anyone else too. It's me again. Maybe you are able to solve another problem for me. The last Scriptcode I returned to you is working fine in IE6 and below (I believe), but a friend of mine tried to download a tared file with IE on MacOS. After checking this behaviour (I'm not

[PHP] Header content x-tar

2002-09-28 Thread Sascha Braun
Hi, I think I could solve the problem on my own. Thanks anyone for listening, thanks! Sascha

[PHP] Imagemagick Mailinglist

2002-09-28 Thread Sascha Braun
Hi, I need some discussion about the imagemagick library. Does anyone know some about an good Imagemagick Mailinglist? Please send me some Links if you got some ;) Thanks very much Sascha

Re: [PHP] mkdir() failed: Permission denied

2002-09-28 Thread Sascha Braun
- Original Message - From: Sascha Braun [EMAIL PROTECTED] To: Phil Powell [EMAIL PROTECTED] Sent: Saturday, September 28, 2002 3:53 PM Subject: Re: [PHP] mkdir() failed: Permission denied You have to be the owenr too and maybe set the permission to 755. Ok, I am stuck. I am trying

Fw: [PHP] php on apache on win2k

2002-09-27 Thread Sascha Braun
- Original Message - From: Sascha Braun [EMAIL PROTECTED] To: Vic [EMAIL PROTECTED] Sent: Friday, September 27, 2002 10:02 AM Subject: Re: [PHP] php on apache on win2k Hi Vic, the Apache DLL resides in the php/sapi folder. But if you use Apache Version 2000 and above you have

[PHP] Tar Files and send back to browser

2002-09-26 Thread Sascha Braun
Hi, I want to make some people download files the server tar's on demand. But i don't know really how to send the files back to the browser. I used the following command for taring the file: ? $command = 'tar -c '.$arrResult['name'].'.tgz ../images/'.$arrResult['image']; system($command); ?

Re: [PHP] Re: Tar Files and send back to browser

2002-09-26 Thread Sascha Braun
Now I tried to use your script: $_REQUEST['image'] is = '../images/2002/09/jpg/ls006022_pettersson_johan.jpg'; ? Header('Content-Type: application/x-gzip'); $command = 'tar -cf - ../images/' . $_REQUEST['image'] . ' | gzip -cf'; system( $command ); ? It opens the download dialog again and lets

Re: [PHP] Re: Tar Files and send back to browser

2002-09-26 Thread Sascha Braun
Seems to work not that bad, but I got another Question. Why isn't there anything in the archive? This is my code yet: ? Header('Content-Type: application/x-tar'); Header(Content-disposition: attachment; filename=.$_REQUEST['name']..tar); $command = 'tar -cf - ../images/' . $_REQUEST['image'];

Re: [PHP] Re: Tar Files and send back to browser

2002-09-26 Thread Sascha Braun
Ok, somebody told me, the archive contains the Image, only winrar seems not to show the image, grrr. I tried the gzip method and it did not work that fine for me. Sascha Braun wrote: Seems to work not that bad, but I got another Question. Why isn't there anything in the archive

Re: [PHP] Re: Tar Files and send back to browser

2002-09-26 Thread Sascha Braun
Do you know how to exclude the path informations in the tar archive? Sascha Braun wrote: Ok, somebody told me, the archive contains the Image, only winrar seems not to show the image, grrr. ;-)) That's why...i did see the image too! I tried the gzip method and it did not work

Re: [PHP] Re: Tar Files and send back to browser

2002-09-26 Thread Sascha Braun
, that you are such an helpfull guy. So, stay helpfull! - Untill next time. Thanks really a lot! Sascha Sascha Braun wrote: Do you know how to exclude the path informations in the tar archive? Yes, first chdir to the ../images directory http://www.php.net/getcwd http://www.php.net/chdir

[PHP] Searchengine

2002-09-26 Thread Sascha Braun
Hi again, when I was verifying my search funktions on my webpage, I came thinking of, how I will be able to build a search that would be able to find words which are spelled incorrect. I came to this point, 'cause I have a name in my Database called pettersson. Some people believe this guy is

[PHP] Newsletter Script

2002-09-25 Thread Sascha Braun
Hi, I wanted to write an Newsletter script. So I created two tables in my Database. One is storing the Newsletters and one is Storing the bunch of folks who want to have them. Everything works fine, I can write the Newsletter very easy in my selfwritten admin tool, but when I send the

Re: [PHP] Why my php pages are cached in browsers?

2002-09-25 Thread Sascha Braun
In the german apache Mailinglist somebody wrote some like this: a) aktivate the modul mod_expires.so b) Fill in the lines # enable expirations ExpiresActive On # expire php pages after a minute in the client's cache ExpiresByType text/php A6 into httpd.conf But I don't really know if it

Re: [PHP] Jpeg resize quality problem

2002-09-24 Thread Sascha Braun
Try to use Imagemagick for better quality, it's even easyer to use also. Ciao - Original Message - From: Michael F. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 7:23 PM Subject: Re: [PHP] Jpeg resize quality problem But what is this convert function? (I

[PHP] PHP Installation under WinXP Apache 2.0.39

2002-09-24 Thread Sascha Braun
I have a small problem I'm not able to solve. I wanted to install PHP 2.2.3 under WinXP together with an Apache 2.0.39, but after installation and reconfiguration of all Ini's and conf files the service did not start again. After starting the Apache manually from command´line it stops with the

[PHP] Update undefined List Values in DB

2002-09-22 Thread Sascha Braun
would give me a hint. Please excuse my english Sascha Braun

[PHP] Redirection

2002-09-22 Thread Sascha Braun
Hi, I want to post a form and after parsing i want to redirect the user to the home page. header() doesn't work in this circumstance, what can I do else? Greetings Sascha

[PHP] getimagesize error

2002-09-20 Thread Sascha Braun
Please can somebody help my, why i get this errormessage: Warning: getimagesize: Unable to open '../images/2002/11/jpg/' for reading. in C:\Webverzeichnis\docs\living_sports\living_sports\lsadmin\includes\image.handling.inc.php on line 852 While the echo $name says winter.jpg f.x.: echo

[PHP] getimageresize error

2002-09-20 Thread Sascha Braun
I found out, that always when my script ist executed, one $HTTP_REQUEST_FILE is empty. so the scripts writes the pics where I want it and tries to convert one none existing file. But why? Sascha

[PHP] Global Vars

2002-09-18 Thread Sascha Braun
Hi Everone, for my newest projekt i started to use global var like $_REQUEST['varname'] and so on. But in some cases i started again to use old var mode. Finally i have read some about there is need to define the vars, before I'm going to create the source for my webpages. But how can i make

[PHP] PHP Installation

2002-09-18 Thread Sascha Braun
could find an libphp4.so, but no mod_php. I did download the final release of PHP 4.2.3 and started to ./configure it. It told me at last something about the cgi installation and some things i dont understand, so i feel very insecure. Please help me a little. Sascha Braun

Re: [PHP] Sessions /Cross Domain

2002-09-18 Thread Sascha Braun
Yeah, I believe so, but you could reinitialize them when you jump to the other webserver, or you use one mysql database for sessionmanagement for both webservers. Ciao Sascha - Original Message - From: David Buerer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September

Re: [PHP] Sessions /Cross Domain

2002-09-18 Thread Sascha Braun
Normaly you store SESSION Data in variables. When you make the step to another domain, you should reassign a new Session and give to data of the old session to the new one. Or isn't is possible to put some date behind an url like www.somedomain.com?check=itout=mh If you are working with

Re: [PHP] Sessions /Cross Domain

2002-09-18 Thread Sascha Braun
That seems to be a more perfekt way. Honorabel, nice. Sascha - Original Message - From: Robert Cummings [EMAIL PROTECTED] To: Sascha Braun [EMAIL PROTECTED] Cc: PHP Mailingliste [EMAIL PROTECTED]; David Buerer [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 8:16 PM Subject: Re

[PHP] Installation

2002-09-18 Thread Sascha Braun
All these installation docs are just driving me crazy. How am I installing PHP 4 any version on my RedHat 7.3 Server. Isn't it done by an RPM easily? Bye Sascha

[PHP] Image Upload

2002-09-11 Thread Sascha Braun
Hi Freaks, I got a problem to solve. This script i wrote seems to have an failure but I don't know why. The Error Message is telling me, that I don't have the permission to do the action I want to do. I thought it has some to do with my windows apache installation, but on linux its the same

[PHP] Image upload

2002-09-11 Thread Sascha Braun
Please Excuse, the code must look like this: if(!file_exists('../images/upload_tmp')) { $dir = '../images/upload_tmp'; mkdir($dir); chmod($dir, 0777); $path = dirname($PATH_TRANSLATED).$dir.'/'; for ($i = 0; $i 10; $i++) { switch($i) { case $i: $source =

[PHP] upload

2002-09-11 Thread Sascha Braun
This is the original code: ? if(!file_exists('../images/upload_tmp')) { $dir = '../images/upload_tmp'; mkdir($dir); chmod($dir, 0777); $path = dirname($PATH_TRANSLATED).$dir.'/'; for ($i = 0; $i 10; $i++) { switch($i) { case 0: $source = $image1;

[PHP] Upload

2002-09-11 Thread Sascha Braun
This is the Error Message: value of $source : C:\WINNT\TEMP\php98.tmp Error: 0 Warning: Unable to open '' for reading: Permission denied in C:\Webverzeichnis\docs\living_sports\living_sports\lsadmin\includes\image.handling.inc.php on line 129

[PHP] Imagemagick

2002-09-02 Thread Sascha Braun
Hi, I want to use Imagemagick together with PHP, but I'm not able to find some documentation for it. I've read, that some people are buildung an PHP Module for Imagemagick. And how is the --with-imagemagick command working, when I compile PHP? Is it possible to compile Imagemagick into PHP

[PHP] Script Execution via URL

2002-08-31 Thread Sascha Braun
wanted it to. Is it normal that it works so fine? Can I use this everytime I link on the same page for script execusion? Can I send Forms via an PHP Function like the submit() statement in Javascript? Have a nice day, and please answer. Sascha Braun

[PHP] UPDATE Query

2002-08-31 Thread Sascha Braun
I want to know if its possible to update two databases with one query? Please look at this example: UPDATE news_db, newsreferenz_db SET news_db.head = 'DFB Pokalasfasf', news_db.text = 'alkfhaslk fl akshf lakshf lkahs lfk aslf yxvyxvyxvyxv', newsreferenz_db.kat_id = '3' WHERE news_db.id = '6'

[PHP] crone job for iptc image creation

2002-08-20 Thread Sascha Braun
Hi, I want to build up an image library for the first time and there are some problems to solve. I need to create a cron job (whatever this may be) for picking up pictures in an special folder and extracting the iptc text fields in the images and write them to a DB. On the other hand the

Re: [PHP] include opens source, but it shouldn't

2002-08-15 Thread Sascha Braun
Can't you use a fopen('$file','r+'); or some like this instead? Otherwise, I don't use vars to store includes in. I always use constructs like this: include('/path-to-file/file-name.inc.php'); But what happens when you put a file via fopen() driektive into an array? - Will it be parsed later

Re: [PHP] include opens source, but it shouldn't

2002-08-15 Thread Sascha Braun
What happens to a javascript, which only is able to hold code snippets in one lined vars (if u understand what i mean); But my Content, comming from my Database (HTML) is longer than a javascript line. And I put it there for in an php variable? It will be the same, or? Schura (O;? -

[PHP] Frames and PHP

2002-08-15 Thread Sascha Braun
I have some links wich open a new window, wich contains some frames. Each frame selects something from a database, based on an id i put an the window open link. But the ID never enters one of my frames, it terribly stays outside, maybe in the frame set, what can I da about that? Schura

Re: [PHP] Frames and PHP

2002-08-15 Thread Sascha Braun
Yo, i found out how it is working. I just have to make some adds to the url, as i did to the window.open() too. Was easy, but if you never made it before ;OP Thanx Schura - Original Message - From: Brian V Bonini [EMAIL PROTECTED] To: Sascha Braun [EMAIL PROTECTED]; PHP Mailingliste

Re: [PHP] Frames and PHP

2002-08-15 Thread Sascha Braun
PROTECTED] To: Sascha Braun [EMAIL PROTECTED]; PHP Mailingliste [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 11:09 PM Subject: RE: [PHP] Frames and PHP Are you saying $id is not passed some of your frames content but not others or it does nto get passed at all? -Original Message

[PHP] Search Engine

2002-08-15 Thread Sascha Braun
Whats wrong with this code? ? $arrSearch = explode( , $_REQUEST['string']); $RSQuery = SELECT * FROM referenzen_tbl; if (strlen($arrSearch) 0) { // Überhaupt einschränken? $Query .= WHERE (; $Query .= referenzen_tbl.kat LIKE '% . $arrSearch[0] . %'; $Query .= OR referenzen_tbl.head

[PHP] Search Engine

2002-08-15 Thread Sascha Braun
Excuse me, this is line 40 in the script... if (mysql_fetch_row($Result)0) { ... and this is line 44... while ($arrResult = mysql_fetch_array($Result, MYSQL_ASSOC)) {

[PHP] Credit Card Transactions and Micropayment

2002-08-14 Thread Sascha Braun
usefull for me and maybe for others to discuss these points in the list. So I hope, somebody will share his or hers knowledge. Thanks Sascha Braun - www.weitsicht.org

Re: [PHP] Re: mysql statement (still a semi newbie)

2002-08-14 Thread Sascha Braun
I'm always making my inserts like this: $Insert = INSERT INTO basket_db (name, image_id, customer_id, session_id) ; $Insert .= VALUES ('$name', '$image_id', '$customer_id', '$PHPSESSID'); ...and I'm using the SET Field = '$Value' in the Update Querys like this: $UpdateQuery = UPDATE produkt ;

[PHP] SESSION Security

2002-08-14 Thread Sascha Braun
Is it possible that someone from outside can read the session stored on my webserver for getting unencrypted password and usernames? Schura

Re: [PHP] SESSION Security

2002-08-14 Thread Sascha Braun
So, if somebody gets an ftp account somehow, he will be able to get session vars via a system() command? - Original Message - From: Ilia A. [EMAIL PROTECTED] To: Sascha Braun [EMAIL PROTECTED]; PHP Mailingliste [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 1:27 AM Subject: Re: [PHP

Re: [PHP] SESSION Security

2002-08-14 Thread Sascha Braun
So, the system() command allows a user only to start services in his own home direktory? - Original Message - From: Ilia A. [EMAIL PROTECTED] To: Sascha Braun [EMAIL PROTECTED]; PHP Mailingliste [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 1:36 AM Subject: Re: [PHP] SESSION

[PHP] mysql_num_rows($Result)

2002-08-14 Thread Sascha Braun
Mh, right yet I have another problem. I want to select a username an a = password from a database. The Values for tghe select are stored in a = session variable. And my problem is, that when I run the Query there is no difference in = the mysql_num_rows($Result) it both time (When the User is

Fw: [PHP] SESSION Security

2002-08-14 Thread Sascha Braun
easy to browse the hole server i think, via the file funktions. Puh, I'm sweating to much... hard to write. Schura - Original Message - From: Bas Jobsen [EMAIL PROTECTED] To: Sascha Braun [EMAIL PROTECTED]; PHP Mailingliste [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday

[PHP] mysql_num_rows();

2002-08-14 Thread Sascha Braun
This is my query with some dummy loginformations: SELECT * FROM benutzer_db where Benutzername = 'Herbert' AND Passwort = 'hals' and this is the code i use for the database transaction: $Query = SELECT * FROM benutzer_db where Benutzername = '.$SESSION['nickname'].' ; $Query .= AND Passwort =

Re: [PHP] Include/require and the HTML Code

2002-08-14 Thread Sascha Braun
Maybe something wrong with the return? I was thinking about return What?. (U understand me?) in Javascript a simple return does nothing. maybe you can just leave the return out of your script. - Original Message - From: Mike Eales [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

  1   2   >