RE: [PHP-WIN] please unsubscribe

2010-10-27 Thread jerry verghese george
> Date: Wed, 27 Oct 2010 21:04:00 +0200 > From: j.a...@scarlet.be > To: php-windows@lists.php.net > Subject: [PHP-WIN] please unsubscribe > > please unsubscribe > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >

Re: [PHP-WIN] There is no way I can build "on the fly" pdfs

2003-01-31 Thread Jerry Nelson
ne could generate pdfs on the fly? and is it a problem with IE (I'm using IE6 here) and how to solve it or make the way around the problem. Have you tried the ezpdf functions? I started using them last week and was successful. You can find them here http://sourcefo

Re: [PHP-WIN] Excel

2003-01-30 Thread Jerry Nelson
ntent-Type: application/vnd.ms-excel"); Then build a table in HTML Jerry *-*---*--*-*-*-** Jerry Nelson Project Manager / Analyst Datanamics, Inc. 973-C Russell Ave Gaithersburg, MD 20879 TEL: 301-948-3515 -- PHP Windows Mailing List (htt

[PHP-WIN] Re: email attachment blues

2002-12-31 Thread Jerry
$_FILES['attachment']['name']; copy ($userfile, $filename); $userfile = $filename; Thanks for the help, Jerry "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > On 12/30/2002 01:08 PM

[PHP-WIN] email attachment blues

2002-12-30 Thread Jerry
ed to the server first before sending the attachment. I attached my code. What am I missing? Thanks for any help, Jerry begin 666 transfer.php M/&AT;6P^#0H\:&5A9#X-"CQT:71L93Y);G1E3X-"@T*/#]P:' -"@T*+R\D9&%T92 ](&=M9&%T92 H M(D8@9"!9(BD[#0H-"B1F;

[PHP-WIN] Printing Excel spreadsheet

2002-12-24 Thread Jerry Nelson
? *-*---*--*-*-*-** Jerry Nelson Project Manager / Analyst Datanamics, Inc. 973-C Russell Ave Gaithersburg, MD 20879 TEL: 301-948-3515 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Newbie Form Question

2002-12-17 Thread Jerry
s to a different php page for processing I wouldn't have a problem but I'm not sure how to use self as the action of the form. Thanks, Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] SNPP with PHP

2002-11-07 Thread Jerry
Hi All, I am using a free Windows based SNPP client from www.commonesystems.com. I would like to build something similar with PHP. Is this possible? If so is there any info out there on using PHP and SNPP? Thanks, Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

[PHP-WIN] Extra space added on import

2002-05-17 Thread Jerry
Hello, When I import a comma delimited text file into a table using MySQL Front, a space is added to one of the fields which is a varchar field. How can I keep this from happening? TIA, Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP-WIN] PHP stopped working

2002-05-04 Thread Jerry
I am not sure why but PHP is now working fine. Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP stopped working

2002-05-04 Thread Jerry
problem may have to do with file associations. Does anyone have any ideas as to what could be wrong? TIA, Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Moving to non-Windows technology

2002-05-03 Thread Jerry
Anyway, I look forward to participating in the non-MS community! Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Shutting down Apache on Windows

2002-05-03 Thread Jerry
TIA, Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] comparing dates with oracle

2002-02-25 Thread Jerry Nelson
Oracle formats it's date differently. Try this : between to_date('15/11/1258', 'dd/mm/') and to_date('15/08/1988','dd/mm/') *-*---*--*-*-*-** Jerry Nelson Project Manager / Analyst Da

[PHP-WIN] Help needed on point system

2002-02-01 Thread Jerry Leonard
running: Xitami on WinME, PHP 4.06 and Mysql 3.23.43 win binary. If anyone is willing to help I will provide a database dump and any part or the script you will need. I would give the info now except I don't know what parts will be needed. Thanks for any help Regards Jerry -- PHP Windows Ma

[PHP-WIN] Re: Binary PHP 4.1.1 for Mandrake - WHERE?

2002-01-07 Thread Jerry
Have a look at http://d-srv.com/sw/rpm/Mandrake/RPMS/ I didn't try any of those links but it could be what you are looking for... Jerry "Programmers" <[EMAIL PROTECTED]> wrote: > I am looking for with compiled version of the newest PHP 4.1.1 for > Linu

[PHP-WIN] Re: MSSQL DB Connect

2002-01-02 Thread Jerry
Thanks Jeremy, I finally found the solution: 0){ print "Number of rows: $number"; while($i < $number){ $dateval= mssql_result($result,$i,"dateval"); echo "$dateval"; $i++;} }?> And it works fine ! Now I'm looking for the same function for IBM DB2 da

[PHP-WIN] MSSQL DB Connect

2001-12-21 Thread Jerry
Hi I have PHP on windows 2000 web server I would like to remote to a MS SQL database on another web server. I tried something like: But it didn't work. Please help me. Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[PHP-WIN] MSSQL connect

2001-12-21 Thread Jerry
Hi I have PHP on windows 2000 web server I would like to remote to a MS SQL database on another web server. I tried something like: But it didn't work. Please help me. Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[PHP-WIN] Speed

2001-05-22 Thread Jerry Nelson
"; while (OCIfetch($result2,1)) { echo ""; echo OCIresult($result2,1) } echo ""; ?> Also which is faster print or echo. Thanks *-*---*--*-*-----*-** Jerry Nelson Systems Analyst Datana

Re: [PHP-WIN] Testing php files on windows?

2001-05-14 Thread Jerry Huffman
rtions of. With PHP just dive in with some of these free downloads installed and some sample code. I have found it to be a much more productive environment than ASP with VB and VC++ or other options out there. Sincerely, Jerry - Original Message - From: "Geoff" <[EMAIL PROTECT

[PHP-WIN] Problem with submit

2001-05-09 Thread Jerry Nelson
ot;; }else{ ?> Accounting Code: Your name: Todays Date: Description: *-*---*--*-*-*-----*----* Jerry Nelson Datanamics, Inc. 973-C Russell Ave Gaithersburg, MD 20879 -- PHP Windows Maili