User Profile

Collapse

Profile Sidebar

Collapse
SamDave
SamDave
Last Activity: Mar 9 '17, 03:03 PM
Joined: Sep 13 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SamDave
    started a topic What's wrong with this code?
    in PHP

    What's wrong with this code?

    Am still learning php. I really don't know what's wrong with this code, it keeps displaying errors when I try running it. I would really appreciate if it is checked out for me so I can know where the errors are. An alternate code would also be appreciated.
    Code:
    <html>
    <head>
    <?php
    $ch1 = " unchecked";
    $ch2 = "unchecked";
    $ch3 = "unchecked";
    $ch4 = "unchecked";
    ...
    See more | Go to post

  • SamDave
    replied to Help with login form
    in PHP
    I don't understand. Please explain more on it.
    See more | Go to post

    Leave a comment:


  • SamDave
    started a topic Help with login form
    in PHP

    Help with login form

    #php Am Trying to create a form with array(); in which users can log in . The problem am having is that when ever i call the array(); i.e $users into
    function, it dislays wrong members ID. How do i correct this? Please a detailed analysis and if possible a sample code would be appreciated.

    Code:
    <html>
    
    <head>
    
    <?php
    
    $users = array('john', 'paul', 'mark', 'luke');
    ...
    See more | Go to post

  • SamDave
    started a topic Help on learning Visual Basic

    Help on learning Visual Basic

    Am interested in learning Visual Basic. Any tips?
    See more | Go to post

  • SamDave
    started a topic Getting parse error
    in PHP

    Getting parse error

    Am trying to write a certain code but i am getting Parse error: syntax error, unexpected T_ELSE in/home/a7677023/public_html/learning/php&html/trial01.php

    I am new in php. . . I need someone to help.
    Code:
     <?PHP
    if (isset($_POST['submit1'])) { $clear = $_POST['john']; $black = $_POST['paul'];
    
    if ($clear == $_POST['john']) { print($clear); 
    }
    else {print ("Unknown Keyword"); }
    ...
    See more | Go to post
No activity results to display
Show More
Working...