Re: [PHP] RSYNC - who knows more?

2010-01-18 Thread Jens Geier
Hello Michael, usualy i like to make a backup of some Paths of my Laptop. So i think a rsnapshot should be a good idea. So i will have a look to your second Link you provide. Kind Regards Jens Geier "Michael Kubler" schrieb im Newsbeitrag news:4b542e73.8040...@gmail.com... > W

Re: [PHP] RSYNC - who knows more?

2010-01-17 Thread Jens Geier
//www.rgraph.net (updated 2nd > January) > Lots of PHP and Javascript code - http://www.phpguru.org Hello Richard, yes i see the links to the mailing lists, but i can not access them. Kind Regards Jens Geier -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RSYNC - who knows more?

2010-01-17 Thread Jens Geier
Hello, as sugestet i tried backup by using RSYNC. It is working fine. But i have some more Questions for this software. Is here some one that can help me with it? Kind Regards Jens Geier -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Need Idea to make Backup

2010-01-14 Thread Jens Geier
"Robert Cummings" schrieb im Newsbeitrag news:4b4f40d3.3010...@interjinn.com... > haliphax wrote: >> On Thu, Jan 14, 2010 at 5:45 AM, Ashley Sheridan >> wrote: >> >>> On Thu, 2010-01-14 at 12:32 +0100, Jens Geier wrote: >>> >>

Re: [PHP] Need Idea to make Backup

2010-01-14 Thread Jens Geier
"Ashley Sheridan" schrieb im Newsbeitrag news:1263469507.5952.75.ca...@localhost... > On Thu, 2010-01-14 at 12:32 +0100, Jens Geier wrote: > >> "Ashley Sheridan" schrieb im Newsbeitrag >> news:1263463572.5952.71.ca...@localhost... >> > On T

Re: [PHP] Need Idea to make Backup

2010-01-14 Thread Jens Geier
"haliphax" schrieb im Newsbeitrag news:952625161001140625x31d03ed5oef8216064da13...@mail.gmail.com... > On Thu, Jan 14, 2010 at 5:45 AM, Ashley Sheridan > wrote: > >> On Thu, 2010-01-14 at 12:32 +0100, Jens Geier wrote: >> >> > "Ashle

Re: [PHP] Need Idea to make Backup

2010-01-14 Thread Jens Geier
"Ashley Sheridan" schrieb im Newsbeitrag news:1263463572.5952.71.ca...@localhost... > On Thu, 2010-01-14 at 10:12 +0100, Jens Geier wrote: > >> "Ashley Sheridan" schrieb im Newsbeitrag >> news:1263391167.5952.62.ca...@localhost... >> > On W

Re: [PHP] Need Idea to make Backup

2010-01-14 Thread Jens Geier
"Ashley Sheridan" schrieb im Newsbeitrag news:1263391167.5952.62.ca...@localhost... > On Wed, 2010-01-13 at 14:57 +0100, Jens Geier wrote: > >> Hello Ashley, >> >> yes rsync is a good idea, but does this also work if there is only a >> internet cone

Re: [PHP] Need Idea to make Backup

2010-01-13 Thread Jens Geier
Hello Ashley, yes rsync is a good idea, but does this also work if there is only a internet conection to may SERVER ? Kind Regards Jens Geier "Ashley Sheridan" schrieb im Newsbeitrag news:1263377397.5952.60.ca...@localhost... > On Wed, 2010-01-13 at 10:53 +0100, Jens Geier wrot

[PHP] Need Idea to make Backup

2010-01-13 Thread Jens Geier
should be uploaded to the SERVER in a special folder where this files run to a tape backup machine. I hope some one can give me some ideas for this. Kind Regards Jens Geier -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] $_SESSION NOT WORKING

2008-05-13 Thread Jens Himmelrath
'] = "This is tree number one"; header("Location: >> 2.php"); ?> >> >> // 2.php > ?> >> >> session.auto_start = 1 >> >> I want to know why session.auto_start does not work on Linux. >> >>

[PHP] Re: SMTP

2007-10-25 Thread Jens Kleikamp
Diana schrieb: I dont know what I did but now I get this message Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" Do you have a smtp server running on localhost? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: MySQL and SVN

2007-10-25 Thread Jens Kleikamp
her option would be http://dbdeploy.com/. There is also a pear proposal: http://pear.php.net/pepr/pepr-proposal-show.php?id=507. Both, very interesting components in the area of database deployment. Cheers, Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] Re: php-tidy

2007-09-01 Thread Jens Kleikamp
re ( maybe --help ) - make - make install - enable the new extension in the php.ini - done hth Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Encoding

2006-11-22 Thread Jens Meyer
Hi! Could you check the default encoding of your webserver (in httpd.conf)? I noticed that the charset-information in "meta-information" is ignored and the default-charset of the webserver is used. Kind regards, Jens JoXo CXndido de Souza Neto schrieb: > I am facing a

[PHP] imap_getmailboxes - how to understand the values of "attributes"?

2006-11-08 Thread Jens Meyer
bitmasks to get these values (or vice versa...). Thank you, kind regards, Jens smime.p7s Description: S/MIME Cryptographic Signature

[PHP] PHP5 Session length changed

2006-09-08 Thread Jens Kisters
the PHP5 changelogs. Question : What lengths are valid for PHP Sesssions is it possible to encounter valid sessions with a length other than 26 and 32? PHPinfo : http://neu.karnevalservice.de/dbcTrade/phpinfo.php thanks Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: PHP Frameworks - Opinion

2006-08-03 Thread Jens Kleikamp
Matt Todd wrote: In my experience with the other frameworks (primarily Wasp, CakePHP, Symfony, eZ Components, and Zend Framework), I've found that I was not satisfied with the quantity of low-quality code they advocate. I have a high standard for code quality, readability, maintainability, and (m

[PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-03 Thread Jens Kleikamp
Robert Cummings wrote: On Mon, 2006-07-03 at 08:37, Jens Kleikamp wrote: Jay Paulson wrote: I'd like to get some feedback on what the list thinks is a good template engine other than smarty. I like ezTemplate. (E_STRICT) YOU DO?? I hope it's changed then from the one used on a si

[PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-03 Thread Jens Kleikamp
Jay Paulson wrote: I'd like to get some feedback on what the list thinks is a good template engine other than smarty. I like ezTemplate. (E_STRICT) I'd also like to do some quick prototyping using a PHP framework does anyone have any recommendations for one that is easy to pick up and run wi

[PHP] Re: Forms Validation library

2006-04-25 Thread Jens Kleikamp
Murtaza Chang wrote: Hi I just wanted to know if there's a generalised library available for Forms validation in php? -- Murtaza Chang http://pear.php.net/package/HTML_QuickForm http://ez.no/doc/components/view/latest/(file)/introduction_UserInput.html -- PHP General Mailing List (http://www.

[PHP] Re: SVN PHP

2006-03-09 Thread Jens Kleikamp
} Any help would be appreciated. Cheers, J. Maybe the svn pecl extension can help, http://pecl.php.net/package/svn cheers, Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: APC and PHP 5.1.2

2006-03-03 Thread Jens Kleikamp
force-cgi-redirect \ --enable-track-vars \ --without-pear \ --with-imap \ --with-imap-ssl \ --with-gd \ --enable-gd-native-ttf \ --with-jpeg-dir=/usr \ --with-png-dir=/usr \ --with-freetype-dir=/usr \ --enable-pdo \ --enable-pdo_mysql \ --with-pdo_mysql \ --with-gettext \ --with-iconv \ --enable-mbstri

[PHP] Re: APC and PHP 5.1.2

2006-03-03 Thread Jens Kleikamp
steve wrote: Thanks for that! It meant that I should look in other directions which helped me figure out the problem. Can you try again with: apc.optimization=1 Your script also seems to work on my sytem with optimization=1. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Re: Coding Practice: Use global $var or pass in by refernce

2006-03-03 Thread Jens Kleikamp
{ $res =& $db->query( "SQL"); } or function foo () { $db = & $GLOBALS['database']; $res = & $db->query(); } or function foo () { $res = & $GLOBALS['database']->query(); } Just some more possibilities... cheers Je

[PHP] Re: APC and PHP 5.1.2

2006-03-02 Thread Jens Kleikamp
e this out. -Rasmus Your script works fine for me on linux, php 5.1.2 FastCGI + apc-dev. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-02-26 Thread Jens Kleikamp
BM. http://www.eclipse.org/proposals/php-ide/ - promising! :) Best Regards, Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: auto download

2006-02-23 Thread Jens Kleikamp
t downloading? one of the link is another page so I need it to pop up in a new window. Thanks for any help Moin, You can´t start the browsers download dialog if you already sent any data. No header(), echo(), print() etc. Have a look at http://pear.php.net/package/HTTP_Download. cheers, Jen

[PHP] Re: Working with a config file

2006-02-20 Thread Jens Kleikamp
nents overview: http://ez.no/doc/components/overview Fast, feature-rich and easy to use, hava a look at the tutorial: http://ez.no/doc/components/view/(file)/1.0/introduction_Configuration.html -Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: how to build custom/private pear packages

2006-02-15 Thread Jens Kleikamp
/blog/index.php?/archives/308-Set-up-your-own-PEAR-channel.html http://greg.chiaraquartet.net/archives/19-Its-official-pear.chiaraquartet.net-is-live.html These guides helped quite a lot. Cheers, Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] Creating PDF from a Image

2005-11-09 Thread Jens Schulze
e way to go... ;-) Jens -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] Creating PDF from a Image

2005-11-07 Thread Jens Schulze
t;, it's a pile of low quality crap from the prepress view of things. Maybe you should review your workflow. Jens -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Creating PDF from a Image

2005-11-07 Thread Jens Schulze
mageMagick (http://www.imagemagick.org), which should be able to convert from PNG to PDF (with the help of Ghostscript). Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PCRE false match with preg_match?

2005-09-26 Thread Jens Schulze
Murray @ PlanetThoughtful wrote: > Changing the "*" to a "+" (at least one or more occurrences) could 'fix' > that pattern (ie so that it doesn't match your string), depending on any > other values being tested by it. *keyboardbiting* I see... th

[PHP] PCRE false match with preg_match?

2005-09-26 Thread Jens Schulze
ension version is 4.5 01-December-2003 Thanks for any help or feedback, Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Deny access from certain hosts

2005-09-14 Thread Jens Schulze
Aaron Greenspan wrote: > Can you do that with .htaccess? Please have a look at http://www.webmasterworld.com/forum92/2783.htm found it on the second page with the search termin "apache block requests from specific referrers". Jens -- PHP General Mailing List (http://www

Re: [PHP] Re: ADODB vs PHP extension

2005-09-14 Thread Jens Schulze
easily adopt from one database to another, handy helping functions for database specific date conversion and a nice sql query caching system, you should use the abstraction layer. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: ADODB vs PHP extension

2005-09-13 Thread Jens Schulze
Do you mean the ADODB database abstraction layer for PHP or the original ADODB technology of Microsoft? Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: guidance for communicating between frames

2005-08-29 Thread Jens Schulze
You can e.g. use javascript for intra-frame communication, but for a more specific answer we need a more specific question. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Stopping users to see uploaded files

2005-05-27 Thread Jens Kleikamp
Probably you want to upload the files in a directory outsite the document root, but read permission by the webserver user. Then you can you use e.g. PEAR::HTTP_Download for sending the files to the client. Hope this helps, and sorry for my bad english. :) cheers Jens -- PHP General Mailing List (

[PHP] Re: Fastest templating mechanism

2005-05-08 Thread Jens Kleikamp
egards, > Evert > Have also a look at www.phpsavant.com. Different from smarty, its a lightweight object-oriented template engine. One neat feature is that you could add optionally your own custom markup compilers. Regards, Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Comparing 2 files

2004-03-20 Thread Jens Schmeiser
nes and show the differences; continue; } } Is there a better way to do that (and of course faster)? Regards Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] automatic link execution after form submit

2003-04-04 Thread Jens von Pilgrim
n of CURL. This can be used if user shouldn't get the response of the redirected page/script. Regards, Jens BTW: Sun is shining bright, otherwise I would say: RTFM ;) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Problem with "=& new" and locally created instances

2003-03-28 Thread Jens von Pilgrim
is destructed automatically by the php-engine, although a) the object is still referenced and b) even no local variable has ever referenced it. BTW: Of course the code here doesn't make really sense (according to your last sentence), but it's only an example for illustrating the problem.

[PHP] Problem with "=& new" and locally created instances

2003-03-28 Thread Jens von Pilgrim
d) - or a feature (locally created instances are immediately after leaving the scope)? Maybe I've programmed Java too long... Regards, jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Finding out which file is retrieved over HTTP

2003-03-25 Thread Jens Lehmann
Ernest E Vogelsinger wrote: At 20:48 25.03.2003, Jens Lehmann spoke out and said: [snip] To actually check on the HTTP status codes you need to run your own, either using cURL, or by doing your own stuff using fsockopen(). I tried using fsockopen(), but

Re: [PHP] Finding out which file is retrieved over HTTP

2003-03-25 Thread Jens Lehmann
". It's the same thing if I use file(). The manual explains that fopen() returns false if the website could not be opened, that's why I don't know why this error message appears? Besides this "Success"-message is surely a very bad error message. I use PHP 4.2.3. Jens

[PHP] Finding out which file is retrieved over HTTP

2003-03-23 Thread Jens Lehmann
dir here imho) or http://www.example.com/foo/bar/index.php and in any case absolute_link() should return the same. Of course this function is easier to implement if I always have something like http://www.example.com/foo/bar/index.php. Maybe there's already a useful function besides parse-u

[PHP] openssl_pkey_get_private() problem

2003-03-18 Thread Jens Rehsack
on file routines:NCONF_get_string:no value' openssl_error: 'error:0E06D06C:configuration file routines:NCONF_get_string:no value' openssl_error: 'error:0E06D06C:configuration file routines:NCONF_get_string:no value' openssl_error: 'error:0D09A0A3:asn1 encoding routines:d2i_PrivateKey:unknown public key type' openssl_error: 'error:0906700D:PEM routines:PEM_ASN1_read_bio:ASN1 lib' bool(false) -END Script-Output- Is it a bug in PHP with new OpenSSL 0.9.7a or is it a my failure? Any help is nice, Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [RegExp] extracting anchors

2003-03-13 Thread Jens Lehmann
Jome wrote: Jens Lehmann wrote: Hello, I want to extract the "name"-attribute of all anchors out of an HTML-source-code which don't have the "href"-attribute. I can use this code to get the "name"-attribute: preg_match_all('/]*?)name=[ \'\"](.*

[PHP] [RegExp] extracting anchors

2003-03-12 Thread Jens Lehmann
s',$src,$ar); The name-attributes are now in $ar[2]. How can I exclude all links which have the href-attribute? I didn't find an easy way how to say that a string must _not_ be part of a pattern match. I hope you can give me some advise. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Cleaning up HTML table structure

2003-03-10 Thread Jens Lehmann
Beau Hartshorne wrote: Jens, I would suggest that you try writing a script that keeps track of how many tags have been opened (look for "<"), versus how many tags have been closed ("[^>]*/>") on a line-by-line basis. Using that number, you should be able to indent

[PHP] Cleaning up HTML table structure

2003-03-09 Thread Jens Lehmann
(simple) solution for this problem. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] google-apis (was: error while reading google-search-results)

2003-03-09 Thread Jens Lehmann
hange again (or maybe I've to pay for every query soon). Has anyone already used the api? Is it simple to (for instance) find out all listed pages of www.foo.com which are in the Top 1000? Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [Fwd: Re: [PHP] error while reading google-search-results]

2003-03-08 Thread Jens Lehmann
t especially related to google. The script should be able to read in any website and do some processing. One of its functions should (later) be to determine search engine positions. Is there a simple way to do this without reading in the search results of google (or other search engines)? Jens

[PHP] error while reading google-search-results

2003-03-07 Thread Jens Lehmann
HP 4.23 and Apache 1.3.26 on Debian GNU/Linux 3.0. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] RegExp for Forum-List-Code

2002-11-09 Thread Jens Lehmann
I tested some different things, which didn't work. Any more ideas are appreciated. Jens > untested: > > preq_replace('/\[\*\]([^(\[\*\])(<\/ul>)]*)/i','$1',$text); > > > > Jens Lehmann wrote: > > >Hi out there, > > > >I enc

Re: [PHP] W3C and PHP

2002-11-09 Thread Jens Lehmann
>> ... If this is really what the W3C validator tells you you should file a bug > report, IMHO. Passing GET variables should be valid HTML ;-) Usually entities start with "&" and end with ";". The "entity" §ion doesn't end with ";" an

[PHP] RegExp for Forum-List-Code

2002-11-09 Thread Jens Lehmann
n $1 until [*] OR occurs in $text. I tested a lot, but didn't find a solution. I'd be glad about any help. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] parallel connections with php

2002-09-19 Thread Jens
Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Undefined index, Undefined variable, Undefined constant....

2002-09-06 Thread Jens Winberg
I'm having trouble with the newest version of PHP (4.2.2). For example in a page I'm using the following code: if ($_GET['action'] == "logout") { //do something } But I'm getting an error message that says: ...log_message reports: PHP Notice: Undefined index: action in Ealier (other ve

[PHP] open_basedir

2002-08-30 Thread Jens Winberg
s, please write me a mail. Thank you!! « - » « Jens Winberg ([EMAIL PROTECTED])» « Vanha Hämeentie 86» « 20540 Turku » « FINLAND » « GSM: 044-5997730 » « - » -- PHP G

[PHP] variable declaration in class

2002-06-18 Thread Jens Lehmann
ent like e.g. var $a = 20. I'd be thankful if anyone could enlighten me. I'm using PHP 4.2. on Win2k. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to find out the Bitsize of the Clients SSL Key ?

2002-06-07 Thread Jens Dinstuehler
Hi again, how can i find out the keysize of the clients Browser (SSL). We have an area only for Users who are capable of 128bit SSL. IE 5.5 with only 56-Bits SSL says that the Server is Down !! So i have to check the keysize before the user tries to log in, but i fond no way... Jens

Re: [PHP] gmtime?

2002-05-27 Thread Jens Lehmann
> > -Original Message- > > From: Jens Lehmann [mailto:[EMAIL PROTECTED]] > > Sent: 27 May 2002 12:48 > > > > > > -Original Message- > > > > From: Jens Lehmann [mailto:[EMAIL PROTECTED]] > > > > Sent: 24 May 2002 20:31 &g

Re: [PHP] gmtime?

2002-05-27 Thread Jens Lehmann
> > -Original Message- > > From: Jens Lehmann [mailto:[EMAIL PROTECTED]] > > Sent: 24 May 2002 20:31 > > > > time() returns the number of seconds since the Unix Epoch to > > the current > > local time > > > > gmtime() should return

Re: [PHP] ini_set('register_globals',0) doesn't work

2002-05-27 Thread Jens Lehmann
quot;, making it easier to work with register_globals="Off" while other old projects still work. Do you consider this a good idea? Does anything except performance speak against doing this manually? Jens > register_globals affects things that happen before PHP parsing begins, so > by the

[PHP] ini_set('register_globals',0) doesn't work

2002-05-26 Thread Jens Lehmann
',0); it will print "10". For echo ini_set('register_globals','Off'); it will print "1Off". Jens PS: ini_set works fine with include_path and error_reporting -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Can't get Apache and PHP to run together -each seems to work OK WinME

2002-05-25 Thread Jens Lehmann
be a directory problem. Please try to put a test.html-file in your webserver-root and call it in your browser. Jens > I am not an advanced user but not incapable. Please bear with me for > any amateurishness. > > I am trying to get PHP to work with Apache. > I have a Windows ME PC,

Re: [PHP] gmtime?

2002-05-25 Thread Jens Lehmann
> I don't know what gmtime() is supposed to do. But is gmmktime() similar? > http://www.php.net/manual/en/function.gmmktime.php > -Kevin Sorry, my first answer was incorrect. gmmktime() does not do what I want. Do you have any other suggestion why we need/don't need gmtime(

[PHP] Re: Function Switch($pid) - NEED HELP

2002-05-25 Thread Jens Lehmann
ow would i do that ??? > Please don't post the same question several times. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Switch() ?????

2002-05-25 Thread Jens Lehmann
would i do that ??? > Don't write "break;" in case 1. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session question

2002-05-25 Thread Jens Lehmann
want to access session variables. > > > This assumes the latest version of PHP. The procedure is similar on > > older versions, you just have to use session_register(). > > From wich version session_start() is include ? Don't know what you want, but session_start() is part

[PHP] Re: displaying an image with header(... does not work

2002-05-25 Thread Jens Lehmann
and your strings (esp. " and '). Maybe it's better to post the whole source in this case. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] gmtime?

2002-05-24 Thread Jens Lehmann
e() does exactly what I want if I don't pass arguments but since this behaviour is not documented it's probably confusing to a lot of people, isn't it? Jens Lehmann -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] gmtime?

2002-05-24 Thread Jens Lehmann
> Did you see gmdate()? > http://www.php.net/manual/en/function.gmdate.php Yes, of course. I can do time()-date("Z") to have gmtime (or maybe) something better, but wouldn't it be better to have gmtime() implemented anyways? Please tell me if I missed something. Thank y

[PHP] gmtime?

2002-05-24 Thread Jens Lehmann
Any reasons why there's no gmtime()-function in PHP? I'd like to hear your thoughts. Jens Lehmann -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: accessing a mysql column by number

2002-03-28 Thread Jens Lehmann
ou suggest me a newsreader which can manage this? I assume this is the wrong place to ask, so if you don't want to answer, please tell me where to find the answer. (I didn't find it in any FAQs.) Sorry for asking such a stupid question. Jens > Jens, > > A database does have a

[PHP] Re: accessing a mysql column by number

2002-03-28 Thread Jens Lehmann
ee columns called "column1", "column2", and > "column3" and I wanted to access column3 just by using the number 3 This could simply be done by using prefixes: $col = $prefix.$number Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Generating UTF Files

2001-09-20 Thread Jens Kisters
ytes together myself using chr() ? thanks Jens Grüße aus dem schönen Kleve Jens Kisters rosomm et partner Agentur für neue Medien GmbH Dienstleistungszentrum am Weißen Tor - Eingang B Gocher Landstrasse 2 47551 Kleve / Bedburg-Hau Telefon: 0 28 21 - 9 78 56-20 Telefax: 0 28 21 - 9 78 56-77 Mobi

[PHP] when logic fails, PHP randomly skips execution of lines

2001-09-18 Thread Jens Kisters
educe the code by either removing $enc from the output or deleting the loops that manipulate the string before, the echos come in the right order and ammount... What can i do, nothing crashed so i dont have a gdb backtrace for an bug report. I cant provide all the code, neither can i reduce the code without the error do disappear The problem occured on PHP 4.04pl1 on Apache 1.3.x on Linux PHP 4.04 on Apache 1.3.x on Linux PHP 4.06 on Apache 1.3.x on W2K thanks Jens

[PHP] Save As doesnt always work

2001-09-07 Thread Jens Kisters
: text/plain{0D}{0A}{0D} T4 09/07 11:03:18 Server {0A}2001-09-07;jens;auch;test{0A} and in this case (other Web-Server) it works (same browser) http request T4 09/07 11:06:22 Server Data: GET http://bigmama/projekte/rtl/formular/ausgab T4 09/07 11:06:22 Server e/auswertung.php HTTP/1.0

[PHP] Simple Char Swapping in String crashes Webserver

2001-08-30 Thread Jens Kisters
here? i run php 4.04pl1 as apache module under linux. -- Grüße aus dem schönen Kleve Jens Kisters rosomm et partner Agentur für neue Medien GmbH Dienstleistungszentrum am Weißen Tor - Eingang B Gocher Landstrasse 2 47551 Kleve / Bedburg-Hau Telefon: 02821 - 97856-20 Telefax: 02821 - 97856-77 [EMAIL

[PHP] Problems benchmarking php Scripts

2001-08-21 Thread Jens Kisters
i heve enough httpds started before i start running the benchmark, but some still crash, i can't find any messages in log files saying what happened there. The benchmark scripts should log errors if there was no response from the server but i dont get any of those errors in the logs. tha

SV: [PHP] converting str with \n to one line str??

2001-08-21 Thread Jens Schødt
ure that the string will work as my JS string thanks for the help :-) jens -Oprindelig meddelelse- Fra: David Robley [mailto:[EMAIL PROTECTED]] Sendt: 21. august 2001 09:43 Til: Jens Schødt Cc: '[EMAIL PROTECTED]' Emne: Re: [PHP] converting str with \n to one line str??

SV: [PHP] converting str with \n to one line str??

2001-08-21 Thread Jens Schødt
ill work as my JS string thanks for the help :-) jens -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sendt: 21. august 2001 09:31 Til: Jens Schødt; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Emne: RE: [PHP] converting str with \n to one line str?? just a th

SV: [PHP] converting str with \n to one line str??

2001-08-21 Thread Jens Schodt
$temp = str_replace("\n","test",$temp) is doing the same thing. It is still a string in several lines if you look in the source :-( jens -Oprindelig meddelelse- Fra: Tyler Longren [mailto:[EMAIL PROTECTED]] Sendt: 20. august 2001 20:20 Til: Jens Cc: [EMAIL PROTE

SV: [PHP] converting str with \n to one line str??

2001-08-21 Thread Jens Schodt
nl2br is not working in this case. It does put a with every new line, but it does not remove the new line. The string will still have the line changes and it will not work in Javascript. Jens -Oprindelig meddelelse- Fra: Artwithin [mailto:[EMAIL PROTECTED]] Sendt: 20. august 2001 20

[PHP] converting str with \n to one line str??

2001-08-20 Thread Jens
= <? echo $temp?> This is not working!! But this would : var temp = '<? echo $temp?>'; Can you help me please? thanks Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

RE: [PHP] HTML in XML???

2001-07-18 Thread Jens Wabnitz
> Is there some way to include HTML tags in a XML doc??? Yes, if your HTML is wellformed -> XHTML > And is there a special php xml newsgroup?? http://www.onlamp.com/pub/a/php/php-xml-ml.html Bye Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mai

RE: [PHP] edit xml with php?

2001-07-17 Thread Jens Wabnitz
> I am trying to edit this xml-file: Have a look at: http://ww.phpxml.org/ Bye Jens -- 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] Solution to "headers already sent" error.

2001-06-20 Thread Jens Nedal
watch out for any linebreaks or tabs or spaces outside the php-brackets before the first header statment or any echo or print inside php-brackets before the first header-statement. regards, Jens on 19.06.2001 0:28 Uhr, Merio, Quinn at [EMAIL PROTECTED] wrote: > So, during the time the lists w

Re: [PHP] php and flash 5 books?

2001-06-20 Thread Jens Nedal
Could you tell me which book that ist? Maybe Title author and ISBN Number. I would be grateful for tha tinformation, thx! regards, Jens on 19.06.2001 17:30 Uhr, Jay Paulson at [EMAIL PROTECTED] wrote: > Anyone know of any good books that actually deal with php interfacing with > f

Re: [PHP] HTTP_POST_VARS not picking up checkboxes that areunchecked

2001-06-20 Thread Jens Nedal
are groups and get pulled out of a database. So the initializing is generic too ;) Maybe this helps, regards Jens on 19.06.2001 1:46 Uhr, Tom Beidler at [EMAIL PROTECTED] wrote: > I have a form with approximately 40 input fields. When a form is posted it > sends an email and then builds a tab

[PHP] PHP claims that class was defined twice

2001-05-20 Thread Jens Kisters
Hey there i noticed sometinh quite odd when trying to include a class definition: There are several classes in the project in question. Every class resides i a separate file that gets included. When i call the following method function mRenderPrintNav($client) { show_var("",get_declared_clas

[PHP] MySQL fulltext indices and phrase search

2001-05-02 Thread Jens Kisters
oesn't allow this kind of search as it's based on single words , but maybe one of you has a better idea than to select the rows that contain both and hit those with LIKE '%foo bar%' -- Grüße aus dem schönen Kleve Jens Kisters rosomm et partner Agentur für neue Medien GmbH Die

[PHP] getting sessions lifetime

2001-04-29 Thread Jens Kisters
before the session would time out so that there won't be a session timeout. -- Grüße aus dem schönen Kleve Jens Kisters rosomm et partner Agentur für neue Medien GmbH Dienstleistungszentrum am Weißen Tor - Eingang B Gocher Landstrasse 2 47551 Kleve / Bedburg-Hau Telefon: 02821 - 97856-20 Te

Re: [PHP] Cannot destroy session cookie

2001-04-18 Thread Jens Kisters
> And then destroying the session when the user logs out. You can't count on an explicit logout, never rely on the users, they just don't act like you want them to ;) cu Jens -- Grüße aus dem schönen Kleve Jens Kisters rosomm et partner Agentur für neue Medien GmbH Dienstleistungszent

[PHP] AW: SSL SSL SSL SSL -- READ THIS!!!!!!

2001-04-18 Thread Jens Fisch
No. Just point your links to https://www.yoursecureserver.com/dir/page.htm or, if your SSL is on another port, to https://www.yoursecureserver.com:otherportnumber/dir/page.htm. cu, Jens > -Ursprüngliche Nachricht- > Von: phpman [mailto:[EMAIL PROTECTED]] > Gesendet: Die

[PHP] Cannot destroy session cookie

2001-04-18 Thread Jens Kisters
ns on the login-page, i'd like to explicitly destroy the session before logging on, i tried unsetting the session variable, destroying the session, unsetting the session cookie, but nothing worked, the session is always continued with the same SessionID. What can i do to destroy the session?

  1   2   >