User Profile

Collapse

Profile Sidebar

Collapse
Rhys.Mataira
Rhys.Mataira
Last Activity: Jun 23 '06, 02:19 PM
Joined: Jun 11 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rhys.Mataira
    replied to My code doesnt work :(
    in PHP
    code will not work again!

    My code will not work again, i only started codeing php about 2 days ago, so sorry for my posts.

    The code was working but i must of changed something and now it wont work. Help would be greatly apperciated

    <?php
    $login = "false";
    if ($_POST['pass']=="pass" && $_POST['user']=="user") {
    print "success";...
    See more | Go to post

    Leave a comment:


  • Rhys.Mataira
    replied to My code doesnt work :(
    in PHP
    I figured it out as i posted :| very sorry

    if statements were not correct
    See more | Go to post

    Leave a comment:


  • Rhys.Mataira
    started a topic My code doesnt work :(
    in PHP

    My code doesnt work :(

    My code will not show up anything at all on the screen can someone guide me why this would be?


    <?php
    $pagetitle="Log in";
    If (!$_POST['pass']) or (!$_POST['user']) {
    echo"
    <head></head>
    <style type=\”text/css\”>
    <!--
    .style1 {
    font-family: Tahoma, \”High Tower Text\”, fantasy;
    font-size: large;
    }
    -->...
    See more | Go to post
No activity results to display
Show More
Working...