[PHP-DB] PHP calling Javascript

2001-07-13 Thread Kevin Johnson
Hi. I was wondering how to call a javascript function within PHP? Any ideas of solutions. Thanks in advance. Kevin Johnson Jr. System Administrator Erogo, Inc. www.erogo.com Contact Info: Email: [EMAIL PROTECTED] Office: (714) 832- x150 Cell: (714) 454-6763 -- PHP Database Mailing

Re: [PHP-DB] Left Join is producing duplicate results - MySQL relational tables

2001-07-11 Thread Kevin Johnson
Just build the SQL statement piece by piece instead of all at once. Be sure that your tables are setup properly, allowing you to make joins properly. Try not to rush, cause you might miss a couple of little things along the way. Kevin Johnson - Original Message - From: Mike Gifford

RE: [PHP-DB] Delete file

2001-07-10 Thread Kevin Johnson
http://www.php.net/manual/en/ref.filesystem.php -Original Message- From: andRie Is [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 3:28 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Delete file Hello php-db, How to delete file using PHP ? and how to set it's permission ?

RE: [PHP-DB] TEXT fields without line breaks

2001-07-06 Thread Kevin Johnson
the database and output the data, swap your special newline chars with \n. A bit of a pain, but it works. Kevin Johnson KJ -Original Message- From: Mat Marlow [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 8:42 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] TEXT fields without line