I changed the scheduled task to use php.exe instead of php-win.exe and
that cleared up the errors with unloading the profile that were
appearing in the application log. Could this possibly be a bug with
php-win.exe and not cleaning up properly?
Thanks,
Dominic
Dominic Schanen wrote:
I
oblem? If it is a task scheduler problem,
is there something I can do by exiting or closing differently in PHP?
I have PHP 5.0.3 and am using php-win.exe
Thanks,
Dominic
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e what I'm looking
for.
thanks,
Dominic
--
// Dream in black and white -
// model cities, shooting up in the air
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t($ch, CURLOPT_CUSTOMREQUEST, $request);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$return = curl_exec ($ch);
Sometimes it appears to cutoff my request with the existance of a NUL
character.
Any ideas?
Thanks,
Dominic
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
;ll see how this goes tomorrow.
Dominic
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sprintf("%07b",ord($char));
$check = substr($bin, 0, 1);
for ($i = 1; $i < strlen($bin); $i++){
$check ^= substr($bin, $i, 1);
}
$dec = pack('C', bindec($check . $bin));
return $dec;
}
Thanks,
Dominic
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
close ($ch);
cheerio
Martin Towell wrote:
> either use curl, and set to option to return the results to you to on
> or use ob_start(), ob_get_contents(), etc
>
> -Original Message-
> From: Dominic [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 22, 2002 4:11 PM
> To: [E
ive + parse authorization response
1-3 is not a real problem, but how can I receive the response, before it
is printed out to the browser/screen? I know I should get the response
string into a variable so the whole procedure is "silent", but how?
thanks a lot for every little help!
ch
Hello,
I'm trying to generate address labels on a pdf sheet. If I use a method of
'GET' for my form, it works fine. However, if I use 'POST', I just get what
seems like a blank white pdf. It does the same in either Netscape 4.7 or IE
6.
Any ideas?
PHP v. 4.0.6
PDFLib 4
r any other
work arounds? Thanks.
--
Dominic Schanen
--
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]
.
--
Dominic
--
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]
er-sk128 threeway serpent wake loki97
rijndael-128 rijndael-192 rijndael-256 twofish blowfish-compat
Supported modes:
stream cbc cfb ecb ofb nofb
Does someone know if I am coding something wrong or if there is a problem
with the installation of php (v 4.0.6) on the server that I am on? Thanks
for th
I think this only can get the machine name of vistors ISP...
It's there anyway to get visters OWN machine name?
Thanks!!!
Dominic
http://php.net/manual/en/language.variables.predefined.php
$REMOTE_HOST = gethostbyaddr($REMOTE_ADDR);
> It's there anyway to find out the client ma
I think this only can get the machine name of vistors ISP...
It's there anyway to get visters OWN machine name?
Thanks!!!
Dominic
http://php.net/manual/en/language.variables.predefined.php
$REMOTE_HOST = gethostbyaddr($REMOTE_ADDR);
> It's there anyway to find out the client ma
It's there anyway to find out the client machine name by using php?
Thanks!
Dominic
--
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]
stops loading and the first instance of trying to access MySQL and
it outputs a only a colon as if it were trying to output an error.
Does anyone know what may be going on here. The OS is Redhat 5.2, MySQL is
v. 3.23.37. Thanks.
--
Dominic
--
PHP General Mailing List (http://www.php.net/)
To unsubs
: Failed opening 'inc/var_general.inc.php3' for inclusion
(include_path='') in /opt/...
May you know a solution?
thanx
dominic
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi
I'm trying to include some php3 files via http.
one part of the php files is on a regular server and the other part is
on an secure server.
Instead of duplicating all the files for both servers I would like to
include them via http.
How does it work?
thanx
domnic
--
PHP General Mailing List
at a mysql prompt in the database where your table resides, type the
following:
alter table rename ;
That should take care of it.
--
Dominic
Fang Li wrote:
>
> Does anyone know how to rename a database in MySQL?
> Thanks!
>
> fang
>
> --
> PHP General Mailing
ound this is create the document in a tmp folder with the
time stamp and then unlink the same file after I have appropriately
fpassthru() the file to the browser with the appropriate headers for IE
(Content-length).
--
Dominic
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mai
I have to write the pdf to disk instead of just sending
it to the browser? Am I missing an output function? Thanks.
--
Dominic
--
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 ad
21 matches
Mail list logo