RE: [PHP-WIN] Recommendations for websites and books

2001-11-28 Thread Robin Bolton
I used Core PHP Programming (the first PHP3 only edition), and found it be a pretty good starting point. There's now a second edition which covers PHP4. The author's page on the book is located at: http://www.leonatkinson.com/home/corephp.html The PHP.net site has a list of published PHP books:

RE: [PHP-WIN] Why i can't write to remote file ?

2001-11-28 Thread Gu Weidong-a1923c
Anyone can answer the question? I also meet this error. -Original Message- From: m.aprea [mailto:[EMAIL PROTECTED]] Sent: May 21, 2001 2:34 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Why i can't write to remote file ? Darren wrote: > > Hi Darren, > > > > i have tried omitting h

RE: [PHP-WIN] Recommendations for websites and books

2001-11-28 Thread Daniel Parsons
Todd Williamsen wrote: > Any recommendations for websites with tutorials, scripts etc or books? I cut my teeth on _PHP_and_MySQL_Web_Development by Welling and Thomson. It was an excellent book to learn with and has a bunch of good 'HowTo' chapters with examples. I have been recommended _Profes

[PHP-WIN] Recommendations for websites and books

2001-11-28 Thread Todd Williamsen
I just whipped through Julie Meloni's "PHP Fast and Easy" book which was great for the intro to PHP, but I am hungry for more. I usually need by example and walk throughs to become profficient at development. Now I am ready for the next step.. Any recommendations for websites with tutorials, sc

php-windows Digest 29 Nov 2001 00:52:52 -0000 Issue 876

2001-11-28 Thread php-windows-digest-help
php-windows Digest 29 Nov 2001 00:52:52 - Issue 876 Topics (messages 10625 through 10645): binary 10625 by: FPU.WHITES1.FRIENDSPROVIDENT.CO.UK 10626 by: Brian Feliciano 10627 by: FPU.WHITES1.FRIENDSPROVIDENT.CO.UK 10630 by: David Tod Sigafoos 10631 by

Re: [PHP-WIN] IIS + PHP + Network Drive = CGI Error (why?)

2001-11-28 Thread Norm Russell
Found a way around this problem and figured I share it with everybody. The problem appears to be an issue with Win2K and versions of PHP prior to 4.0.8. I found an obscure reference somewhere to try out PHP 4.0.8 built after 2001-07-03, which is available from www.php4win.com. And it worked!

Re: [PHP-WIN] How to use the Object returned from COM?

2001-11-28 Thread Flower Rose
Never mind. I solved the problem. It seems that I am completly newbie on COM Object... > > > - Original Message - > > > From: "Flower Rose" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Wednesday, November 28, 2001 11:10 > > > Subject: RE: [PHP-WIN] How to use the Ob

Re: [PHP-WIN] upload image

2001-11-28 Thread Mike Flynn
Please check a few sites to get background on this: Start here: http://www.php.net/manual/en/features.file-upload.php Then check out some tutorials: http://www.phpbuilder.com/columns/bealers2904.php3 http://www.thickbook.com/extra/php_fileupload.phtml http://www.zend.com/codex.php?id=6&single=

Re: [PHP-WIN] Adding a cc to a PHP mail script...

2001-11-28 Thread Mike Flynn
Tony.. you may want to brush up on strings in the PHP manual. http://www.php.net/manual/en/language.types.string.php The .= operator *appends* to an *existing* string.. so when you are defining a string for the first time, you must use just the plain equal sign =. After that point, you can use

[PHP-WIN] Compiling extensions on win32

2001-11-28 Thread Krokovay Károly
Hi All, I would like to compile a self-made php extension on win32. Is it true that the source C code can be compiled only with Microsoft Visual C/C++ 6.0? Thanks! Kroko -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

RE: [PHP-WIN] Website Check using PHP

2001-11-28 Thread Steven Moshier - Information Technology
I think we have a solution. Thanks a lot everyone. Steven Moshier - Information Technology (607)962-3141 Ext. 212 [EMAIL PROTECTED] -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 3:48 PM To: 'Steven Moshier - Information Technology'

RE: [PHP-WIN] Website Check using PHP

2001-11-28 Thread Ross Fleming
Hope that helps Ross -Original Message- From: Steven Moshier - Information Technology [mailto:[EMAIL PROTECTED]] Sent: 28 November 2001 20:25 To: Subject: [PHP-WIN] Website Check using PHP I am wondering if there is a way for PHP to query a file on a specific website to tes

[PHP-WIN] Website Check using PHP

2001-11-28 Thread Steven Moshier - Information Technology
I am wondering if there is a way for PHP to query a file on a specific website to test the availability of that page. What my goal is, is to check multiple websites on 2 different IIS servers. Is there a way to use any of the SNMP functions? I used the SNMP get function to check the “up” status of

[PHP-WIN] RE: binary

2001-11-28 Thread Tim Foster
As a general rule, putting files in a database can be a tedious thing. They take up tons of space, slow down the db, etc. Best to use a filesystem to keep your files, database to keep your data. (in other words, just keep the files in a directory). If you're doing it because you want to protect

RE: [PHP-WIN] REMOVE :::IMPORTANT FOR YOU

2001-11-28 Thread Steven Moshier - Information Technology
I second that... keep the spam off of here! -Original Message- From: Corn Vollney-R7019C [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 2:36 PM To: 'Zeynab'; [EMAIL PROTECTED] Subject: [PHP-WIN] REMOVE :::IMPORTANT FOR YOU Hey Jack Azz, This is a SERIOUS list for REAL pe

[PHP-WIN] REMOVE :::IMPORTANT FOR YOU

2001-11-28 Thread Corn Vollney-R7019C
Hey Jack Azz, This is a SERIOUS list for REAL people who need help with php and windows, take your SPAM and put it where the sun dont shine. Sincerely, Vman -Original Message- From: Zeynab [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 7:30 PM To: [EMAIL PROTECTED] Subj

[PHP-WIN] IMPORTANT FOR YOU

2001-11-28 Thread Zeynab
Under Bill 1618 TITLE III passed by the 105th U.S. Congress, This letter cannot be considered Spam as long as we include: Contact information & a Remove Link. If not interested in the services offered, To be removed from future mailings just reply with 'REMOVE' in the subject line. Your requ

RE: [PHP-WIN] How to use the Object returned from COM?

2001-11-28 Thread Flower Rose
Thank you for your suggestion. But it doesn't work. The line $VusersArray = $Vusers->Next($Vusers->{'Count'}); doesn't work. PHP said: == Warning: Unable to lookup next: Unknown name. in tt.php on line 8

RE: [PHP-WIN] binary

2001-11-28 Thread Svensson, B.A.T. (HKG)
>how?? RTFM... > >> --- Received from FPU.WHITES1 799 3703 28-11-01 >11:49 >> >> -> [EMAIL PROTECTED] >> -> [EMAIL PROTECTED] >> >> Use the BLOB datatype. You have to do a bit of work in uploading and >> downloading and the current effective maximum size (due to >the

[PHP-WIN] Re: binary

2001-11-28 Thread David Tod Sigafoos
On Wed, 28 Nov 2001 19:06:54 +0800, [EMAIL PROTECTED] (Brian Feliciano) wrote: >can MySql can hold a binary data? is it possible to upload an image "inside" >the database? yes >i want to upload an image, but i don't want it to be a file, i want it to be >a data in my database. is there a way i

[PHP-WIN] Cincinatti Developers?

2001-11-28 Thread Erik H. Mathy
Hey All! I might have a prospective client for someone local to the Cinci area. Being up in Wisconsin I'm just not really able to fully help him out. There will be some onsite work, so I'm out. Here's what he's looking for: Skills: NT Server setup Xitami PHP4 MySQL Experience with a web

[PHP-WIN] Getting form results and adding them to a htm file

2001-11-28 Thread Todd Williamsen
I have a WYSIWYG editor on a website so that my client can update one web page. Now the form has one text field where all the data is entered into. That text field name is "EditorValue" I created the following script to update the html page which is called "news.htm" I get the "Could not open

Re: [PHP-WIN] binary

2001-11-28 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 28-11-01 12:35 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] >>how?? What a polite way of asking for further information. http://www.mysql.com/doc/S/t/String_functions.html (Ref:LOAD_FILE) http://www.zend.com/zend/trick/tricks-sept-2

Re: [PHP-WIN] binary

2001-11-28 Thread Brian Feliciano
how?? > --- Received from FPU.WHITES1 799 3703 28-11-01 11:49 > > -> [EMAIL PROTECTED] > -> [EMAIL PROTECTED] > > Use the BLOB datatype. You have to do a bit of work in uploading and > downloading and the current effective maximum size (due to the data packet > limit i

[PHP-WIN] binary

2001-11-28 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 28-11-01 11:49 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Use the BLOB datatype. You have to do a bit of work in uploading and downloading and the current effective maximum size (due to the data packet limit in the transaction) is

php-windows Digest 28 Nov 2001 11:46:23 -0000 Issue 875

2001-11-28 Thread php-windows-digest-help
php-windows Digest 28 Nov 2001 11:46:23 - Issue 875 Topics (messages 10620 through 10624): How to use the Object returned from COM? 10620 by: Flower Rose ext/dotnet 10621 by: Richard Samar how to install PEAR under windows? 10622 by: Dino Leung Question on PHP's p

[PHP-WIN] binary

2001-11-28 Thread Brian Feliciano
can MySql can hold a binary data? is it possible to upload an image "inside" the database? i want to upload an image, but i don't want it to be a file, i want it to be a data in my database. is there a way i can deconstruct the image and place it in the database and then retrieve and reconstruct

[PHP-WIN] Question on PHP's printer capability

2001-11-28 Thread Jaime Teng
Hi, I would like to know what is PHP for Windows's printing capability. I recently realized that Perl does not have Printer capability other than dumping the text to the printer port. This isnt good as doing so, our scripts would be totally reliant on the printer's command sets. So I need to pri