Results 1 to 2 of 2

Thread: mysql insert thingy wont work

Threaded View

  1. #1

    Thread Starter
    Fanatic Member nabeels786's Avatar
    Join Date
    Jul 2001
    Location
    New York
    Posts
    919

    mysql insert thingy wont work

    PHP Code:
            $link mysql_connect("localhost""fragblast""mypass");

            
    mysql_select_db("fragblast");

            
    $sql "insert into articles(name,email,gamename,system,link,ss1,ss2,ss3) values ('$name','$email','$gamename','$system','$path','$ss1','$ss2', '$ss3')";

            
    $result mysql_query($sql);

             
    // Closing connection
             
    mysql_close($link); 

    it doesnt give any errors, but when i check the table, theres nothing in there.

    any ideas? im fairly new to mysql

    thanks
    Last edited by nabeels786; Mar 20th, 2002 at 03:05 PM.
    Visit www.fragblast.com
    Gaming, forums, and a online RPG/Battle system




    (__Flagg) DOT NET? is this a Hindi Dating service?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width