Avatar billede frifoed Nybegynder
02. august 2001 - 16:35 Der er 8 kommentarer

Funktioner

Hello!
Jeg skal bruge en funktion der tilføjer indholdet fra en html-form til en mysql database.
håber i kan hjælpe :)
Avatar billede ztyxx Nybegynder
02. august 2001 - 16:42 #1
www.webcafe.dk har en masse om MySql, men det bedste at bruge sammen med MySql er nu en gang PHP
Avatar billede razmuz_dk Nybegynder
02. august 2001 - 16:42 #2
Dims.php ->
<?
// her forbinder du til mysql host\'en, husk at vælge en db

mysql_query(\"INSERT INTO TABELNAVN (kolonne1,kolonne2) VALUES(\'$textbox1\',\'$textbox2\')\");
?>

Et eksempel kunne være
<form action=\"dims.php\">
<textarea name=\"textbox1\"></textarea><br>
<textarea name=\"textbox2\"></textarea><br>
<input type=\"submit\">
</form>

\\\\ -> RAZ
Avatar billede frifoed Nybegynder
02. august 2001 - 16:53 #3
jo det ved jeg godt men det jeg skal bruge er en funktion altså noget i stil med:

function add(name, lastname)
{
mysql_query(\"INSERT INTO TABELNAVN (kolonne1,kolonne2) VALUES(\'$textbox1\',\'$textbox2\')\");
}

hvor name og lastname er input-boxene fra html-formen.

funktionen skal lagres i en include fil.
Avatar billede fireworld Nybegynder
03. august 2001 - 00:22 #4
function insert()
{
mysql_query(\"insert into blaah (navn) values (\'$blaah\')\");
}

$blaah = mads;
insert($blaah);

kna sq ikke huske om det er sådan... er sq lang tid siden jeg har brugt functions!

Avatar billede razmuz_dk Nybegynder
03. august 2001 - 01:49 #5
jep jep - den er korrekt! :o] ^
Avatar billede frifoed Nybegynder
03. august 2001 - 15:27 #6
hehe :)

jeg har lavet en selv, jeg kunne sgu nemlig ikke helt selv huske hvordan det gjordes den ser sådan ud:

//function for adding the affiliate
function addaffiliate ($fname, $lastname, $company, $streetname, $zipcode, $city, $country, $phone, $cellphone, $fax, $email, $contact, $author, $publisher, $rightholder)
{


    if ($contact == \'true\')
    {
    if (mysql_query(\"INSERT INTO contacts (cont_firstn, cont_lastn, cont_email, cont_adress, cont_zipcode, cont_city, cont_country, cont_company, cont_phonenb, cont_faxnb, cont_mobilenb) VALUES
                                    (\'$fname\', \'$lastname\', \'$email\', \'$streetname\', \'$zipcode\', \'$city\', \'$country\', \'$company\', \'$phone\', \'$fax\', \'$cellphone\')\"))
        {$return = \"Successfully added contact to database<br>\";} else {$return = \"Failed adding contact to database<br>\";}                                
    }
   
   
    if ($author == \'true\')
    {
    if (mysql_query(\"INSERT INTO authors (aut_firstn, aut_lastn, aut_email, aut_adress, aut_zipcode, aut_city, aut_country, aut_company, aut_phonenb, aut_faxnb, aut_mobilenb) VALUES
                                    (\'$fname\', \'$lastname\', \'$email\', \'$streetname\', \'$zipcode\', \'$city\', \'$country\', \'$company\', \'$phone\', \'$fax\', \'$cellphone\')\"))
    {$return = $return + \"Successfully added author to database<br>\";} else {$return = $return + \"Failed adding author to database<br>\";}
    }
   
    if ($publisher == \'true\')
    {
    if (mysql_query(\"INSERT INTO publishers (pub_firstn, pub_lastn, pub_email, pub_adress, pub_zipcode, pub_city, pub_country, pub_company, pub_phonenb, pub_faxnb, pub_mobilenb) VALUES
                                        (\'$fname\', \'$lastname\', \'$email\', \'$streetname\', \'$zipcode\', \'$city\', \'$country\', \'$company\', \'$phone\', \'$fax\', \'$cellphone\')\"))
    {$return = $return + \"Successfully added publisher to database<br>\";} else {$return = $return + \"Failed adding publisher to database<br>\";}
    }
   
    if ($rightholder == \'true\')
    {
    if (mysql_query(\"INSERT INTO rightsholders (right_firstn, right_lastn, right_email, right_adress, right_zipcode, right_city, right_country, right_company, right_phonenb, right_faxnb, right_mobilenb) VALUES
                                          (\'$fname\', \'$lastname\', \'$email\', \'$streetname\', \'$zipcode\', \'$city\', \'$country\', \'$company\', \'$phone\', \'$fax\', \'$cellphone\')\"))
    {$return = $return + \"Successfully added rightsholder to database\";} else {$return = $return + \"Failed adding rightsholder to database\";}
    }

} return $return;
Avatar billede safl Nybegynder
03. januar 2002 - 00:15 #7
foo
Avatar billede frifoed Nybegynder
03. januar 2002 - 00:16 #8
bar
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
Vi tilbyder markedets bedste kurser inden for webudvikling

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester