[PHP] errors when included functions call functions

2001-02-01 Thread Charlie Llewellin
Can someone explain to me why this does not work... All pages on my site ?require? header and footer files... the header file calls an ?include? to config.inc and functions.inc I have a function to connect to the db in functions.inc, that many other functions and includes use. All works

Re: [PHP] Unusual error.

2001-07-20 Thread Charlie Llewellin
Does the MySQL user have permission to execute this query on the new table? line 14 is $result = mysql_db_query... I've never encountered this, and it only happens when I change the table it's supposed to look into for the data. Using the old table, it's fine, The new table, it gives me the

Re: [PHP] Run a script for 20minutes

2001-02-12 Thread Charlie Llewellin
If you don't want to run the script from the command line you can use ignore_user_abort with set_time_limit(?) in the script to allow you to close the browser and let it do its thing. I have PHP3 and MySQL on Win98 and am trying to run a script that loops through a file making process and it

Re: [PHP] $PHP_SELF in Netscape PART 2

2001-02-14 Thread Charlie Llewellin
A comma works when you use echo. Is there any reason why this is a bad idea? Charlie Llewellin - Original Message - From: "John Vanderbeck" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 9:11 AM Subject: Re: [PHP] $PHP_SELF in Netscape PART

Re: [PHP] ereg problem

2001-02-14 Thread Charlie Llewellin
the - needs to be immediately after the [ to include that character. Otherwise it is a range indicator. Charlie - Original Message - From: "CC Zona" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 12:56 PM Subject: Re: [PHP] ereg problem In article [EMAIL

Re: [PHP] validating an e-mail address entry

2001-02-16 Thread Charlie Llewellin
Or ,as has been mentioned before, use the Manuel Lemos email validation class which will attempt to verify that the address can recieve mail. - Original Message - From: "Don" [EMAIL PROTECTED] To: "php list" [EMAIL PROTECTED] Sent: Friday, February 16, 2001 9:50 AM Subject: [PHP]

Re: [PHP] Change dir mode to writable for uploading..

2001-02-26 Thread Charlie Llewellin
Another neat trick is to use ftp to upload, avoiding the need to change permssions. - Original Message - From: "Dhaval Desai" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 24, 2001 12:25 AM Subject: [PHP] Change dir mode to writable for uploading.. Hi! I have

Re: [PHP] Commercial sites that use PHP

2001-04-10 Thread Charlie Llewellin
www.texasmonthly.com is the site I manage.. converted to php over the last year -- PHP General 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] Geeklog or phpSlash?

2001-04-12 Thread Charlie Llewellin
I'm setting up a slashdot style site using PHP, and am looking for recommendations for ready-to-use packages, such as geeklog and PhpSlash. Has anybody used either of these, got any comments, or suggestions for other software. TIA, Charlie -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Geeklog or phpSlash?

2001-04-12 Thread Charlie Llewellin
Yes, this looks very good, thanks for the recommendation - Original Message - phpnuke would be my recommendation www.phpnuke.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] Geeklog or phpSlash?

2001-04-12 Thread Charlie Llewellin
By the way, I am having problems with the javascripts that are enabled by default with PHPNuke.. I'm going to disable them for now until I can figure out what is wrong. Charlie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP] Want to send email in html format

2001-04-24 Thread Charlie Llewellin
One fairly easy way is to use Richard Heyes html mail class available at phpclasses.upperdesign.com I am working on a newsletter module. What I want to know is that how can we send a newsletter via email to all the subscribers in html format with images in the htm too??? -- PHP