Re: [PHP-DB] Call to undefined function: mysql_pconnect()

2001-04-10 Thread Bruno
Hello, Here's the code : if (DB_PCONNECT == true) { $connectfunc = "mysql_pconnect"; } else { $connectfunc = "mysql_connect";

Re: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Rick St Jean
Where else should someone post something like this? I think that more appropriately if should be on the php-general list but this is php related. I would not be hearing you complain if he said that he was posting the code for free. BTW all the open source carts out there really suck. I guess

Re: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Rick St Jean
Where else should someone post something like this? NOT cause it's SPAM. spam (spm) n. Unsolicited e-mail, often of a commercial nature, sent indiscriminately to multiple mailing lists, individuals, or newsgroups; junk e-mail. This obviously was not sent to a hundred addresses

[PHP-DB] Re: Help please

2001-04-10 Thread Dan Fitzpatrick
I assume that the username field is text. You need to add single quotes around the field. $validate = mysql_query("SELECT username, user_password FROM users WHERE username='".$uname."'",$db); OR simply: $validate = mysql_query("SELECT username, user_password FROM users WHERE

RE: [PHP-DB] Robust OO Shopping Cart 4 sale - oh dear

2001-04-10 Thread Rick St Jean
i've just read the rest of the mails and must admit i am more than dismayed. the shopping cart is SIMPLE, and if you can be bothered is easy to set up and code. That is if you know how to develop. It is easy for a developer. but most people who want a store are not developers. store want.

RE: [PHP-DB] Back up database - UNIX-docs

2001-04-10 Thread Bart A. Verbeek
Hello, Interesting discussion... I've been fiddling with cron for a while now, but can't get it to work as I would. Do you know a good website where Unix is explained? I've been looking around on the internet but can't find a website that describes Unix from the ground up... I'm just a

[PHP-DB] link_identifier in mysql_query

2001-04-10 Thread Johannes Janson
Hi, just a theoretical question: is it neccessary/useful/good to specify the link_identifer for a query if I include an ypplication file where the link is opened in every file. quote: If link_identifier isn't specified, the last opened link is assumed. If no link is open, the function tries to

RE: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Bart A. Verbeek
Just looked at the shopping-cart-website... Where is this e-maillink for more info?? ORIGINAL Hello all, PHP\MySQL shopping cart for sale www.firegarden.com/cart/ still under development (good price if you buy now). Top notch OO coding garenteed. go to firegarden.com and click the email link

RE: [PHP-DB] Back up database - UNIX-docs

2001-04-10 Thread Bart A. Verbeek
Thanx.. I'll have a look at it mzl Bart -Oorspronkelijk bericht- Van: Martin Cabrera Diaubalick [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag 10 april 2001 10:57 Aan: [EMAIL PROTECTED] Onderwerp: RE: [PHP-DB] Back up database - UNIX-docs Try this Web Page

RE: [PHP-DB] Help please

2001-04-10 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]

Re: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread B. van Ouwerkerk
This obviously was not sent to a hundred addresses indiscriminantly and is related to the nature of the list. therefore is not SPAM. I'm still considering it SPAM. Perhaps not by the definition you use but it's ment to sell a product.. else, but they are not well designed or have what

RE: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread B. van Ouwerkerk
At 11:17 10-4-01 +0200, Bart A. Verbeek wrote: Just looked at the shopping-cart-website... Where is this e-maillink for more info?? Do yourself a favor. Take a look at www.fishcart.org it's free.. Bye, B. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Rick St Jean
This obviously was not sent to a hundred addresses indiscriminantly and is related to the nature of the list. therefore is not SPAM. I'm still considering it SPAM. Perhaps not by the definition you use but it's ment to sell a product.. This is dead. By dictionary definition... it is not

RE: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Rick St Jean
If you are looking for something that is free goto http://www.phpshop.org/ by http://www.edikon.com/ This is the best free product that I could find. At 11:18 AM 4/10/01 +0200, B. van Ouwerkerk wrote: At 11:17 10-4-01 +0200, Bart A. Verbeek wrote: Just looked at the shopping-cart-website...

[PHP-DB] SQL help

2001-04-10 Thread Russ Michell
Hi there folks, I have a small prob regarding SQL on MySQL 3.22.32 using php4.0.3pl1 : I want to select DISTINCT sports from one table WHERE a username and a password match a username and a password in another table - not sure how to construct my query. In an ideal world it's gonna look

Re: [PHP-DB] SQL help

2001-04-10 Thread Renze Munnik
Russ Michell wrote: Hi there folks, I have a small prob regarding SQL on MySQL 3.22.32 using php4.0.3pl1 : I want to select DISTINCT sports from one table WHERE a username and a password match a username and a password in another table - not sure how to construct my query. In an ideal

Re: [PHP-DB] SQL help

2001-04-10 Thread Russ Michell
Sweet!! Many thanks! Russ #---# "Believe nothing - consider everything" "Web Developers do it on-the-fly." Russ Michell

Re: [PHP-DB] Re: Help please

2001-04-10 Thread webmaster
I assume that the username field is text. You need to add single quotes around the field. $validate = mysql_query("SELECT username, user_password FROM users WHERE username='".$uname."'",$db); Actually, it did help, and it didn't ;p It would seem there is a scoping issue with the $db

Re: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Rick St Jean
At 12:23 PM 4/10/01 +0200, B. van Ouwerkerk wrote: It is defined by how it can satisfy the needs of a customer. And I am saying that do it better then any open source product which competes with ours. You seem to be fixated on the fact that I am attacking the open source movement. I am

RE: [PHP-DB] Robust OO Shopping Cart 4 sale - oh please ....

2001-04-10 Thread Steve Brett
the wonderful thing about open source is that generally you are speaking to people that are FAR more qualified and FAR cleverer. you remind me a lot of someone (and i can name a lot of developers) who has something and is convinced that they are immediately superior because of this 'something'

Re: RE: [PHP-DB] Robust OO Shopping Cart 4 sale -ohmygod

2001-04-10 Thread Russ Michell
Okay boys easy now - let's just get on with what we know best eh?? - developing. Russ #---# "Believe nothing - consider everything" "Web Developers do it on-the-fly."

RE: RE: [PHP-DB] Robust OO Shopping Cart 4 sale -ohmygod

2001-04-10 Thread Rubanowicz, Lisa
My sentiments exactly - go find a PHP chat room to argue in!! Lisa -Original Message- From: Russ Michell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 1:00 PM To: Steve Brett Cc: [EMAIL PROTECTED]; Rick St Jean Subject: Re: RE: [PHP-DB] Robust OO Shopping Cart 4 sale -ohmygod

Re: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread B. van Ouwerkerk
No that is not what I said. If you go back and read I have been referring to merchants. I know that the company I work for has outstanding support. They are an exception. But if a company doesn't give you what you want go somewhere else. The only disadvantage: they already got my money.

RE: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Steve Brett
apologies to the group. B. i completely agree with what you say. -Original Message- From: B. van Ouwerkerk [mailto:[EMAIL PROTECTED]] Sent: 10 April 2001 13:08 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Robust OO Shopping Cart 4 sale No that is not what I said. If you go

Re: [PHP-DB] Re: PostgreSQL versus MySQL

2001-04-10 Thread Bob Hall
Doug, There's something wrong here. This is the internet, we're disagreeing, but we're not flaming each other. If we keep this up, they'll revoke all our software licenses because of our noncompliant behavior. Hi Bob! That would make a very interesting study. Attempting to come up with a

RE: [PHP-DB] Re: PostgreSQL versus MySQL

2001-04-10 Thread Steve Brett
I'm rooting for PostgreSQL to become the open source app that ate Oracle. MySQL will never be capable of that, but I don't think it needs to be. There will always be a niche for small, quirky apps that have just enough functionality to get the job done and keep the learning curve

Re: [PHP-DB] Back up database - UNIX-docs

2001-04-10 Thread Larry Hotchkiss
Unix from the ground up, thats a toughie. I work with many flavors of unix (AIX, HP UX, Solaris, Linux Red Hat primarily) and I can tell you that there are some significant differences in all of them. There are of course many similarities as well. If I had to recommend something, I would

[PHP-DB] pb in compilation of PHP 4 with oracle

2001-04-10 Thread Sebastien Pétré
hi everybody, i'm trying to compile php version 4.0.4pl1 on solaris 2.6 (CPU X86) in executable cgi-bin file for using with Apache serveur and Oracle 8.05 client acces. when i try this : ./configure --with-oracle=/opt/oracle805 the file debug.log contain then some undefined symbol : "#more

Re: [PHP-DB] checkbox checking..

2001-04-10 Thread Russ Michell
Thank Johannes!! I'll give that a go! Cheers - Russ #---# "Believe nothing - consider everything" "Web Developers do it on-the-fly."

[PHP-DB] inserting data in SQL Server 2000

2001-04-10 Thread Lucio Stoco
Hi, i´m from Brazil... I would like to know how can i insert a file in a database. First i uploaded the file, second i read the file and put it in a string. After, i created a 'TEXT' field type. I tried to insert... but just was inserted a piece of file. Thanks for your attention... -- PHP

RE: [PHP-DB] Does anyone know, or is it even possible

2001-04-10 Thread Brian Grayless
Okay, I have to jump in here because I've been having the same problem and have not found a solution. .htaccess is great for stuff like that, but how the heck do you integrate .htaccess into your User Authentication system so it uses the same login screen and authentication information? I don't

Re: [PHP-DB] images

2001-04-10 Thread Ron Brogden
At 11:48 AM 4/10/2001 -0800, bryan wrote: Maybe there is a way to use .htaccess more appropriately, but, this site allows guest / non-members, to buy something. Once they buy something, they are given a username of email, and password (they choose). If they log back in, they should have access

[PHP-DB] Building a Shopping Cart

2001-04-10 Thread Matt Braynard
I'm trying to build a shopping cart and am unsure of how to track what each visitor has purchased as they shop. How do I track what items they add as they move through the online catalog adding things and then checkout. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-DB] Building a Shopping Cart

2001-04-10 Thread Ron Brogden
At 03:17 PM 4/10/2001 -0400, Matt Braynard wrote: I'm trying to build a shopping cart and am unsure of how to track what each visitor has purchased as they shop. How do I track what items they add as they move through the online catalog adding things and then checkout. Make a table that

[PHP-DB] Setting Berkeley DB as default database

2001-04-10 Thread Candy
Hi I would like to access the index files created by a program called Perlfect (perlfect.com) that are said to be in Berkeley database format. My PHP installation however has This is GDBM version 1.8.0 I have searched the web for advice on this, and only really found one place that talks about

RE: [PHP-DB] Call to undefined function: mysql_pconnect()

2001-04-10 Thread Rick Emery
I had this same problem. You require not only PHP and MySQL, but there is another RPM (if using RedHat) that links the two. I don't remember it off the top of my head, but it is entitle something like "php-mysql.rpm" or "mysql-php.rpm". -Original Message- From: Bruno [mailto:[EMAIL

[PHP-DB] PHP4 to PHP3 problem

2001-04-10 Thread Rob Griffiths
I have a simple little corporate phonebook app that I developed in PHP4/mySQL, but our work department is only running PHP3 (and they want to leave it that way, for fear of breaking other PHP apps ... sigh). Anyway, the following code snippet produces this error message when I run it in

Re: [PHP-DB] A Real PHP problem for a change...

2001-04-10 Thread Rasmus Lerdorf
That said, (Now on to actual PHP) I've noticed (in my own scripting) and a few other problems posted here quite a bit of confusion with PHP's single ' and double " quotes. Reading the material I was led to believe that ' ' outputs exactly what is in the quotes and " " outputs variables