[PHP-WIN] Re: copy() for file upload

2003-02-27 Thread Wayne
the copy $FILE_name var needs to be $NAME-OF-FIELD_name [that should return the proper thing] (i think) this is a php script i use to upload some avatar (image) files etc maybe it will help - <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROT

[PHP-WIN] Re: Include virtual?

2003-02-27 Thread Wayne
include("filedir/file.php"); this will work with full or virtual paths :) "Charles P. Killmer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] For those familiar with asp does php have something similar to the include virtual? I don't want to have to use the full system path to in

[PHP-WIN] does any one now about curl

2003-02-27 Thread freeman
If anyone on here has used curl on thier server i would appreciate some help on installing or a good link to some install docs. Thanks

[PHP-WIN] =at wit's end with GD Libraries=

2003-02-27 Thread Anthony Ritter
I want to thank those who tried to help with my questions about using the GD libraries. I still have not gotten them to function using PHP. I've put two screenhots of the phpinfo() page at: www.gonefishingguideservice.com/php_page.htm If you care to take a look at those images, you'll see that

php-windows Digest 28 Feb 2003 01:16:27 -0000 Issue 1609

2003-02-27 Thread php-windows-digest-help
php-windows Digest 28 Feb 2003 01:16:27 - Issue 1609 Topics (messages 18729 through 18747): connecting to oracle on a win system 18729 by: Arthur Radulescu Re: newbie: installing php_gd 18730 by: Uttam encryption/decryption with RSA 1024 keys 18731 by: Arthur Radule

RE: [PHP-WIN] file write issues...

2003-02-27 Thread Chris Kranz
Nevermind... Apparently I'm a total retard :p The coding error was in my calling $argv[0] thinking it'd be what I passed to my batch file, but infact it is the actual file being run. The argument I wanted was $argv[1]. This meant that nothing was being read, and so the script was attempting to wri

[PHP-WIN] different question

2003-02-27 Thread freeman
anybody in here now of a good java list for java programs. Thanks in addition.

RE: [PHP-WIN] newbie: hidding form data

2003-02-27 Thread Rich Gray
Edward This is client-side stuff - i.e. JavaScript... PHP is server side. Rich > -Original Message- > From: Edward David [mailto:[EMAIL PROTECTED] > Sent: 26 February 2003 11:52 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] newbie: hidding form data > > > Hi, > > I am trying to create a

[PHP-WIN] destroying COM objects

2003-02-27 Thread Sterling Anderson
I've been using the COM functionality in PHP but I cannot set a way to destroy the objects. If I were using ASP I'd just set OBJECT = nothing. Is there some sort of equivalent in PHP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] newbie: hidding form data

2003-02-27 Thread Edward David
Hi, I am trying to create a form that has checkboxes displayed. If the box is checked then show below the checkbox input items related to the parent checkbox. If the user has not entered his name then do not display the submit button. Can this be done using PHP 4.3.1 under Windows and IIS. Pls. h

[PHP-WIN] newbie: dynamic forms

2003-02-27 Thread Edward David
Hi, I am trying to create a form that has checkboxes displayed. If the box is checked then show below the checkbox input items related to the parent checkbox. If the user has not entered his name then do not display the submit button. Can this be done using PHP 4.3.1 under Windows and IIS. Pls. h

[PHP-WIN] newbie: Dynamic forms

2003-02-27 Thread Edward David
"Edward David" <[EMAIL PROTECTED]> wrote in message news:... > Hi, > > I am trying to create a form that has checkboxes displayed. > If the box is checked then show below the checkbox input items related to > the parent checkbox. > If the user has not entered his name then do not display the submi

[PHP-WIN] newbie: Dynamic forms

2003-02-27 Thread Edward David
Hi, I am trying to create a form that has checkboxes displayed. If the box is checked then show below the checkbox input items related to the parent checkbox. If the user has not entered his name then do not display the submit button. Can this be done using PHP 4.3.1 under Windows and IIS. Pls. h

RE: [PHP-WIN] Problem with extensions w2k/IIS PHP4.3.0

2003-02-27 Thread Charles P. Killmer
Make sure ntwdblib.dll is in the windows directory. Charles Killmer -Original Message- From: Joshua Groboski [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Problem with extensions w2k/IIS PHP4.3.0 I seem to be unable to trac

[PHP-WIN] Problem with extensions w2k/IIS PHP4.3.0

2003-02-27 Thread Joshua Groboski
I seem to be unable to track down my problem. In my php.ini I have set extension_dir = c:\php\extensions I confirmed that the dll files are there and adequately permissioned (everyone has full control). When I enable extension=php_mssql.dll my webserver hangs. What am I missing. Thanks in adva

[PHP-WIN] erealloc() bug?

2003-02-27 Thread Jan Reilink
Hello group, After spending over 2 hours of searching on Google and finding only "old" bugs (like http://bugs.php.net/bug.php?id=10238), I try my luck here :) Please bear with me, this is my first posting here and I don't really know which information you require to answer my question(s). One

[PHP-WIN] Re: Having problems connection PHP to MSSQL2000

2003-02-27 Thread Michael Power
Did you enable the appropriate extension? If so have to given the IUSR_XXX (PHP) user permission to access/execute? Do phpinfo() to see if MSSQL is enabled... Cheers Mike -- Michael Power Software Developer Concentrix Limited ___ Helping you strengthen your

[PHP-WIN] Having problems connection PHP to MSSQL2000

2003-02-27 Thread A. Mikkelsen
Hi. I'm just installed the last PHP version on a WIN2k server with MSSQL2000. And i tried to connect to MSSQL with the following code: But I keep getting the same error. Fatal error: Call to undefined function: mssql_connect() in D:\Licens\php\main.php on line 6 Can anybody help me ??

[PHP-WIN] Re: Send mail

2003-02-27 Thread Alejandro Trujillo J.
could be a small think but are you checked the php.ini config?? the code looks good, meabe is the mail server config in the php.ini -- Alejandro Trujillo J. Cube Systems LTDA. web : csltda.com Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- PHP Windows Mailing List

RE: [PHP-WIN] encryption/decryption with RSA 1024 keys

2003-02-27 Thread Svensson, B.A.T. (HKG)
> Hello! > > I need some help in using the encryption/decryption algorithm with RSA 1024 > keys > I have some strings that I need to encrypt with the a public key that I > already have and also be able to decrypt them in the asme manner. > > Can any one help me on this matter? Please point me to

Re: [PHP-WIN] Duplicate entry removal

2003-02-27 Thread Michael Power
Depends if you want records with the same -MM-DD (my example) or (your example). After re-reading the original post it appears he only wants results as per your query, oops :) Cheers Mike > -Original Message- > From: Uttam [mailto:[EMAIL PROTECTED] > > isn't it better to just: >

[PHP-WIN] encryption/decryption with RSA 1024 keys

2003-02-27 Thread Arthur Radulescu
Hello! I need some help in using the encryption/decryption algorithm with RSA 1024 keys I have some strings that I need to encrypt with the a public key that I already have and also be able to decrypt them in the asme manner. Can any one help me on this matter? Please point me to any documentati

RE: [PHP-WIN] newbie: installing php_gd

2003-02-27 Thread Uttam
someone in this list earlier suggested that the '~' character has mysterious behavious in php.ini, i.e. rest of file after any '~' character is ignored. I see this character in your php.ini, just see if removing this helps. another idea coming to me is to rename the 'extensions' directory to <8 ch

[PHP-WIN] connecting to oracle on a win system

2003-02-27 Thread Arthur Radulescu
Hello! Can anyone tell me what should I do to connect to an oracle database on a windows system (both PHP and Oracle are found on the same system). Right now I am connecting trough ODBC and it works fine but I canot use some of the native php functions for working with oracle. Thankx, Arthur -

php-windows Digest 27 Feb 2003 11:00:41 -0000 Issue 1608

2003-02-27 Thread php-windows-digest-help
php-windows Digest 27 Feb 2003 11:00:41 - Issue 1608 Topics (messages 18722 through 18728): Re: Is ASP.NET faster than php? 18722 by: Steve Yates files 18723 by: Aidal Re: not serving css styles?, css not showing up on local dev box 18724 by: Per Lundberg Re: html2

RE: [PHP-WIN] Duplicate entry removal

2003-02-27 Thread Uttam
isn't it better to just: SELECT DISTINCT YEAR() FROM ; regds, -Original Message- From: Michael Power [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 17:10 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Duplicate entry removal Better yet define the required dataset with SQL

Re: [PHP-WIN] newbie: installing php_gd

2003-02-27 Thread Michael Power
Try "C:\php4\extensions" i.e. add the dbl quotation marks. Cheers Mike > "Anthony Ritter" > Rich, > On MS Win 98 / Apache / PHP 4 > > If somebody out there using Win can check my php.ini file and advise me what > I'm doing wrong. > > I have uncommented: > .. > extension=php_gd.dll >

[PHP-WIN] Re: html2pdf on windows?

2003-02-27 Thread Michael Power
You could always try a slightly more complicated approach... I used to use the Adobe Post Script Printer Driver (free from www.adobe.com) via VB6 and MSOffice (i.e. VBA to select correct printer and print) to create a post script file. I think you should be able to do the same with PHP=>COM funct

[PHP-WIN] Re: html2pdf on windows?

2003-02-27 Thread Aidal
I know this wasn't exactly what you asked for, but I had a lot of trouble myself finding somthing to create pdf on-the-fly for applications running on a WinBox. After spending much time and efford trying to find this, with no luck I may add, I bought a copy of HTMLDOC. This application comes in a p

Re: [PHP-WIN] not serving css styles?, css not showing up on localdev box

2003-02-27 Thread Per Lundberg
On Wed, 2003-02-26 at 22:36, Beach, Jim wrote: > My default browser for development is Mozilla but the same problem > occurs when I try it with IE6. That makes me think it's an Apache config > thing. > > Does anyone have an idea? The only thing that pops up in my mind is that it could be a bad MI