[PHP] date calculations

2002-03-04 Thread Sven Jacobs
Yow I need to calculate the Time ( days hour minutes between 2 times ) I have something but I have an error margine of 10 % and that is to high Time one 2002/02/24 10:23:43 Time two 2002/02/02 12:43:12 this need to give me the correct time in days hours and minutes between the 2 dates

RE: [PHP] how the "ticks" works?

2002-03-06 Thread Sven Jacobs
10 ms BUOPS [X.X.X.X] The 3 values I want tot put in a table when I run the script Thanks Sven

[PHP] Return values from shell_exec command into db

2002-03-06 Thread Sven Jacobs
10 ms BUOPS [X.X.X.X] The 3 values I want tot put in a table when I run the script Thanks Sven

[PHP] Reading A file

2002-03-06 Thread Sven Jacobs
Hey I have a TEXT file that I want to make visual via the web using php

RE: [PHP] Reading A file

2002-03-06 Thread Sven Jacobs
-pre01:index index was never started -Original Message- From: Ing. Fernando Proll Segura [mailto:[EMAIL PROTECTED]] Sent: mercredi 6 mars 2002 15:13 To: Sven Jacobs; [EMAIL PROTECTED] Subject: Re: [PHP] Reading A file > Hey > > I have a TEXT file that I want to make visual vi

RE: [PHP] Reading A file and placing data into db

2002-03-06 Thread Sven Jacobs
-pre01:index index was never started -Original Message- From: Ing. Fernando Proll Segura [mailto:[EMAIL PROTECTED]] Sent: mercredi 6 mars 2002 15:13 To: Sven Jacobs; [EMAIL PROTECTED] Subject: Re: [PHP] Reading A file > Hey > > I have a TEXT file that I want to make visual vi

[PHP] LDAP question

2002-03-07 Thread Sven Jacobs
Hey I'm testing LDAP and I seem to have an error Call undefined function ldap_connect() the code is from php.net Can anybody tell me what I'm doing wrong :-)

[PHP] Sessions PROBLEMS

2002-03-07 Thread Sven Jacobs
Hey I have a problem with sessions, with the code below If I post i always seems to get the same session_id That is not the idea. I want to generate everytime a unique one what is wrong with my code if ($action =="logout"){ session_destroy(); print "destroy"; } if ( $action == "p

RE: [PHP] Why session is not deleted ???

2002-03-07 Thread Sven Jacobs
I've the same problem here If i do logout it doesn't doe a session_destroy :( -Original Message- From: Beta [mailto:[EMAIL PROTECTED]] Sent: jeudi 7 mars 2002 18:54 To: [EMAIL PROTECTED] Subject: [PHP] Why session is not deleted ??? Firstly i create a session, After that when i close th

[PHP] Again Session

2002-03-08 Thread Sven Jacobs
Hey I have 2 values stored in my session, how do I pull them back out ?

[PHP] how to check session

2002-03-12 Thread Sven Jacobs
How can I check if a session is still valid or if it has been expired. I want to check that and if not valid then execute an other script. Can't be that difficult but after 2 hours in traffic jams my brain is not working anymore .

[PHP] dateformat

2002-03-18 Thread Sven Jacobs
hey all I want to convert 20020211150245 into 2002-02-11 15:02:45. Does somebody have the correct conversion for this ?

RE: [PHP] Looking for modifiable web administration script for MySQL

2002-03-19 Thread Sven Jacobs
webmin can manage mysql www.webmin.com -Original Message- From: Steve Clay [mailto:[EMAIL PROTECTED]] Sent: mardi 19 mars 2002 13:13 To: PHP-GENERAL Subject: [PHP] Looking for modifiable web administration script for MySQL On another note, Are there any open-source/freeware PHP

RE: [PHP] Making a simple borderless pop up window with a "Close" button

2002-03-19 Thread Sven Jacobs
class.overlib does that nicely http://www.posi.de/phpclass/ -Original Message- From: Denis L. Menezes [mailto:[EMAIL PROTECTED]] Sent: mardi 19 mars 2002 13:12 To: [EMAIL PROTECTED] Subject: [PHP] Making a simple borderless pop up window with a "Close" button Hello friends. I am maki

[PHP] mail

2002-03-20 Thread Sven Jacobs
hey Is it possible to put somebody in CC when you use the mail() function ???

[PHP] persistent object caching

2010-11-19 Thread Sven Richter
ot of times before, so maybe somebody can point me into a direction where to look for, or to some example code which handles problems like this one? Thanks in advance Sven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] test

2012-06-07 Thread Sven Kowalski
does it work now? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Performance issues and trees

2004-07-20 Thread Sven Riedel
$result = $lut[$examined]; $bitstring = substr( $bitstring, $i ); break; } } but this actually fares worse in terms of runtime. I'm using php 5.0. Regs, Sven -- -Trigital- Sven Riedel . Tel: +49 511 1236364 . Fax: +4

Re: [PHP] Performance issues and trees

2004-07-20 Thread Sven Riedel
and now it's a hundred-fold faster, thanks! Regs, Sven -- -Trigital- Sven Riedel . Tel: +49 511 1236364 . Fax: +49 511 1690746 . email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Custom Open Tags

2004-12-01 Thread Sven Schwyn
c-tags are executed (and thus complete the page design) while the php-tags are left untouched (as they contain the dynamic stuff). Sounds more complicated than it is :-) Thanks for your hints,-sven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Custom Open Tags

2004-12-01 Thread Sven Schwyn
the tags can't be switched off (or can it?) when using <% ... %> tags. Thanks for your thoughts though! -sven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Custom Open Tags

2004-12-02 Thread Sven Schwyn
y("'; ", "; print '"), $content)."';"; eval($content); } The only downside: No single quote (') is possible outside tags in the file included. This can of course be fixed, but only with a ridiculous amount of code. If only there was a w

[PHP] Question

2005-10-07 Thread Sven Simons
Or is it really so unsafe to use the windows installer on a online server? Sincerely, Sven

<    1   2