Re: [PHP-DB] Re: LAMP

2004-08-02 Thread Jason Wong
On Tuesday 03 August 2004 14:14, Lester Caine wrote: > I want LAFP but LAPP seems still to be more popular on Linux. > > WHY does everybody run lemming like after MySQL. It STILL has to catch > up with the better FREE database engines ;) It depends on your needs. For simple storage of data (invol

Re: [PHP-DB] LAMP

2004-08-02 Thread Steve Davies
Hi Gav SuSE will work outta the box. Just make sure you've selected the components and Yast will configure more or less everything to work together before installing cheers Steve Gavin Amm wrote: I'd really like to find a Linux distro that is a LAMP system right out of the box. (Linux, Apache, M

[PHP-DB] Re: LAMP

2004-08-02 Thread Lester Caine
Gavin Amm wrote: I'd really like to find a Linux distro that is a LAMP system right out of the box. (Linux, Apache, MySQL, PHP) Are there any out there? Thankfully not ;) I want LAFP but LAPP seems still to be more popular on Linux. WHY does everybody run lemming like after MySQL. It STILL has to c

Re: [PHP-DB] Problem with this query?

2004-08-02 Thread John Holmes
Dylan Barber wrote: 4.0.16 Quote: Starting with MySQL 4.1, all subquery forms and operations that the SQL standard requires are supported, as well as a few features that are MySQL-specific. http://dev.mysql.com/doc/mysql/en/Subqueries.html -- John Holmes php|architect - The magazine for PHP prof

RE: [PHP-DB] Problem with this query?

2004-08-02 Thread Dylan Barber
Sorry wrong line 4.0.16 Dylan Barber www.codegalaxy.com - A webservices company DotNetNuke Portal Specialists Simple Affordable & Reliable - Web Design, and Programming > -Original Message- > From: John Holmes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 12:19 AM

RE: [PHP-DB] Problem with this query?

2004-08-02 Thread Dylan Barber
2.5.4 - the docs imply it does Dylan Barber www.codegalaxy.com - A webservices company DotNetNuke Portal Specialists Simple Affordable & Reliable - Web Design, and Programming > -Original Message- > From: John Holmes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 12:

Re: [PHP-DB] Problem with this query?

2004-08-02 Thread John Holmes
Dylan Barber wrote: Okay maybe its late or something but this should work, however I get this #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT tblVideos.PerformerID FROM tblVideos WHERE 1 =1 AND t

[PHP-DB] Problem with this query?

2004-08-02 Thread Dylan Barber
Okay maybe its late or something but this should work, however I get this #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT tblVideos.PerformerID FROM tblVideos WHERE 1 =1 AND tbl Anybody got

Re: [PHP-DB] Eval a file, and it gives parse error because it uses a preg_match statement with \$

2004-08-02 Thread John Holmes
Josh Acecool M wrote: eval("?>" . $this -> The_Template_Sys . "Can you give an example of what $this->The_Template_Sys returns that is causing the parse error? -- John Holmes php|architect - The magazine for PHP professionals - http://www.phparch.com -- PHP Database Mailing List (http://www.php.n

Re: [PHP-DB] Enabling LDAP support

2004-08-02 Thread Jason Wong
On Monday 02 August 2004 21:27, Philip Thompson wrote: > Sorry to bug you again. But I thought I would throw this out here again > and see if anyone has any input. It would be greatly appreciated. Yes, second time you post about this problem, yet ... > I am running PHP on a Windows 2000 Server,

[PHP-DB] Eval a file, and it gives parse error because it uses a preg_match statement with \$

2004-08-02 Thread Josh Acecool M
And well, this is kind of annoying aswell.. A variable isnt getting passed to the files it Evals.. Basically, its the new template engine im coding, its a class, its about 8x faster than the old method of buffering. In the class I evaluate the template, but variables from files included by the e

[PHP-DB] oop?

2004-08-02 Thread Steve Morgan
For awhile i didn't touch OOP PHP, classes etc... because people talked about how slow it was, but now i'm working on a site that has to do things the exact same on page to page, but i think that going with classes and funcitons might be better, because we have to carry a lot of data from funct

Re: [PHP-DB] LAMP

2004-08-02 Thread Steve Morgan
Almost all major Linux distros. come with Apache and PHP. I know that redhat 9 even had php/mysql. Fedora core has it too, however none of them have php 5 that i know of. Steve Gavin Amm wrote: I'd really like to find a Linux distro that is a LAMP system right out of the box. (Linux, Apache, MyS

Re: [PHP-DB] LAMP

2004-08-02 Thread jeffrey_n_Dyke
> I'd really like to find a Linux distro that is a LAMP system right out > of the box. > (Linux, Apache, MySQL, PHP) > Are there any out there? You should be able to activate all with Fedora and SuSe, from the disks. You may still have to build PHP(on FC?), but IMO you'll want to do that anyway

[PHP-DB] LAMP

2004-08-02 Thread Gavin Amm
I'd really like to find a Linux distro that is a LAMP system right out of the box. (Linux, Apache, MySQL, PHP) Are there any out there? Cheers, Gav -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: sendmail

2004-08-02 Thread Aaron Todd
Thanks to you both...Matt M. and Philip Thompson. Your suggestion of using the mail() function instead worked perfectly. Thanks again, Aaron "Aaron Todd" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > So far, I have been doing ok with PHP. I feel that I have picked it up > rath

Re: [PHP-DB] sendmail

2004-08-02 Thread Philip Thompson
Aaron, On Aug 2, 2004, at 1:31 PM, Aaron Todd wrote: So far, I have been doing ok with PHP. I feel that I have picked it up rather easily. But now I need some help. I am trying to use the sendmail functions to send data entered in a form to my email address. Currently its not working at all.

Re: [PHP-DB] sendmail

2004-08-02 Thread Matt M.
On Mon, 2 Aug 2004 14:31:49 -0400, Aaron Todd <[EMAIL PROTECTED]> wrote: > So far, I have been doing ok with PHP. I feel that I have picked it up > rather easily. But now I need some help. I am trying to use the sendmail > functions to send data entered in a form to my email address. Currently

Re: [PHP-DB] Connect to a ms access on a remote drive

2004-08-02 Thread Karen Resplendo
How about mapping a drive on the web server to the folder where the MS Access mdb is? Need to give the web user account permissions. Then all you have to do is reference the mapped drive in the path, I believe. Not sure of the security ramifications here, however. Robert Twitty <[EMAIL PROTECTE

[PHP-DB] sendmail

2004-08-02 Thread Aaron Todd
So far, I have been doing ok with PHP. I feel that I have picked it up rather easily. But now I need some help. I am trying to use the sendmail functions to send data entered in a form to my email address. Currently its not working at all. I am getting a Fatal Error: Call to undefined functi

Re: [PHP-DB] Connect to a ms access on a remote drive

2004-08-02 Thread Robert Twitty
Assuming your PHP script is located on a Win32 server, you will have to run the web server under a user account that has permission to access the remote drive. You then have to reference the MS Access database by its UNC path. -- bob On Mon, 2 Aug 2004, Paul Kain wrote: > I am aware that theres

[PHP-DB] test

2004-08-02 Thread Mubashar-Hotmail
I m new here (k)

[PHP-DB] Enabling LDAP support

2004-08-02 Thread Philip Thompson
Hi again all. Sorry to bug you again. But I thought I would throw this out here again and see if anyone has any input. It would be greatly appreciated. I am running PHP on a Windows 2000 Server, and I need to enable LDAP support. So I have viewed the

Re: [PHP-DB] Remote mysql

2004-08-02 Thread jeffrey_n_Dyke
>Okay, I am new to PHP but very good with many other scripting languages. >I use 'mysql_connect("localhost" yada yada' >to connect to a database from the domain but I want to put this code on a few sites and have it access one database >on the primary domain. >How do I write that command? I

[PHP-DB] Remote mysql

2004-08-02 Thread Dylan Barber
Okay, I am new to PHP but very good with many other scripting languages. I use 'mysql_connect("localhost" yada yada' to connect to a database from the domain but I want to put this code on a few sites and have it access one database on the primary domain. How do I write that command? I go

[PHP-DB] Connect to a ms access on a remote drive

2004-08-02 Thread Paul Kain
I am aware that theres a problem with connecting to an MS ACCESS DB on a remote drive. Anyoone how to do it correctly ? Please? :( -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Test

2004-08-02 Thread JeRRy
Date: Mon, 02 Aug 2004 10:40:31 +0400 From: "Mikhail U. Petrov" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Test test - What was the test for? ;) This list is actualy active! J Find local movie times and trailers on Yahoo! Movies. http://au.movies.yahoo.com -- PHP