[PHP] Re: Windows CLI and task scheduler

2005-01-19 Thread Dominic Schanen
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&#x

[PHP] Windows CLI and task scheduler

2005-01-18 Thread Dominic Schanen
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

[PHP] Grammar for PHP

2004-11-28 Thread Dominic Fox
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

[PHP] CURL question, cutting off custom request

2004-08-16 Thread Dominic Schanen
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:

[PHP] Re: LRC (longitudinal redundancy check) and Even Parity

2004-08-12 Thread Dominic Schanen
;ll see how this goes tomorrow. Dominic -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] LRC (longitudinal redundancy check) and Even Parity

2004-08-12 Thread Dominic Schanen
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

Re: [PHP] automatic credit card processing

2002-07-21 Thread Dominic
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

[PHP] automatic credit card processing

2002-07-21 Thread Dominic
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

[PHP] PDF generation post vs get

2001-11-28 Thread Dominic Schanen
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

[PHP] PayFlowPro and OpenSSL

2001-11-21 Thread Dominic Schanen
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]

[PHP] mcrypt trouble, still

2001-08-23 Thread Dominic Schanen
. -- 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]

[PHP] mcrypt trouble

2001-08-21 Thread Dominic Schanen
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

[PHP] Machine name???

2001-07-25 Thread Dominic
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

[PHP] Re: Client Machine Name

2001-07-25 Thread Dominic
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

[PHP] Client Machine Name

2001-07-24 Thread Dominic
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]

[PHP] PHP 4.0.5 Install problem and MySQL

2001-05-10 Thread Dominic Schanen
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

Re: AW: [PHP] remotly include file

2001-05-08 Thread Dominic Brander
: 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]

[PHP] remotly include file

2001-05-08 Thread Dominic Brander
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

Re: [PHP] how to rename a database

2001-01-26 Thread Dominic
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

Re: [PHP] pdflib: unable to generate on the fly, need to write to file

2001-01-26 Thread Dominic Schanen
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

[PHP] pdflib: unable to generate on the fly, need to write to file

2001-01-24 Thread Dominic
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