[PHP-WIN] mssql functions not working properly

2002-07-22 Thread David Elliott
Greetings All, I posted this on Friday but now I have cut it down to make it readable and stand alone W2K server MS SQL 2000 PHP 4.2.1 (in CGI mode) I have a valid bit of SQL, but PHP does not correctly run it below is bit of code ==8<==

php-windows Digest 22 Jul 2002 08:01:32 -0000 Issue 1251

2002-07-22 Thread php-windows-digest-help
php-windows Digest 22 Jul 2002 08:01:32 - Issue 1251 Topics (messages 14864 through 14866): Re: Oracle or OCI8 14864 by: Lung 14865 by: Thies C. Arntzen mssql functions not working properly 14866 by: David Elliott Administrivia: To subscribe to the digest, e-mail:

[PHP-WIN] PHP 4.1.1, Win98 and ODBC

2002-07-22 Thread Duncan Stiphout
Does anybody know what's causing the following problem? our multiplatform application (all Windows 9x and higher, and MacOSX) uses PHP 4.1.1. On all platforms is works well, expect from Windows 98. The message "A required .DLL file, ODBC32.DLL, was not found." appears. I know it is a known probl

[PHP-WIN] Re: PHP 4.1.1, Win98 and ODBC

2002-07-22 Thread Duncan Stiphout
Small amplification: the PHP documentation says that ODBC support is built in so the DLL should not be needed. And my application requires no ODBC support. Duncan Duncan Stiphout wrote in message <[EMAIL PROTECTED]>... >Does anybody know what's causing the following problem? > >our multiplatfor

[PHP-WIN] Re: mssql functions not working properly

2002-07-22 Thread David Elliott
Hail David On 22 July 2002 at 08:59:37 +0100 (which was 08:59 where I live) David Elliott emanated these words of wisdom > I have a valid bit of SQL, but PHP does not correctly run it I forgot to say that I get this error. Warning: mssql_fetch_row(): supplied argument is not a valid MS SQL-res

[PHP-WIN] Array of parameters

2002-07-22 Thread Sandeep Murphy
Hi, Am relatively new to PHP and wud appreciate if anyone can help me out... My URL using the GET method reads as following.. http://feedback.php?date=10-11-2001&policy_codes=1&cbox=on&desc=&policy_codes=9&cbox=on&desc=b&temp=tp Now, I have to insert the data into an MySQL table but am

[PHP-WIN] Re: Array of parameters

2002-07-22 Thread Evan
try this: use square brackets as follow: policy_codes[] Then in $_GET["policy_codes"] you'll have an array Hope this helps, Evan "Sandeep Murphy" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Am relatively new to PHP and wud appreciate if any

[PHP-WIN] Re: error compiling example-extension

2002-07-22 Thread Brian Huff
First of all, we almost never respond to individuals, we always reply to the list. I only CCed you in case you are unaware of that. We do this mostly because then everybody can benefit from the exchange. If you dont read the newsgroups for a response, dont expect to ever get an answer. Sec

[PHP-WIN] Uploading files.

2002-07-22 Thread Kit Kerbel
I'm having a problem uploading files with php to an nt4 server. Can anyone outline a general method for uploading a jpeg/gif to a specified folder. Thanks in advance. Kit _ Chat with friends online, try MSN Messenger: http://me

[PHP-WIN] SQL question...

2002-07-22 Thread Mircea Goia
Hi, Which is the difference between these two SQL querys? ~~~ SELECT * FROM despre WHERE id=1 and SELECT * FROM `despre` WHERE id=1 ~~~ What it's the use of these apostrophes `` in the second SQL? Thanks, Mircea -- Mircea Goia Web Developer and web design team coordinator http://www.dee

[PHP-WIN] Re: SQL question...

2002-07-22 Thread George Nicolae
In mySQL only the first query work. Be more explicit. -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Mircea Goia" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > Which is th

[PHP-WIN] Re: PHP + Access + SQL Help!

2002-07-22 Thread George Nicolae
try addcslashes(string str, string charlist). -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Dewey Williams" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > I am new to PHP but not programming. I hav

[PHP-WIN] phpnuke

2002-07-22 Thread Wayne A. Darby
I am new to php and am trying to implement a chat client that is based in php. I am using MySQL, APACHE, & PHPNUKE and I can type in the address and hit my site just fine. When I try to click on a link I recieve the error message "Cannot view this page directly". Is there anyone that can help me

php-windows Digest 22 Jul 2002 20:20:52 -0000 Issue 1252

2002-07-22 Thread php-windows-digest-help
php-windows Digest 22 Jul 2002 20:20:52 - Issue 1252 Topics (messages 14867 through 14877): PHP 4.1.1, Win98 and ODBC 14867 by: Duncan Stiphout 14868 by: Duncan Stiphout Re: mssql functions not working properly 14869 by: David Elliott Array of parameters 14

[PHP-WIN] php.ini

2002-07-22 Thread Wayne A. Darby
Is there some quirky setting in the php.ini file that needs to be changed in order to write to a mysql database? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] uploading

2002-07-22 Thread Kit Kerbel
Setup: php4.2.1 on NT4 server trying to upload file using copy function getting this error: Warning: Unable to open 'C:\Documents and Settings\kkerbel\TODO.txt' for reading: No such file or directory in D:\Inetpub\wwwroot3\testupload.php on line 24 any ideas? Kit __

Re: [PHP-WIN] Re: "weeks" via date function

2002-07-22 Thread Nicola Delbono
Search google with the word "date_calc" it's a class. You can do almost everything about dates *** REPLY SEPARATOR *** On 19/07/2002 at 13.41 Scott Hurring wrote: >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> Hello everyone, >> >> I have a question concerning how to determi

Re: [PHP-WIN] Exec

2002-07-22 Thread charlesk
The file I am trying to execute can be executed by Everyone. This command works when I specify the local server and it does not work when I specify a different server. The dnscmd.exe works for both local and remote servers when run from a command line. Charles -- Original Message

Re: [PHP-WIN] phpnuke

2002-07-22 Thread Bryan Carbonnell
On 22 Jul 2002 at 15:11, Wayne A. Darby wrote: > I am new to php and am trying to implement a chat client that is based > in php. I am using MySQL, APACHE, & PHPNUKE and I can type in the > address and hit my site just fine. When I try to click on a link I > recieve the error message "Cannot view

RE: [PHP-WIN] phpnuke

2002-07-22 Thread Peter
> On 22 Jul 2002 at 15:11, Wayne A. Darby wrote: > > > I am new to php and am trying to implement a chat client that is based > > in php. I am using MySQL, APACHE, & PHPNUKE and I can type in the > > address and hit my site just fine. When I try to click on a link I > > recieve the error message

[PHP-WIN] Newbie Question

2002-07-22 Thread Kit Kerbel
Why do you have to use backslashes in a file path? (i.e. c:\\upload) Also, is there any way to avoid doing this, or is it just the php way. Kit _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- PHP Wind

RE: [PHP-WIN] Newbie Question

2002-07-22 Thread Vail, Warren
Actually it's the "windows way". One of those valuable innovations that makes windows software a leader in technology. Figuring out which is which, keeps many people employed... hope you don't mind sarcasm... Warren Vail Tools, Metrics & Quality Processes -Original Message- From: Kit

[PHP-WIN] help with popup windows

2002-07-22 Thread admin
Can anyone tell me how to incorporate a JavaScript code for a link to a popup window, that will house a javascript chat... and have that link inside a table cell/row...in php? how do i do this...I'm going nuts trying to figure it out. <*** http://www.myispnet.net ***> Administrator My IS

Re: [PHP-WIN] Re: "weeks" via date function

2002-07-22 Thread Wolfgang Schneider
On Mon, 22 Jul 2002 23:06:47 +0200, Nicola Delbono wrote: >Search google with the word "date_calc" >it's a class. You can do almost everything about dates Dear Nicola thank you very much for your note and helpful hint ! Knowing what to search for in search engines does help :-) ! God bless you