[PHP] phpMyAdmin Help

2002-11-13 Thread Pushpinder Sngh Garcha
Hi All, I am running PHP and MySQL on Jaguar Mac OS. I have setup the phpMyAdmin to run on the local host, and I also have my MySQL Database up and ready. On the main control panel of phpMyAdmin I am able to see the databases that I have created using the sheel prompt. But when I try to access

[PHP] File Upload: Help Needed

2002-11-13 Thread Pushpinder Sngh Garcha
Hi I am trying to upload a file using php. This is the code that I am using for the php script called "upload.php" if(!empty($userfile)) { //copy the file to some permanent location copy($userfile, "/upload/myfile.txt"); //destroy the file unlink($userfile); //display message echo("file uplo

[PHP] Help needed with attachments

2002-11-13 Thread Pushpinder Sngh Garcha
Hi I am using MIME to send mail (http://www.phpclasses.org/mimemessage) I need to be able to send attachments that are present on the local machine. Is there a way to send attachements without uploading then to the server ?? Thanks -pS -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] Send Attachment using Php

2002-11-12 Thread Pushpinder Sngh Garcha
Hi All I have tried to use phpmailer() to send mail with attachments but it did not werk for me. Can anyone suggest some utility to send mail with attachment. Thanks --Pushpinder Pushpinder Singh Garcha _ Web Developer -- PHP General Mailing List (http://www.

[PHP] Anyone used Phpmailer()

2002-11-06 Thread Pushpinder Sngh Garcha
Hello Everyone I am unable to send mail using the SMTP mode in phpmailer. I keep getting "Error: Could not authenticate" I am determined to find out why this keeps on happening...the mail() function works fine though. Many Thanks, -Pushpinder Pushpinder Singh Garcha _

[PHP] Help Needed with PhpMailer

2002-11-06 Thread Pushpinder Sngh Garcha
Hi , I am using PhpMailer in my mail application. I keep getting this error when I run the application "Message was not sent Mailer Error: SMTP Error: Could not authenticate" Here is the code that I am using : require("class.phpmailer.php"); //require("class.smtp.php"); $mail = new phpmailer