[PHP-WIN] Trying to understand this OCI8 example

2001-02-20 Thread clever
Hi, basically OCIFetchStatement fetches the complete results of your SELECT into an array. Suppose you have the following SQL: SELECT firstname, lastname, emp_id from employees now your $results array will look like this: $results["firstname"][0]="Florian" $results["lastname"][0] = "Clever" $resu

[PHP-WIN]php4 + mysql character problems

2001-02-20 Thread Franky Lau
i get a problem when using php4 under window, when i change the mysql default-character-set to big5, i get a warning message: Warning: MySQL Connection Failed: Can't initialize character set 1 (path: default) in XXX.php on line XX But this only happen in php4, it work fine when i switch to php3.

php-windows Digest 20 Feb 2001 23:00:29 -0000 Issue 455

2001-02-20 Thread php-windows-digest-help
php-windows Digest 20 Feb 2001 23:00:29 - Issue 455 Topics (messages 5647 through 5667): Fwd 5647 by: Taylor Silvers unlink() problem with PHP 5648 by: Mihai Matei 5653 by: Asendorf, John PHP4 and MS Access 5649 by: Glenn 5650 by: Darvin Andrioli

[PHP-WIN] Simple Fail-Safe E-Business Opportunity!

2001-02-20 Thread dbcarolina
Does a "Self-Run" Business interest you? CASH IN on a virtual Money Machine! Let the World's First Online Recruiter help build your group! FREE Marketing Tools (Self-Replicating Web Pages, Autoresponders, Fax-On-Demand, ...) bring you the EASIEST plan to achieve wealth. Tap into the speed/power

[PHP-WIN] Re: Problems with Apache 1.3.17, PHP 4.0.4pl1 and Netscape 6

2001-02-20 Thread Wayne Dunkel
I tried to repeat the problem on my machine. I am running apache 1.3.14, PHP 4.0.3pl1 and netscape 6 on win98se. First off, the module for PHP 4.0.4pl1 doesn't work on my computer at all, so I reverted to 4.0.3pl1. The same problem occured as described when running apache and then trying to loa

[PHP-WIN] Trying to understand this example

2001-02-20 Thread Asendorf, John
I yanked this example off of the annotated manual and I'm trying to figure out how/why one of the statements works... The example puts all of the results from an Oracle select statement in to a table. I can make it work, but I want to customize it. Unfortunately I think I may just be too inexpe

Re: [PHP-WIN] Problems with Apache 1.3.17, PHP 4.0.4pl1 and Netscape 6

2001-02-20 Thread William Stockall
How, exactly, do I go about modifying someone else's bug report without being one of the developers? I can't seem to find any way to do it. >I placed a bug report some weeks ago at bugs.php.net, stating this >problem, related but not limited to a few applications that wouldn't >start until apach

Re: [PHP-WIN] crash cause ... ?

2001-02-20 Thread Gonzalo Vera
What DB are you using (if any)? Gonzalo. > Hi, > I have test environment with PHP 403sp1 (CGI) running on Apache 1.3.14 on a > low end (133mhz, 32mb RAM) Pentium with Windows 98. For some reason the > whole set up seems very unstable, and PHP causes general protection faults > consistantly wit

RE: [PHP-WIN] Processing form data

2001-02-20 Thread Asendorf, John
You need to change your form action... needs to become OR change username.php to Processform.php see the problem? - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-363

Re: [PHP-WIN] Graphics version of PHP4 for Windows?

2001-02-20 Thread Yoann Chevalier
Take a look at this site : www.php4win.de Yoann. - Original Message - From: "Bill Maki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Subject: [PHP-WIN] Graphics version of PHP4 for Windows? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP-WIN] PHP4 and MS Access

2001-02-20 Thread Yoann Chevalier
If you really need the WHERE clause you have to use a request with an UPDATE. Something like this : $result = odbc_exec($connect, "UPDATE content SET ingress='$tblIngress', text='$tblText' WHERE id = 1"); Yoann. - Original Message - From: "Glenn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

RE: [PHP-WIN] PHP4 and MS Access

2001-02-20 Thread Gregory_Griffiths
Update syntax is : UPDATE SET =,= etc > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 20 February 2001 14:27 > To: griffiths, gregory d. /here > Subject: RE: [PHP-WIN] PHP4 and MS Access > > > Hallo! > > OK > But I must update a record in the tabe

[PHP-WIN] DNS question

2001-02-20 Thread Richard
Does anyone do any configuring of a DNS server with php? If so, what server do you use? I am currently using bind 4.x on my NT 4 server with IIS. To add a new domain, you create a new .host file with the appropriate records in it (a, mx, etc) and then add that .host file to the named.boot file.

[PHP-WIN] Graphics version of PHP4 for Windows?

2001-02-20 Thread Bill Maki
The documentation at www.php.net says to compile php with the GD library to get the graphics functions to work, and our Unix folks have done that. But I do development on my Windows desktop. Is there a version of php.exe (v. 4.x) that has the graphics compiled into it? If so, where? Thanks,

[PHP-WIN] Re:[PHP-WIN] Processing form data

2001-02-20 Thread patrik . lindstrom
Thats because the will submit data to Processform.php and NOT to username.php Reply Separator Subject:[PHP-WIN] Processing form data Author: PC:[EMAIL PROTECTED] Date: 2001-02-20 15:24 Hello friends. I am new to php4 which I am running on a

[PHP-WIN] Processing form data

2001-02-20 Thread Denis L. Menezes
Hello friends. I am new to php4 which I am running on an intel machine with NT4 sp6 and IIS4. I have 2 forms name.php and username.php When I run the name.php, and click "submit data" button, the username.php does not appear. I have both the files in the same directory which is c:\inetpub\wwwroo

FW: [PHP-WIN] PHP4 and MS Access

2001-02-20 Thread Gregory_Griffiths
You don't need a WHERE clause on an insert -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: 20 February 2001 13:08 > > To: [EMAIL PROTECTED] > > Subject: [PHP-WIN] PHP4 and MS Access > > > > > > Hallo! > > I try to make an insert statment but get a ER

RE: [PHP-WIN] unlink() problem with PHP

2001-02-20 Thread Asendorf, John
You might want to double check your unlink line... unlink( "D:/must/use/forward/slashes.txt" ); Also, try creating a file with PHP (via upload) and then see if you can delete it. - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEAT

RE: [PHP-WIN] Failed opening - NT4 SP6a, O'Reilly WebSite Pro 2.5, PHP4

2001-02-20 Thread Doug Brewer
include works like this: if your include_path starts with ".", any document with an "include" in it looks in it's own directory for the included file. if it doesn't find it, it looks for the next entry in include_path and looks there. If it can't find it anywhere, you get the error you're seeing.

RE: [PHP-WIN] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-20 Thread Asendorf, John
Please post the script so that we can look at it. - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aut insanit homo, aut versus facit > -Original Message- > From:

RE: [PHP-WIN] PHP4 and MS Access

2001-02-20 Thread Darvin Andrioli
Check the contents of '$tblIngress' and '$tblText', some characters , such as ' , may give you this error . Darvin -Original Message- From: Glenn [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 2:08 PM To: [EMAIL PROTECTED] Subject:[PHP-WIN] PHP4 and MS Access

[PHP-WIN] PHP4 and MS Access

2001-02-20 Thread Glenn
Hallo! I try to make an insert statment but get a ERROR msg, It looks like this Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement., SQL state 37000 in SQLExecDirect in my insert statment look like this: /* run insert */ $result = odbc_exec($co

[PHP-WIN] unlink() problem with PHP

2001-02-20 Thread Mihai Matei
Hy everybody. I am using PHP4.01 as CGI on IIS . The OS is NT. I am trying to erase some file using unlink() from a directory with access rights corectly set (read/write/execute). The error message i get is "unlink() is not supported under this build of PHP" (or something like this...). I

[PHP-WIN] Fwd

2001-02-20 Thread Taylor Silvers
Dear Friends & Future Millionaire: AS SEEN ON NATIONAL TV: ''Making over half million dollars every 4 to 5 months from your home for an investment of only $25 U.S. Dollars expense one time'' BE A MILLIONAIRE LIKE OTHERS WITHIN A YEAR!!! Before you say ''Bull'', please read the following. This

php-windows Digest 20 Feb 2001 09:16:58 -0000 Issue 454

2001-02-20 Thread php-windows-digest-help
php-windows Digest 20 Feb 2001 09:16:58 - Issue 454 Topics (messages 5638 through 5646): Re: Apache, PHP on win 98 5638 by: Charlie Turner 5640 by: Daniel Beulshausen Non-response/hang problem with W2K,Apache,PHP 5639 by: Mayo, Bill Problems with Apache 1.3.17, PHP

[PHP-WIN] WEALTH ON THE WEB!

2001-02-20 Thread Noel Hadfield
Get a FREE copy of the exciting 48-page booklet "Inside Secrets to Wealth on the Web". Just hit Reply and send a blank message with "Inside Secrets" on the Subject line. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail