php-windows Digest 1 Jul 2003 00:13:30 -0000 Issue 1802

2003-06-30 Thread php-windows-digest-help
php-windows Digest 1 Jul 2003 00:13:30 - Issue 1802 Topics (messages 20625 through 20634): A simple test file duplicated in 2 directories, behaving differently! 20625 by: P Problem with Insert with ODBC 20626 by: Veselina Jecheva 20627 by: Svensson, B.A.T. (HKG) Con

[PHP-WIN] web will not SUB, so I will try here

2003-06-30 Thread phpWalter
It seems the web page is not letting me subscribe, so I figured I'd try this route. phpWalter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Using ODBC in PHP to connect to a sql server

2003-06-30 Thread Harpreet
Does anyone know of a nice artical that explains how I connect to a sql server using odbc connection in my PHP pages. I use mssql_connect right now and it works fine. I would like to use odbc instead to connect. Any help is appreciated. Thanks, Regards, Harpreet Kaur -- PHP Windows Mailing L

Re: [PHP-WIN] authenticating with SQL Server 2000

2003-06-30 Thread Micah Montoya
Want to thank everyone for there comments. I was able to get it connected. Now it looks as if I have some syntax errors to work out. No biggy though. Again, thanks for all your help. - Original Message - From: "Frank M. Kromann" <[EMAIL PROTECTED]> To: "Micah Montoy" <[EMAIL PROTECTED]

Re: [PHP-WIN] SQLyog 3.51 Released

2003-06-30 Thread Stephen
Interesting idea, but do you think many people will pay the money when they is already a high quality php - mysql interface available (phpMyAdmin). http://www.phpmyadmin.net/ Stephen - Original Message - From: "Karam Chand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June

[PHP-WIN] SQLyog 3.51 Released

2003-06-30 Thread Karam Chand
SQLyog v3.51 - The definitive Windows Front End for MySQL, has been released. SQLyog is a superfast, compact and easy to use Front End for MySQL. Some of the new features added in SQLyog 3.51 are - -- Complete support for MySQL 4.1. -- Improved SQL Editor. -- Improved ODBC Import Tool. -- BLOB

[PHP-WIN] php-cli.exe with ?variable=blah

2003-06-30 Thread Tommy Le
What is the command line for running php.exe with like this.. page.php?filterid=blah&sname=3 i want to include filterid=blah&sname=3 but it doesn't work for windows. and one more question Do i have to use php-cli.exe instead of php.exe? I'm using PHP 4.2.3 I'm doing this for Window Scheduled Task

[PHP-WIN] Connecting PHP to Jetty...

2003-06-30 Thread Rodrigo Reyes
Hi all Has someone been able to have PHP connected to Jetty? Thanx... Rodrigo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Problem with Insert with ODBC

2003-06-30 Thread Svensson, B.A.T. (HKG)
You ought to test for an error in your "error detection" not for an return value on the execute of an SQL query. > -Original Message- > From: Veselina Jecheva [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 3:19 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Problem with Insert wi

[PHP-WIN] Problem with Insert with ODBC

2003-06-30 Thread Veselina Jecheva
Hello, I've got the following problem: the following line prints "Error" all the time: $link = odbc_connect("conference","",""); $query="insert into participants (name, surname, family, degree, work_place, speaker, listener, topic, title, co_author, aspekt, comp, proektor, video, date15,

[PHP-WIN] A simple test file duplicated in 2 directories, behaving differently!

2003-06-30 Thread P
A simple test file duplicated in 2 directories, behaving differently! A simple test file with the php command and nothing else is placed in two subdirectories of the MyWebs folder which has been set as localhost and Document root for the apache server . It works in one as expected but not in the o

php-windows Digest 30 Jun 2003 09:49:54 -0000 Issue 1801

2003-06-30 Thread php-windows-digest-help
php-windows Digest 30 Jun 2003 09:49:54 - Issue 1801 Topics (messages 20614 through 20624): Re: Survey question of sorts - "editors" and "development environments" have been generically mentioned in various emails to this list ... I'm interested in 20614 by: Luis Ferro 20617

Re: [PHP-WIN] PHP help

2003-06-30 Thread Seung Hwan Kang
i found some mistakes here! if register_globals = Off in php.ini $query="INSERT INTO login VALUES (" . $_POST['login'] . ")"; if register_globals = On in php.ini $query="INSERT INTO login VALUES (" . $login . ")"; Rodel D. Bautista wrote: Sir, kindly try these lines: 1) $query="INSERT INTO login