User Profile

Collapse

Profile Sidebar

Collapse
wildheart
wildheart
Last Activity: Sep 3 '07, 03:00 PM
Joined: Apr 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wildheart
    started a topic A simple question based login

    A simple question based login

    Hi everyone,

    I am creating a webpage that is designed for friends and family and i wanted to create a Question based login that by answering the question correctly you can gain access.

    So for example, whats my date of birth?

    the user inputs the answer, continues and they can then access the site. I have not really worked with login's before, is there a simple way this can be done with HTML? If someone...
    See more | Go to post

  • wildheart
    started a topic How to use group by?

    How to use group by?

    Im having a small problem using GROUP BY basically this is what i want to do:

    My two tables:

    ID PropertyNum PictureUrl
    1 1 ../../media/images/the villa/image1.jpg
    2 1 ../../media/images/the villa/image2.jpg
    3 2 ../../media/images/tester/oakVilla.jpg

    PropertyId Name
    1 The Villa
    2 Tester Villa

    I want to select a property each only once and one picture...
    See more | Go to post

  • how can you populate a textbox with a parameter being passed?

    Basically i want to fill text boxes with information given from a previous webpage without submitting it to the oracle database and retrieving it over again.

    So from the title i have
    www.....Details .xsql?frmToGetP roperty=1&frmTo GetWeek=4

    how do i retrieve this information to be placed in a textbox something like:
    <input type = "text" name = "info1" value = "{frmToGetPrope rty}"/>...
    See more | Go to post

  • wildheart
    started a topic Problem selecting distinct record

    Problem selecting distinct record

    hi everyone, im new to thescripts and hope you can help ok this is what i have:

    Oracle table:
    ID PNumber URL
    1 1 ../../media/images/the villa/image1.jpg
    2 2 ../../media/images/tester/oakVilla.jpg
    3 2 ../../media/images/tester/oakVilla2.jpg
    4 2 ../../media/images/tester/oakVilla2.jpg
    5 1 ../../media/images/the villa/image2jpg

    xsql query:
    <xsql:query>
    SELECT...
    See more | Go to post
No activity results to display
Show More
Working...