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

2002-10-03 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: se

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.

RE: [PHP] writting into a text file

2001-09-21 Thread Daniel Alsen
"; } ?> I prefer to store that code in a separate document and include it in the documents i want it. Change $COUNT_FILE 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; #