I m totally new to php and mysql i got the following error
connectivity error in mysql due to authentication protocol
i have instaled mysql 4.1 and php 4.1 but still i get this error so can anyone hellp me solve this problem.
User Profile
Collapse
-
connectivity error in mysql
-
I m totally new to php i just started to check the connectivity option of php with mysql.The code is given below
<?php
$db = mysql_connect(" localhost", "root","dipal") ;
mysql_select_db ("employee",$db );
$result = mysql_query("SE LECT * FROM emp",$db);
printf("First Name: %s<br>\n", mysql_result($r esult,0,"name") );
?>... -
connect to mysql database
i want to connect the mysql database but i got following error
Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\Dipal\PHP\fi rst.php on line 9 -
Actually i want to send the newsletter to visitor of my site who enter their email id on my site.And i have also keep email link on my site for both i have used mailto.I have done this using mailto and i get the outlook express screnn also but when i click on send at that time i got the error that method post is not allowed for that shall i have to configure the outlook express...Leave a comment:
-
send email using javascript
i want to sen email using javascript but its not working using mailto
No activity results to display
Show More
Leave a comment: