User Profile

Collapse

Profile Sidebar

Collapse
cuties
cuties
Last Activity: Feb 6 '07, 01:45 AM
Joined: Jan 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cuties
    replied to mysql - python cgi connection
    sorry there was an error in the previous wan...i hv corrected it here.......
    See more | Go to post

    Leave a comment:


  • cuties
    replied to mysql - python cgi connection
    in apache there is a folder called "www"....fo r me i save my html page there and under this html page there should be a form such as like this:

    Code:
    <form action='http://username/cgi-bin/cgi-script' method ='post/get'>
    where the cgi-script is the cgi you wrote for your html.... did you configured your apache server? cgi script will be stored in the cgi-bin folder.

    with this...
    See more | Go to post

    Leave a comment:


  • cuties
    replied to Archiving files with zipfile.ZipFile
    Thanks..... will give it a try but i don't want the user to give an input as this will hv 2 b in another cgi then which i would like to avoid......than ks once again for really helpin me out.....
    See more | Go to post

    Leave a comment:


  • cuties
    replied to Archiving files with zipfile.ZipFile
    thanks..... i'll try this example..... here is another code that i did.....i hope you could comment on it..... as i told you before there is checkbox something like our email and wen a button is pushed after the checkbox is ticked....it'll download the files from its location and created a zip file....so here is the codes if more that 1 box is checked or if only 1 box is checked......

    Code:
    c = len(str(tick[0])) 
    
    if
    ...
    See more | Go to post

    Leave a comment:


  • cuties
    replied to mysql - python cgi connection
    i myself working on mysql and cgi-python for a project assigned to me. if you don't mind i'll post my codes here and you can try to see it.
    See more | Go to post

    Leave a comment:


  • cuties
    replied to Help with CGI functions on python.
    sorry for the error i caused. earlier i also said that i'll attach a snapshot but i'm not available to do it. anyway my question is something like how our email system works. Only extra tasks is der such as user can view results of all the checked output. for question no2 i did try writing a script but i jst don't get the results that i desire. here is the codes

    Code:
    #!C:\python24\python.exe
    
    print 'Content-type:
    ...
    See more | Go to post

    Leave a comment:


  • cuties
    replied to Help with CGI functions on python.
    sorry abt tat error....

    Code:
    <html>
    <head>
    <title>Source Downloader for LESS
    </title>
    <body>
    <div align="left"><h1>Find record in LESS</h1></div>
    <form method="POST" action="http://localhost/cgi-bin/Raulf/show_all.py">
    <p>Select:
    <select name ="attribute">
    <option
    ...
    See more | Go to post

    Leave a comment:


  • cuties
    started a topic Help with CGI functions on python.

    Help with CGI functions on python.

    Hi all....

    i'm very new to this programming language. i'm required to fulfill this task in the company i'm doing my practical. i hope i can get guide for my problem...
    Here is the script i already wrote but i'm having problem to move forward.



    my problem is :

    1. how do i assign each checkbox to have equal value with the value of the d_id?

    2. when the checkbox is clicked...
    See more | Go to post
No activity results to display
Show More
Working...