[PHP] new line in forms?

2001-03-11 Thread Jens
You have probably had this question a few times, but can anyone tell me how to detect "new line's" or breaks in form fealds from both PC and Mac. And then replacing the "new line" with a so that I can use it for the web? Thanks in advance Jens -- PHP G

[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] 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

[PHP] How does one build a big chat system?

2001-02-09 Thread Jens Kisters
think that refreshing the page on the clientside is a very clean solution, it really looks quite ugly. -- Grüße aus dem schönen Kleve Jens Kisters +++ neue Anschrift +++ rosomm et partner Agentur für neue Medien GmbH Dienstleistungszentrum am Weißen Tor - Eingang B Gocher Landstrasse 2 4

[PHP] Decoding E-Mails

2001-02-09 Thread Jens Kisters
. Any hints? thanks in advance Jens -- Grüße aus dem schönen Kleve Jens Kisters +++ neue Anschrift +++ 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

Re: [PHP] How does one build a big chat system?

2001-02-09 Thread Jens Kisters
of the System the chat is going to be run on would like an irc server on their machines. -- Grüße aus dem schönen Kleve Jens Kisters +++ neue Anschrift +++ rosomm et partner Agentur für neue Medien GmbH Dienstleistungszentrum am Weißen Tor - Eingang B Gocher Landstrasse 2 47551 Kl

Re: [PHP] re:linebreak

2001-02-14 Thread Jens Nedal
for the tabs. Jens Ostry & Partner http://www.ostry.com Hietzingerhauptstr. 145 1130 Vienna, Austria +43 1 877 74 54-18 on 14.02.2001 6:41 Uhr, Steve Werby at [E

[PHP] Calling DB2 Stored Procedures

2001-03-09 Thread Jens Kisters
Are there any problems calling DB2's stored procedures from PHP once the connection to is set up? -- 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 Te

[PHP] includes slooooooow

2001-03-09 Thread Jens Kisters
. tks in advance! -- 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 PROTECTED] http://www.rosomm

[PHP] Classes and Kernel CPU Load?

2001-03-10 Thread Jens Kisters
I have Scripts that seem to cause imense Kernel (not user) CPU Load under Solaris, could this be caused by using classes? I already removed use of md5() and crypt() from the scripts no change so far. What else could cause an immense increase in Kernel CPU Load? tks Jens -- Grüße aus dem schönen

Re: [PHP] isset and multiple selects

2001-03-11 Thread Jens Nedal
ook something like this in the array pers[0] = 1. multiple select pers[1] = 2. multiple select pers[2] = 3. multiple select pers[3] = 4. multiple select regards, Jens > > Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: [PHP] Passing string variable gets cut off

2001-03-11 Thread Jens Nedal
on 11.03.2001 16:16 Uhr, Fates at [EMAIL PROTECTED] wrote: > My strings are getting cut off when I pass to destination web page > > Example: > > Assign variable from database > $subcategory = mysql_result($result,$i,"subcategory"); > > Variable $subcategory is assigned "Graphic Editors" from

Re: [PHP] Best way to pass SQL TEXT field via a link

2001-03-11 Thread Jens Nedal
include the addupdate and execute it along. Hope that helps, Jens Nedal on 11.03.2001 18:12 Uhr, Fates at [EMAIL PROTECTED] wrote: > I'm trying to update an existing record based on a link that represents > the record to update. > > I have a link and I am passing variables that wer

[PHP] Quotes in inputfields & Reload

2001-03-12 Thread Jens Nedal
ike tried it like this too, no difference: " size=40> thx in advance, Jens Nedal -- 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] Mailing List

2001-03-12 Thread Jens Nedal
Seems that such "blasphemy" as unsubscribing is not allowed ;) Dear heathen, once you sold your soul to PHP you have to payback lifelong, dont forget that! No escape ;) Contacting the Admin should do the thing i guess. regards, Jens Nedal on 12.03.2001 13:49 Uhr, Harshdeep S Jawanda

Re: [PHP] Good Free PHP Editor?

2001-03-13 Thread Jens Nedal
FTP-Netdrive. That programm maps FTP-Host to your Explorer and does all teh upload etc. So you just open and write and thats it. No messing around. regards, Jens on 12.03.2001 21:48 Uhr, Angerer, Chad at [EMAIL PROTECTED] wrote: > Yes I use it with NT and run into occasional memory managem

Re: [PHP] Quotes in inputfields & Reload

2001-03-13 Thread Jens Nedal
Ah yeah, thx everybody That does it and i am a littel pissed since i can go over alllooott of code now to insert that. BATCH here i come! Jens on 12.03.2001 17:49 Uhr, PHPBeginner.com at [EMAIL PROTECTED] wrote: > hi Jens, > > PHP automatically escape the dangerous characters from

[PHP] Oracle Fulltext indices?

2001-03-13 Thread Jens Kisters
Hi, everybody! Does Oracle offer a feature similar to MySQL's Fulltext-index? -- 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 - 978

Re: [PHP] Multi-Step Script

2001-03-14 Thread Jens Nedal
to get that formname and then see what you do with each form. The other way round with if statements or switches works well though. Jens Nedal -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta

Re: [PHP] update two frames at once?

2001-03-14 Thread Jens Nedal
Yes you can and there is even a neater script that does it. with thise you can update any amount of frames a t the same time. Just well i got to find it. msg back in a few. Jens Nedal on 12.03.2001 22:15 Uhr, Angerer, Chad at [EMAIL PROTECTED] wrote: > Yes you can.. use Javascr

[PHP] Change the session timeout within a php-script

2001-01-17 Thread Jens Rehpöhler
Hi, is it possible to change the session timeout from within a script. I can't change it in the *.ini-file because I have not the sufficient access rights. Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP] Change the session timeout within a php-script

2001-01-17 Thread Jens Rehpöhler
I think you understood me wrong. I don't want to change (or limit) the execution time of a script. I want to change the lifetime of a http session. Toby Butzon wrote: > set_time_limit($seconds) > Jens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m

[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

[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] 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

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

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] 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

[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

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

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

[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] 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] 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] 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

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

[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] 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: 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

[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

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: 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,

[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

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

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] 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

[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

[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

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] 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

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] 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

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

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 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 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??

[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

[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] 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] 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] 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] Finding linefeeds in Strings

2001-03-29 Thread Jens Kisters
String functions like explode, strpos or str_replace seem to fail when asked to work with "\n". What can i do to tokenize or explode a string by linefeeds? i replaced "\n" by another expression and it seems to work, but i'm curious if there's a mor elegant solution.

[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?

[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

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] 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] 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

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-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
"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: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
"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: >>> >>

[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] 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

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

[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

[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: 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: 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: 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: 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] 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] 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

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] 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

[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: 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: 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: 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: 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-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: 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: 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: 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.

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: 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: 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

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

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

[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

  1   2   >