Re: [PHP-DB] ocinewcollection recursive call

2003-10-29 Thread Ludányi Levente
Hello! I tried to use OCINewCollection with PHP 5 beta, but I got the same results. Has anybody used this function with Oracle8i (8.1.7) on Windows? What kind of (oracle or php) settings can result this behaviour? > I'm trying to use the OCINewCollection function, but if I don't specify the 'sche

[PHP-DB] HELP, phpMyAdmin Issue

2003-10-29 Thread johnradio
novice here. Problem with phpbbMyAdmin QueryWindow.php. If I enter a query, any query, nothing happens when I click "Go". The Go button doesn't do anything. When the myadmin Query Window loads, the ie status-bar may display "Done, but with errors.". Then, if I click the text-box in the query wind

[PHP-DB] phpMyAdmin Query Window Not Working - HELP!

2003-10-29 Thread johnradio
novice here. the phpMyAdmin Query Window fails. If I enter a query, any query, nothing happens when I click "Go". The Go button doesn't do anything. querywindow.php displays the login dialog, and appears to accept my password. When the myadmin Query Window loads, the ie status-bar may display "Do

RE: [PHP-DB] Update Query

2003-10-29 Thread Hutchins, Richard
Aaron, I'll tell you right now that I don't have ANY experience creating temporary tables. None. Haven't needed to go down that road yet. So, in the true spirit of the learning process, I'm going to do what anybody else would (and should) do: Take a wild guess. And here it is: I think your proc

Re: [PHP-DB] UNSUBSCRIBE PLEASE (FW: L'utente Fabio Farinelli ha cambiato indi rizzo di posta elettronica.)

2003-10-29 Thread David T-G
Richard -- ...and then Hutchins, Richard said... % % I'm pretty sure the message says that it comes from an autoresponder and not % to respond to that e-mail. I don't speak Italian so I can't vouch for that % being an accurate translation, but that's what it looks like. I asked babelfish and it

RE: [PHP-DB] UNSUBSCRIBE PLEASE (FW: L'utente Fabio Farinelli ha cambiato indi rizzo di posta elettronica.)

2003-10-29 Thread Hutchins, Richard
I'm pretty sure the message says that it comes from an autoresponder and not to respond to that e-mail. I don't speak Italian so I can't vouch for that being an accurate translation, but that's what it looks like. > -Original Message- > From: David T-G [mailto:[EMAIL PROTECTED] > Sent: Wed

Re: [PHP-DB] UNSUBSCRIBE PLEASE (FW: L'utente Fabio Farinelli ha cambiato indi rizzo di posta elettronica.)

2003-10-29 Thread David T-G
Richard -- ...and then Hutchins, Richard said... % % Can the list admin please remove this user from the list? Every post I make % results in the reply below. % % > -Original Message- % > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ... % > Il nuovo indirizzo è: [EMAIL PROTECTED] I

[PHP-DB] UNSUBSCRIBE PLEASE (FW: L'utente Fabio Farinelli ha cambiato indi rizzo di posta elettronica.)

2003-10-29 Thread Hutchins, Richard
Can the list admin please remove this user from the list? Every post I make results in the reply below. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 29, 2003 3:14 PM > To: Hutchins, Richard > Subject: L'utente Fabio Farinelli ha cambia

RE: [PHP-DB] Update Query

2003-10-29 Thread Aaron Bryer
I did that below is the exact excerpt from the source of the web browser The My Sql Error is Query failed : You have an error in your SQL syntax near '' at line 1 I have tried entering () around the select statement but that seamed to make more errors Thanks Aaron -Original Message-

RE: [PHP-DB] Update Query

2003-10-29 Thread Hutchins, Richard
How do you know it failed? What is the mysql_error() returning to you? I'd also recommend you echo out the query to the browser window before sending it so you can see exactly what's being sent to the database. That'll help you troubleshoot SQL problems on your own. > -Original Message- >

[PHP-DB] Update Query

2003-10-29 Thread Aaron Bryer
Hello, I ma new to the list and looking for some help with the following query. insert into Temp (CompId) SELECT distinct(company_id) from Associations where product_id=9; When I exe that statement directly on the mysql command line It exe's with no problem. However when I exe that through php $

Re: [PHP-DB] Help installing phpmysearch

2003-10-29 Thread Joseph Allard
Could you be a little more explicit? I don't understand "check phpinfo()?" "Gary Every" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] But do you have php compiled --with-curl? check phpinfo(); Gary Every Sr. UNIX Administrator Ingram Entertainment (615) 287-4876 "Pay It Forwar

Re: [PHP-DB] pg_connect() problem with postgresql 7.3.4

2003-10-29 Thread Martin Marques
El Mié 29 Oct 2003 07:14, S.P.Vimala escribió: > Hi, >I have installed posgresql(serve/libs)-7.3.4 on my linux machine. It > has > httpd-2.0.40-8 > php-4.2.2-8.0.8 > php-pgsql-4.2.2-8.0.8 >Now pg_connect on my code gives me an error undefined function call. I > tried to

RE: [PHP-DB] Help installing phpmysearch

2003-10-29 Thread Gary Every
But do you have php compiled --with-curl? check phpinfo(); Gary Every Sr. UNIX Administrator Ingram Entertainment (615) 287-4876 "Pay It Forward" mailto:[EMAIL PROTECTED] http://accessingram.com > -Original Message- > From: Joseph Allard [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Oc

[PHP-DB] pg_connect() problem with postgresql 7.3.4

2003-10-29 Thread S.P.Vimala
Hi, I have installed posgresql(serve/libs)-7.3.4 on my linux machine. It has httpd-2.0.40-8 php-4.2.2-8.0.8 php-pgsql-4.2.2-8.0.8 Now pg_connect on my code gives me an error undefined function call. I tried to upgrade to php4.3. But this gives me a lot of dependencies

[PHP-DB] results from query stored in multi-dimensional array

2003-10-29 Thread Lisi
I have a bunch of categories stored in a MySQL db with their corresponding subcategories. Each subcategory has a link to its page (the categories are just headers for the home page and don't link anywhere). I need to retrieve this data, and then display it in a table three columns across - ie J