[PHP-DB] An Error on Interbase Database

2001-01-29 Thread Ahmet Bagci
We are writing a program with php that use interbase database. we have a problem. The error message is follow: ISC ERROR CODE:335544333 ISC ERROR MESSAGE: internal gds software consistency check(wrong record length(183)) ATATEMENT:

[PHP-DB] Changed database context

2001-01-29 Thread Sanders, Nicholas
Hi, Has anyone else seen 'Changed database context' error message from mssql when upgrading to php 4.04pl1. Thanks Nick -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-DB] [Oracle] magic_quotes_gpc magic_quotes_sybase ?

2001-01-29 Thread Markus Fischer
I'm using php/oracle for a short time now. I'm forced to work on server where the following configuration is used: php.ini: magic_quotes_gpc= on magic_quotes_runtime= off magic_quotes_sybase = off After my first INSERT into oracle with arbitrary returned from a post form I got

Re: [PHP-DB] insert into mysql

2001-01-29 Thread Tom Carter
On Thu, 25 Jan 2001, Darryl Friesen wrote: It still didn't work. just says unable to add part $sql = "INSERT INTO ecomm (ID,part) VALUES ('$sid','$spp')"; Another thought: Are ID and part character data of some sort? If not (i.e. if ID is an int) then remove the single

[PHP-DB] write in a database MS SQL

2001-01-29 Thread Santhyago Bueno Gallão - WebMail
Hi there, How I make to write in a database MS SQL? That is possible? Tks Santhyago -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] i need help with odbc!

2001-01-29 Thread Angel2 Gabriel Lena Valega
Emanuel.exe

[PHP-DB] Heads Up! Virus on the list?

2001-01-29 Thread Chuck Mayo
Hello all, I don't run the firewall or the virus protect at corporate, but the firewall just sent me this mail. Not being the mail admin, I'm not sure exactly what it means, but take it for what it's worth, I guess. (I removed our corp domain from the text below)

[PHP-DB] VIRUS IN i need help with odbc!

2001-01-29 Thread Chuck Mayo
Virus in this mail? Angel2 Gabriel Lena Valega wrote: -- Virus Warning Message (on the network) Found virus TROJ_NAVIDAD.E in file Emanuel.exe The file is deleted. -

Re: [PHP-DB] Getting a date out of oracle

2001-01-29 Thread Markus Fischer
On Tue, Jan 23, 2001 at 04:30:21PM +0100, Kallin Per wrote : I'm pretty new to PHP and now I got a problem with Date datatype and oracle. I can recive the date as a string with osiresult($stmt, "COLUMN_NAME") in the oracle date format (eg. '23-JAN-01') but I wold like to recive the whole

Re: [PHP-DB] moving

2001-01-29 Thread Markus Fischer
On Tue, Jan 23, 2001 at 05:13:24PM -0800, bryan wrote : I have a site where people have to pay for the pictures. He is a professional photographer and does not want people stealing his work. When they download and image, they pay for it. The problem with that is, if I have images named

Re: [PHP-DB] PHP and PROGRESS

2001-01-29 Thread Andrew Hill
Hector, OpenLink has broad support for Progress in our Multi-Tier ODBC drivers. There is a HOWTO available at http://www.iodbc.org/odbc-phpHOWTO.html and the drivers are available at http://www.openlinksw.com Best regards, Andrew -- Andrew Hill Director

[PHP-DB] how to connect mysql from local to remote server?

2001-01-29 Thread Ian
Dear Sir / Madam, I am trying to connect our US mysql database server from Malaysia server, but it isn't work. Below is my example coding:- mysql_pconnect("202.42.236.105","tester","tester"); mysql_select_db("tester"); $sql = "select * from tester"; etc. What else should I know or I miss,

[PHP-DB] newbie to db php - help

2001-01-29 Thread blinddog
I have just started using PHP and MYSQL and am having a problem placing data into my db via a PHP generated web page. To test my connectivity to the db and that I could insert data I created a php page that as soon as I loaded it on a browser connected to mysql open the particulat database

Re: [PHP-DB] Target window.

2001-01-29 Thread Beau Lebens
using javascript, you need to specify something like this; a href="javascript:opener.location.href='destination_url.html';"Banner Here/a At 03:42 AM 1/30/01 -0200, JJeffman wrote: Is there any way of load a php page into the opener window ? Here the situation : I have a page in a normal

Re: [PHP-DB] insert into mysql

2001-01-29 Thread Darryl Friesen
$sql = "INSERT INTO ecomm (ID,part) VALUES ('$sid','$spp')"; Another thought: Are ID and part character data of some sort? If not (i.e. if ID is an int) then remove the single quotes. A trivial point this, but if you insert values in ' into a mysql int column then MySQl still