User Profile

Collapse

Profile Sidebar

Collapse
Izzy123
Izzy123
Last Activity: May 28 '10, 01:30 AM
Joined: Apr 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • passed information has to display as editable radio button

    We were given a database which contains the informations of different ratings (1-4). We have to call the informations from the database about the ratings and display them as radio buttons, and to make them editable by the manager. Below is part of my code for the ratings:

    Code:
    <?php
    $conn1 = mysql_connect("localhost", "TWA", "test");
    mysql_select_db("performancereview", $conn1)
    ...
    See more | Go to post

  • Izzy123
    started a topic How to pass information by clicking hyperlink?
    in PHP

    How to pass information by clicking hyperlink?

    we are given a database, and we had to list the year of review, this is to be a hypertext link which when clicked will pass the reviewid(which is stored in the reviews table in the database) to the viewReview.php page

    the code I have for passing the reviewid to viewReview.php is this:
    Code:
    <td><a href="viewReview.php?reviewid=<?php echo $row1['reviewid'] ?>"><?php echo $row1["reviewYear"]
    ...
    See more | Go to post

  • Izzy123
    started a topic submission of form

    submission of form

    Hi I have a question about form submitting.

    I have to submit a form but when I click submit, it should simulating the submission of another form.

    So for example, If I press submit in FormA, it should submit FormA aswell as FormB.

    Anyone know how to do that?

    p.s those two forms are on different html pages.
    See more | Go to post

  • Izzy123
    started a topic w3c validation error

    w3c validation error

    i'm having a problem trying to validate my form for my assignment, the error is as follow:

    Line 103, Column 15: there is no attribute "name"

    <form name="checkForm " action="http://tl28serv.uws.ed u.au/twainfo/form.asp" …

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This...
    See more | Go to post

  • Izzy123
    started a topic auto select radio button

    auto select radio button

    how do we auto selected a radio button when the user enters a numeric value in a textbox?

    my code for radio button and text box are as follows:
    Code:
    <li>Do you like your membership priviledge?
               <br />
               <input type="radio" name="think" id="yes" value="yes">
               <label for="yes">Yes</label>
    ...
    See more | Go to post

  • Izzy123
    started a topic trouble opening my .txt file
    in C

    trouble opening my .txt file

    Im having trouble opening the .txt file in dev-c++, I've entered the correct name for the .txt file which is saved under the same folder, but whenever I compile and run, it will just show :
    "
    Begin reading file.
    End reading file.

    --------Welcome-------
    Please choose:
    etc.
    "
    The content of the .txt file won't show.

    below is part of my header file "Example.h:...
    See more | Go to post

  • Izzy123
    started a topic How to disable form options based on actions

    How to disable form options based on actions

    im new to javascript and im currently designing a survey and i have to modify the survey using javascript, it has to do:

    the user should not be allowed to select any options from question 2 if they chose the last radio button of question 1.

    and i don't know how to do it. can anyone please help, thanks.
    See more | Go to post
No activity results to display
Show More
Working...