gt; fax: +421 41 500 1376
SD> mailto:[EMAIL PROTECTED]
SD> http://www.swh.sk
SD> --
SD> PHP Windows Mailing List (http://www.php.net/)
SD> To unsubscribe, e-mail: [EMAIL PROTECTED]
SD> For additional commands, e-mail: [EMAIL PROTECTED]
SD> To contact the list administrator
.
SR> What I want/need is a function whic can remove a valy/key from a array
SR> Does such a function exists ?
SR> Thanks in advance
SR> Steen
--
Best regards,
Ruslan Ohitin
mailto:[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail:
uot;. This don't work with
ttf on my computer (php as apache module on WinNT 4 Srv)
--
Best regards,
Ruslan Ohitin
mailto:[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To con
ed at c:\inetpub\wwwroot\dinol\index.php:3) in
g> c:\inetpub\wwwroot\dinol\index.php on line 6
g>
g> Warning: Cannot send session cache limiter - headers already
g> sent (output started at c:\inetpub\wwwroot\dinol\index.php:3) in
g> c:\inetpub\wwwroot\dinol\index.php on line 6
rs with some sql
P> statements.
P> Is there anyway I can write scripts in php and run them every 2 hours?
P> Anyother solutions are most welcome.
P> Thank You,
P> Sagil.
--
Best regards,
Ruslan Ohitin
mailto:[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.n
Hello Masato,
Yes! It works on my office computer! :-)
But I use .htaccess files and my home os is Win98 :-(
--
Best regards,
Ruslan Ohitin
mailto:[EMAIL PROTECTED]
MK> Hello PHP users,
MK> I believe many people on this list run their PHP scripts
MK> on IIS or Win32 Apache
Hello Michel,
I send you example that works with PHPLib template. This is a method I
use in my scripts.
Hope it helps you.
ML> Ruslan Ohitin wrote:
>> Hello Michel,
>>
>> You mixing php variables and Template variables. They are from
>> different "namespac
a string "DAYn"
--
Best regards,
Ruslan Ohitin
mailto:[EMAIL PROTECTED]
ML> I am trying to assign a bunch of strings to some Template variables
ML> where:
ML> I have an array $day[n] where n is 0-34 and contain strings.
ML> I have Template variables named "DAYn&quo
. This is maximum execution time
by default. Try to add this line at the beginning of the script:
set_time_limit(60); // or 0 for no limit
Nac> Can anyone offer any suggestions?
Nac> Matt
--
Best regards,
Ruslan Ohitin
mailto:[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://w
Hello Ben,
You must specify path to store session data in php.ini:
session.save_path = /path/to/store/session/data
(/tmp by default)
php must have write permissions on this dir.
--
Best regards,
Ruslan Ohitin
[EMAIL PROTECTED]
BE> I am getting the following on a Windows 2000 Professio
Hello Danilo,
Try to use this:
$d1 = strtotime("07-05-2001"); // $d1 and $d2 are unix timestamps.
$d2 = strtotime("06-05-2001");
$diff_sec = $d2 - $d1; //difference in seconds.
$diff_days = $diff_sec / (60 * 60 * 24); // difference in days
--
Best regards,
Ruslan O
Hello Igor,
There is a book
"Web Application Development With PHP"
http://www.phpwizard.net/book/
with chapter about subj.
I> Could someone help me to find tutorials or any kind of docs
I> on the subject "How to develop, build and compile my own code libs in C/C++
I> for PHP-Win32
I> in form of D
Hello mjrobey,
try to replace "\" with "/":
include_path = "d:/foxserv/www/include;."
mmc> Greetings,
mmc> I'm running Apache with the PHP mod under Windows 2000, but I seem to have
mmc> a recurring problem with includes. Every time I try to view a page with an
mmc> include() statement, it ret
hello all!
I try to convert ip address (aaa.bbb.ccc.ddd)
to IPv4 integer using ip2long().
ip2long("200.200.200.12") = 3368601612
but it must be -926365684.
Is it a bug?
I use php 4.0.6-dev from php4win.de
---
ruslan
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To un
Hello Jerome,
Check access rights to \\SERVEUR\TEMP.
The IIS4 process must have read permissions on it.
J> I have 2 PCs. On the first, I installed PHP and IIS 4 on a windows NT server
J> and on the second windows NT server without PHP or IIS4. But my web server
J> (the first PC) haven't enough f
Hello Chris,
If you wants $QUERY_STRING only try this:
1) Create file wrapper.php:
2) php.exe -q wrapper.php
CC> All -
CC> I am using the php.exe preprocessor and I want to run the preprocessor manually
and see the output it generates on a particular .php file I have wrote.
CC> The .ph
Hello Jerome,
Try to use this http://www.armcad.narod.ru/userserver.zip
I can't remember, where I get it. Maybe somewhere in www.phpbuilder.com
J> I work on an intranet project in my company. We've got an NT domain. I want
J> to restrict access to certain pages of my intranet using the groups an
Hello Olivier,
There is no print_r in PHP3. It's my error.
Try this
reset($HTTP_SERVER_VARS);
echo "Server variables:";
while(list($name, $val) = each($HTTP_SERVER_VARS)) {
echo "$name = $val";
}
--
Best regards,
Ruslanmailto:[EMAIL PROTECTED
18 matches
Mail list logo