User Profile

Collapse

Profile Sidebar

Collapse
vasanthspiky28
vasanthspiky28
Last Activity: Feb 5 '10, 09:28 AM
Joined: Jan 2 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • i want to display the search results in a dropdown so that i can delete the required

    i have a table called papers and i have tittle and upload two fields in it ...i want to display the tittle name in the dropdown so that i can select the required tittle and delete it ..i know the select query to display..but i dont know how to use those loops and all can any one help me with that drop down source code also..
    See more | Go to post

  • vasanthspiky28
    replied to read text from textfile
    thanks jared.......... ............... ............... ..... ............... ...........

    thaks jared it worked..
    See more | Go to post

    Leave a comment:


  • vasanthspiky28
    started a topic read text from textfile

    read text from textfile

    the below code displays the details of tittles from a table papers wat i nee is f i click the displayed tittle a textfile of that tittle should get opened help me..
    Code:
    <%
    Dim con,rs,sl
    
    	set con=server.CreateObject("ADODB.Connection")
    	set rs=server.CreateObject("ADODB.Recordset")
    	con.open Application("db")	
    sl = "SELECT * FROM papers "
    rs.Open sl,con
    Response.Write
    ...
    See more | Go to post
    Last edited by jhardman; Jan 6 '10, 10:34 PM. Reason: added code tags

  • vasanthspiky28
    started a topic creating registration code
    in PHP

    creating registration code

    i am new to php and i want to make a registration page so can anyone help with the codes
    See more | Go to post
    Last edited by Dormilich; Jan 2 '10, 08:43 PM. Reason: titles are not the place for the whole question
No activity results to display
Show More
Working...