[PHP-DB] Test

2004-08-02 Thread Mikhail U. Petrov
test -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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] 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

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] 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 http://us3.php.net/manual/en/ref.ldap.php

[PHP-DB] test

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

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] 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

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

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 its

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.

[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 rather

[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

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

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,

[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

[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

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,

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

[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

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

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:19

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