[PHP-WIN] Convert number to letters

2001-12-03 Thread Mad Nas
Hi all How can convert number to letters in PHP? ( for example 254=two handres and fifty four ) Thanks for help Mad Nas -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administ

RE: [PHP-WIN] MYSQL and PHP

2001-12-03 Thread Svensson, B.A.T. (HKG)
First of all, this is not an php question. Second of all, if the second insert fails, the only think I can think of, regarding the information you gave, is that u_id is a "not null" field, that is you must supply a value for this field. -Original Message- From: Jordan Arendt To: [EMAIL P

[PHP-WIN] PHP 4/MS Sql Server

2001-12-03 Thread Louis Romestant
I've been doing this: , , ); mssql_select_db( , $cn); ?> And it works like a dream on servers over which I have control. My ISP supports PHP4 (on Windows) and Ms Sql Server. They setup a db for me which I can connect to using Enterprise Manager. No matter how I cast mssql_connect(), thought,

[PHP-WIN] IIS snmp address?

2001-12-03 Thread Josh Seward
Does anyone have a link for setting up SNMP on IIS w/ PHP? I need the mail functions to work! Thanks,

php-windows Digest 3 Dec 2001 22:03:11 -0000 Issue 883

2001-12-03 Thread php-windows-digest-help
php-windows Digest 3 Dec 2001 22:03:11 - Issue 883 Topics (messages 10696 through 10712): Re: File upload 10696 by: Christian Sandfeld 10697 by: Samba Sidibeh 10698 by: Samba Sidibeh 10699 by: Keith Whyman checkdnsrr() 10700 by: Jos van der Vleuten

[PHP-WIN] IIS help

2001-12-03 Thread Conover, Ryan
I know this is a php forum, but I am not sure where to go. Anyone know of a good site on IIS other than Microsoft's junk. I am trying to use directory security on win2k IIS 5 machine using the NTFS permissions. For some reason the only account that can get access to view anything page on the si

[PHP-WIN] Re: MYSQL and PHP

2001-12-03 Thread Jordan Arendt
This was fixed. I needed to use the update statement instead of insert. Jordan "Jordan Arendt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I'm struggling with some php code. I'm trying to insert some info into a > mysql DB. I beleive I'm failin

[PHP-WIN] PHP 4.0.6 on Apache 2.0.28

2001-12-03 Thread Alek Andreev
Hi! I installed Apache 2.0.28 and tried to install PHP 4.0.6 on it, but it said it "can't find the php4apache.dll module". (It worked fine on Apache 1.3.x) What should I do? Is there a special module for apache 2 and where can I get it? _ Regards, Alek Andreev [EMAIL PROTECTED] Homepa

Re: [PHP-WIN] checkdnsrr()

2001-12-03 Thread Alan Brown
I did spend some time fixing up the bindlib_w32 some months back (in preparation for just this fix) - but I never did check in any changes to the PHP code (mostly beacuse I did not know who manages the bindlib_w32 code stored on the PHP.net web server). And I have to say that I did not bother with

[PHP-WIN] File Upload Question

2001-12-03 Thread epankoke
I am trying to create a script that will allow a user to upload images. For some reason the server requires both the write and execute properties on the directory to be set in order for the image to uploaded and displayed. I don't understand why the execute method needs to be set, since I don

[PHP-WIN] MYSQL and PHP

2001-12-03 Thread Jordan Arendt
Hi, I'm struggling with some php code. I'm trying to insert some info into a mysql DB. I beleive I'm failing on the SQL statement, specifically the WHERE syntax. Can anyone help? bypass = 0 --confirmed $i = 0 works and inserts into the DB. $i=1 works, but doesn't insert into DB.

RE: [PHP-WIN] installation php4.0.6 on IIS 5.0 with Win 2000 Server

2001-12-03 Thread Christian Sandfeld
I don't know of an actual manual, but I find that the instructions included with the Windows binary are quite easy to follow. First, you need to ensure that you have a WEB server running (with Win2000 that would typically be IIS 5.0). Try opening your browser and enter http://localhost/ as the UR

[PHP-WIN] Administration

2001-12-03 Thread Samba Sidibeh
This might be a basic questions (I don't know) and it's actually about apache and not php but I'm not afraid to make an ass out of myself so here goes nothing (but if you think I'm out of line please stop reading here). How does one create accounts under apache and change permissions to files. It

RE: [PHP-WIN] Header() redirect

2001-12-03 Thread Christian Sandfeld
I too use sessions with header() redirects, with out the warnings. I too would think that the problem is some spaces or line breaks before your mailto:[EMAIL PROTECTED]] Sent: 30. november 2001 11:51 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Header() redirect Is there another function that does

RE: [PHP-WIN] PHP Bulletin Board - How it works...

2001-12-03 Thread Christian Sandfeld
Assuming all you want is a good BBS to run at your site, there are very qualified Open Source bulletin boards readily available on the WEB at no charge. One such BBS is phpBB wich is located at www.phpbb.com. If on the other hand you want to learn how to make your own BBS I second what Mr. Svenss

RE: [PHP-WIN] checkdnsrr()

2001-12-03 Thread Christian Sandfeld
Unfortunately you can't. According to the manual on php.net that function is not available on the windows platform (http://www.php.net/manual/en/function.checkdnsrr.php) Rgds, Christian -Original Message- From: Jos van der Vleuten [mailto:[EMAIL PROTECTED]] Sent: 3. december 2001 15:30

[PHP-WIN] images library on Win2000

2001-12-03 Thread Afan Pasalic
Hi all, How is a library installed on Win2000? I have downloaded the binaries for t1lib but can't get them to work. Thanks for any help! Afan

[PHP-WIN] checkdnsrr()

2001-12-03 Thread Jos van der Vleuten
On win32 when i call the checkdnsrr() function i receive the following error: Warning: checkdnsrr() is not supported in this PHP build in C:\apache\htdocs\wol\test.php on line 7 How do i resolve this problem? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

Re: [PHP-WIN] File upload

2001-12-03 Thread Keith Whyman
has your folder got the correct CHMOD settings ? Now I'm getting a warning. "../www': Permission denied in ../www/test.phtml on line 24" /Samba - Original Message - From: "Samba Sidibeh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 11:12 AM Subject: Re:

Re: [PHP-WIN] File upload

2001-12-03 Thread Samba Sidibeh
Now I'm getting a warning. "../www': Permission denied in ../www/test.phtml on line 24" /Samba - Original Message - From: "Samba Sidibeh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 11:12 AM Subject: Re: [PHP-WIN] File upload No - safe_mode = Off. But I

Re: [PHP-WIN] File upload

2001-12-03 Thread Samba Sidibeh
No - safe_mode = Off. But I thaught it had something to do with register_globals or track_vars in the php.ini file but now I have turned on register_globals so that shouldn't be an issue anymore. - Original Message - From: "Christian Sandfeld" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

RE: [PHP-WIN] File upload

2001-12-03 Thread Christian Sandfeld
Without knowing for sure I would imagine that the PHP installation on the server is running in safe mode (look for the "safe_mode" var in your php.ini). Brgds, Christian -Original Message- From: Samba Sidibeh [mailto:[EMAIL PROTECTED]] Sent: 3. december 2001 10:50 To: [EMAIL PROTECTED]

php-windows Digest 3 Dec 2001 09:51:33 -0000 Issue 882

2001-12-03 Thread php-windows-digest-help
php-windows Digest 3 Dec 2001 09:51:33 - Issue 882 Topics (messages 10691 through 10695): Posting data to a web page 10691 by: Paul J. Smith 10693 by: Svensson, B.A.T. (HKG) 4800 Would you like to lose weight while you sleep? 5060017 10692

[PHP-WIN] File upload

2001-12-03 Thread Samba Sidibeh
Hi I'm trying to learn how to do file upload and I am using the example shown on php.net's manual (http://www.php.net/manual/en/features.file-upload.php): Send this file: ...for the client and: ..for the server side. No matter how I do it I always get the response "Possible file upload