Ga naar inhoud

Php in html


Aanbevolen berichten

Hallo allemaal.\r\nIk wil voor mijn website een inlog en registreer systeem gebruiken. Dat heb ik van internet gehaald en werkt allemaal prima op zich. Maar het lukt mij niet om het in mijn webpagina verwerkt te krijgen.\r\nDit is de code van mijn webpagina (in html):\r\n[code]\r\n\r\n\r\n\r\n Untitled\r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
HIER MOET HET LOG IN GEDEELTE KOMEN Hallo
\r\n
\r\n\r\n\r\n[/code]\r\nEn dit is het log in gedeelte (in php)\r\n[php]\r\nid);\r\n $status = htmlspecialchars($row->state);\r\n $dbpass = htmlspecialchars($row->password);\r\n $actief = htmlspecialchars($row->active);\r\n if($dbpass == $_COOKIE[\'user_password\'] AND $actief == 1) {\r\n $_SESSION[\'user_id\'] = $id;\r\n $_SESSION[\'user_status\'] = $status;\r\n ?>\r\n \r\n password);\r\n $userpass = md5($_POST[\'pass\']);\r\n $cookiepass = htmlspecialchars($row->cookie_pass);\r\n $userid = htmlspecialchars($row->id);\r\n $userstatus = htmlspecialchars($row->state);\r\n $useractief = htmlspecialchars($row->active);\r\n if($dbpass == $userpass) {\r\n if($useractief == 1) {\r\n $_SESSION[\'user_id\'] = $userid;\r\n $_SESSION[\'user_status\'] = $userstatus;\r\n if($_POST[\'cookie\'] == \"do\") {\r\n if($cookiepass == \"\") {\r\n $cookiecode = mt_srand((double)microtime()*100000);\r\n while(strlen($cookiecode) <= 10) {\r\n $i = chr(mt_rand (0,255));\r\n if(eregi(\"^[a-z0-9]$\", $i)) {\r\n $cookiecode = $cookiecode.$i;\r\n }\r\n }\r\n $sql = \"UPDATE `\".$db_tbl.\"` SET cookie_pass = \'\".$cookiecode.\"\' WHERE name = \'\".$_POST[\'user\'].\"\' LIMIT 1\";\r\n mysql_query($sql);\r\n $cookiepass = $cookiecode;\r\n }\r\n setcookie(\"cookie_id\", $userid, time() + 365 * 86400);\r\n setcookie(\"cookie_pass\", $cookiepass, time() + 365 * 86400);\r\n }\r\n echo $loginsucces;\r\n ?> \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\" />
\r\n \">\r\n \r\n \r\n[/php]\r\nHeeft iemand een idee hoe ik het login gedeelte in de pagina kan krijgen?\r\nVoorbeeld van de login is te zien op [url]http://phptestje.freehostia.com/login.php[/url]\r\nAlvast bedankt,\r\nMeAndI
Link naar reactie

Om een reactie te plaatsen, moet je eerst inloggen

Gast
Reageer op dit topic

×   Geplakt als verrijkte tekst.   Herstel opmaak

  Er zijn maximaal 75 emoji toegestaan.

×   Je link werd automatisch ingevoegd.   Tonen als normale link

×   Je vorige inhoud werd hersteld.   Leeg de tekstverwerker

×   Je kunt afbeeldingen niet direct plakken. Upload of voeg afbeeldingen vanaf een URL in

×
×
  • Nieuwe aanmaken...