RE: Re: [PHP-DB] HELP URGENT

2001-04-05 Thread richarda
BDY.RTF -- 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] Help! installation class redeclare error vbulletlite

2001-04-05 Thread aaron
I'm usiing vbulletlite version 1.1 on IIS 4.0 w/mysql 3.x I run the install script which creates the database, when I select to continue I receive the error. fatal error: cannot redeclare class db_sql_vb in ./db_mysql.php on line 6 I've tried stopping IIS, mysql, but nothing works. I hope you

RE: [PHP-DB] help with compiling ODBC into PHP4

2001-04-02 Thread Daevid Vincent
Okay, don't ask me how, but for whatever reason, this "partially worked": "./configure --with-openlink=/usr/local/openlink/odbcsdk --with-mysql=/usr/l ocal --with-apache=../apache" however, now I get a different error: In file included from internal_functions.c:38:

[PHP-DB] Re: [PHP] RE: [PHP-DB] help with compiling ODBC into PHP4

2001-04-02 Thread Andrew Hill
Daevid, You shouldn't need iodbc.h, just odbc.h - until I can compare what is each SDK distribution, just create a symbolic link of iodbc.h pointing to odbc.h udbcext.h is in our iODBC SDK - you should have that. Here is the linux glibc2.1.1 version:

[PHP-DB] HELP: Eporting data from mySQL with PHP

2001-03-30 Thread Mark Rosenberg
Hello, I'm trying to figure out how to get the data out of a table in a format which I can easily import into excel. I wanted to have tab delimited fields enclosed by quotes. I'm not sure how to do this? I check the mySQL doc and saw the mysqldump call but haven't found any mention of it in

RE: [PHP-DB] HELP: Eporting data from mySQL with PHP

2001-03-30 Thread Jeff Oien
Hello, I'm trying to figure out how to get the data out of a table in a format which I can easily import into excel. I wanted to have tab delimited fields enclosed by quotes. I'm not sure how to do this? I check the mySQL doc and saw the mysqldump call but haven't found any mention of

Re: [PHP-DB] help with a parse error

2001-03-28 Thread Timothy Aslat
Petra wrote: I just subsribed to this list with the hope you can help me. We can try snip echo("P Here are all the products in our database: /P:); add a " before the ; here // Request the text of all the products $result = mysql_query( "select * from products");

Re: [PHP-DB] help with a parse error

2001-03-28 Thread Doug Semig
You didn't mention if the parse error was coming from PHP or from MySQL. The PHP syntax looks okay to me at first glance (that is, a quick look through indicates that there appears to be appropriate numbers of semicolons and closing braces). So perhaps the thing issuing the parse error is MySQL?

Re: [PHP-DB] help with a parse error

2001-03-28 Thread Doug Semig
Gee...all I looked at were the semicolons and the braces (those are what I mess up on the most). I guess it's a good thing I mentioned the space in the endif! It turns out that if you use that syntax, you cannot have a space there. Doug At 01:19 PM 3/29/01 +0930, Timothy Aslat wrote: Petra

[PHP-DB] Help Export Excel to MySQL database

2001-03-27 Thread John
how to export the text files to Msql database ? My database now in Excel format. what type of file should I saved I will insert the file in MySQL -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP-DB] Help?

2001-03-25 Thread Phil Jackson
Perhaps the quote marks within quote marks? PHP,as is javascript, very particular.. Try: echo "Name: $row['user_id'].'br\n"; or some such. or echo "Name".$row[user_id]."br\n"; It's the quote marks within that are playing havoc.. Phil J. Chris Hall wrote: I keep getting this error on a little

Re: [PHP-DB] Help?

2001-03-25 Thread Felix Kronlage
On Mon, Mar 26, 2001 at 09:24:38PM -0800, Chris Hall wrote: Parse error: parse error, expecting `','' or `';'' in f:\inetpub\wwwroot\forums\index.php on line 38 line 38 would be: echo "Name: "$row["user_id"]."br\n"; ^^ missing a '.' there. either this way echo "Name:

[PHP-DB] Help with displaying rest of page after MySQL error

2001-03-16 Thread Chris Vargas
This has to be a basic question but I can't find it answered anywhere; I'm probably not searching for the right words or something. I have a page that inserts some MySQL search results in the middle of the page. My web hosting provider's MySQL uptime is spotty. I'd like the rest of the page to

Re: [PHP-DB] Help with displaying rest of page after MySQL error

2001-03-16 Thread Stuart J. Browne
My first line of PHP code (embedded in HTML) has: $db = mysql_connect("x","y","z") or die("saysomethinghere"); If I have a connection problem, it does print the "die" message and the connection error, but it also stops the page right there: no more HTML is displayed. Well, you've

Re: [PHP-DB] Help w/ displaying return vals

2001-03-15 Thread Russ Michell
Ryan: The followoing error message: Warning: Supplied argument is not a valid MySQL result resource means that a php function hasn't been supplied witht the correct number of arguments. Try the following: $link = mysql_connect("host","yourusername","yourpassword") or die("Died at

Re: [PHP-DB] Help w/ displaying return vals

2001-03-14 Thread JJeffman
2001 19:47 Assunto: [PHP-DB] Help w/ displaying return vals Here's my php program, I think $result never gets assigned a value, staying null or whatever. $link = mysql_connect("host"); mysql_select_db("dbname"); $result = mysql_query ("SELECT * FROM table")

[PHP-DB] help on modifications / subscribe / unsubscribe script

2001-03-10 Thread Marc Bragg
Am using the following subscribe/unsubscribe script with great success, but it does not have all the functionality I would like. Any one have any ideas on how to: 1. open in a java window, and once info is put, and person is subscribed, java window closes and a selected http page comes up? 2.

RE: [PHP-DB] help on modifications / subscribe / unsubscribe script

2001-03-10 Thread Cal Evans
6 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] help on modifications / subscribe / unsubscribe script Am using the following subscribe/unsubscribe script with great success, but it does not have all the functionality I would like. Any one have any ideas on how to: 1. open in a java window, and on

[PHP-DB] Help! Want to unsubscribe!

2001-03-09 Thread Kevin Connolly
Hi, I am trying to unsubscribe from this mailing list (I keep going over my allotted space on the mail server!) but can't seem to do it! I have gone to the remove link on the phpbuilder web page (twice) but still the mails arrive! Anybody know how to unsubscribe? Thanks to everyone who has

[PHP-DB] Help ! MySQL Problem

2001-03-08 Thread Rosen
Hi, I'm using MySQL database and I try: " insert into roubr('id','pos','name') values ( select id,pos,name from requestroubr) " and it don't work ! Please help! Rosen Marinov -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DB] Help ! MySQL Problem

2001-03-08 Thread karakedi
ok you must get your variables like row1, row2 etc from anywherelse then try this format too insert them at your db mysql_connect("localhost","username","password") or die ("cant connect database"); @mysql_select_db("databasename") or die("cant connect database"); mysql_query("INSERT INTO

Re: [PHP-DB] Help ! MySQL Problem

2001-03-08 Thread Rosen
Thanks, but it doesn't work ! "Brinzoi Constantin Aurelian" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Thu, 8 Mar 2001, Rosen wrote: Hi, I'm using MySQL database and I try: " insert into roubr('id','pos','name') values ( select id,pos,name from

[PHP-DB] HELP :CAN PHP SUPPORT BARCODE ?

2001-03-01 Thread ±i®p»Ê
Hi: Sir! I maked Our school's E-library system in winter vaction ,and I ran into the " making Barcode " problem. Could any one help me and tell me how : Can PHP4 output Barcode or Can PHP4 create any Barcode ? or Is there any function can support Barcode output and print? thanks,

RE: [PHP-DB] help can please some1 help me?

2001-03-01 Thread Michael Rudel
To: PHP db Subject: [PHP-DB] help can please some1 help me? Hello all, i am making a php scrip that needs to convert special caracters html code and i've done a function to do that the prob is that this only work to the or caracteres and not the all the other special caracaters like

[PHP-DB] HELP!!! Troubles with Oracle

2001-02-22 Thread Fernando Ferreras
Please, I´m having a big problem to bring cursor from Oracle. I have no troubles using statics queries, but when i use dynamic queries (dbms_sql) with array occurs the follow error mensage: Warning: failed to rollback outstanding transactions!: ORA-01041: internal error. hostdef

[PHP-DB] Help :)

2001-02-19 Thread Fusion
Hey can somone show me how to make something to list all files in a directory spedified ? fread?

[PHP-DB] help with PHP and mysql

2001-02-12 Thread Flaherty, James
I have redhat 7.0 with mysql loaded on my box I use myphpadmin and I get this response Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in db.php on line 60 Warning: MySQL: A link to the server could not be established in

[PHP-DB] Help Me!

2001-01-31 Thread Sridhar Ranganathan
Hi Netlanders I have just undertaken a web site construction project. It is a devshed like site that serves articles on various topics. I am using LAMP - Linux/Apache/MySQL/PHP 4. I have a table that contains info about each article. I think I have three options...(or do I have more that I

[PHP-DB] Help with loop

2001-01-25 Thread Robert
Why does this spit out the same part over and over until it times out? I have 2 tables in the same database 1: bruindba ---Parts database specific_p Part Number manufactur ---Manufacturer package ---Package in 2: ecomm

RE: [PHP-DB] Help with loop

2001-01-25 Thread Mark Newnham
To: [EMAIL PROTECTED] Subject: [PHP-DB] Help with loop Why does this spit out the same part over and over until it times out? I have 2 tables in the same database 1: bruindba ---Parts database specific_p Part Number manufactur ---Manufacturer

Re: [PHP-DB] Help with loop

2001-01-25 Thread Robert
Thanks a million, works great now. - Original Message - From: "Mark Newnham" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 1:41 PM Subject: RE: [PHP-DB] Help with loop $res = mysql_query("SELECT * FROM ecomm where ID ='$sid'",$db))

[PHP-DB] HELP ! Connect to MySQL

2001-01-17 Thread Rosen
Hi, When I try to connect to MySQL server i get error code "10060" ! Please HELP! -- 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] Help - removal of trailing zeros from double integer field

2001-01-17 Thread ravi
Dear friends, I am accessing MySQL database using apache and php. I have to display a double integer field without trailing zeros. The number of digits after the decimal point varies. I have tried searching the archive and did not get any previous questions. Kindly help me in this regard.

<    1   2   3   4   5   6