User Profile

Collapse

Profile Sidebar

Collapse
vaigundaraja
vaigundaraja
Last Activity: Mar 10 '12, 05:54 PM
Joined: Mar 8 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vaigundaraja
    started a topic registration form
    in PHP

    registration form

    *************er ror************ ***

    ( ! ) Notice: Undefined index: doRegister in C:\wamp\www\reg ister.php on line 21

    ( ! ) Notice: Undefined index: recaptcha_chall enge_field in C:\wamp\www\reg ister.php on line 38

    ( ! ) Notice: Undefined index: recaptcha_respo nse_field in C:\wamp\www\reg ister.php on line 39

    *************en d of error********** **********
    Code:
    <?php
    ...
    See more | Go to post

  • vaigundaraja
    started a topic login authendication
    in PHP

    login authendication

    *************er ror************ *************** *****


    ( ! ) Parse error: syntax error, unexpected T_STRING in C:\wamp\www\log in.php on line 19

    *************** *******end of error********** *******

    Code:
    
    <?php
    
    //Database Information
    
    $dbhost = "localhost";
    $dbname = "test";
    $dbuser = "username";
    $dbpass
    ...
    See more | Go to post

  • vaigundaraja
    started a topic Uploading files into a MySQL database using PHP
    in PHP

    Uploading files into a MySQL database using PHP

    Code:
    <?php
    //Database Information
    
    $dbhost = "localhost";
    $dbname = "test";
    $dbuser = "username";
    $dbpass = "";
    
    //Connect to database
    
    $dbLink = new mysqli ( $dbhost, $dbuser, $dbpass,$dbname)or die("Could not connect: ".mysql_error(
     
    // Query for a list of all existing files
    $sql = 'SELECT `id`,
    ...
    See more | Go to post
No activity results to display
Show More
Working...