User Profile

Collapse

Profile Sidebar

Collapse
dipal
dipal
Last Activity: Feb 14 '07, 09:01 AM
Joined: Dec 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dipal
    started a topic connectivity error in mysql
    in PHP

    connectivity error in mysql

    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.
    See more | Go to post

  • dipal
    replied to connect to mysql database
    in PHP
    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") );
    ?>...
    See more | Go to post

    Leave a comment:


  • dipal
    started a topic connect to mysql database
    in PHP

    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
    See more | Go to post

  • dipal
    replied to send email using javascript
    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...
    See more | Go to post

    Leave a comment:


  • dipal
    started a topic send email using javascript

    send email using javascript

    i want to sen email using javascript but its not working using mailto
    See more | Go to post
No activity results to display
Show More
Working...