SV: [PHP] --enable-trans-sid ?

2002-10-04 Thread Daniel Alsen
[EMAIL PROTECTED] propably said: I am trying to re-compile php 4.2.2. It seems that the option --enable-trans-sid is no longer there (but still in the manual). The reason for a re-compilation is that I was not able to have SID printed out. Here is the code I tried, but SID is empty: ?php

SV: [PHP] cron job problem.

2002-01-10 Thread Daniel Alsen
Hmm...don?t you have to actually create a job in crontab? Saying that you want a mail every day at 6:00 you would want to create something like: * 6 * * * php /usr/local/bin/php /dev/null in crontab and lose #!/usr/local/bin/php -q in your script. # Daniel Alsen| www.mindbash.com

RE: [PHP] writting into a text file

2001-09-21 Thread Daniel Alsen
to whatever suits you. It's just a empty textfile from the start. Don?t forget to chmod the textfile properly. Then you just have to echo $count; # Daniel Alsen| www.mindbash.com # # [EMAIL PROTECTED] | +46 704 86 14 92 # # ICQ: 63006462 | # I am having a problem that looks like