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
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
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
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]
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
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
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
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
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
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,
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 - 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
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
13 matches
Mail list logo