User Profile

Collapse

Profile Sidebar

Collapse
crisis123
crisis123
Last Activity: Jun 26 '09, 04:34 AM
Joined: Jun 18 '09
Location: Delhi
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • crisis123
    replied to multiple checkbox
    in PHP
    Code:
    <html>
    <head><title>Mainpage</title></head>
    <body>
    <table border = "1">
    <th>S.No.</th>
    <th>Select row</th>
    <th>Consultant Name</th>
    <th>Consultant Location</th>
    <th>Consultant Job Title</th>
    <th>Consultant SKILLS</th>
    <th>Consultant Summary</th>
    ...
    See more | Go to post
    Last edited by Markus; Jun 24 '09, 09:46 AM. Reason: Added [code] tags

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    this is how i am storing txt file in html table
    but if i leave any coloumn after last assignment date
    the next set of records dont begin from the next row

    any changes in this code??...
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    Code:
    <html>
    <head><title>Mainpage</title></head>
    <body>
    <table border = "1">
    <th>Consultant Name</th>
    <th>Consultant Location</th>
    <th>Consultant Job Title</th>
    <th>Consultant SKILLS</th>
    <th>Consultant Summary</th>
    <th>Consultant Rate</th>
    <th>Consultant
    ...
    See more | Go to post
    Last edited by Markus; Jun 24 '09, 09:44 AM. Reason: Added [code] tags.

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    my txt file stores records in the following format
    johnny| AR| manager| awesome| regional| 90| 1| 2342009| C:\\Documents and Settings\\abc\\ Desktop\\Thanks .doc
    this is one line of the file nd the information stored when the form is filled once
    what i want is to display this as a table.......tha t is johhny should be in one coloumn Ar in another........ ..and so on
    fgets command is storing the entire line in a single coloumn...
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    i need to load the txt file line by line dynamically in the html table
    will fgets() help me in this??
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    i am using files
    i have to store each line of my txt file
    in form of the table
    wat code should i use??
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    if i have to create a webpage with a table containing all info stored in the form i created.
    should i use file sys to store the record or using database is better?
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    yea may be
    i still have a lot to learn
    i am still a student of engineering
    and this assignment was a part of my training
    i used php for the 1st time today:)
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    $_POST worked instead of $_FILES
    i am shocked
    anyways i completed my assignment
    thanku
    its showing the link of the uploaded file in the txt file
    nd thats what i wanted
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    <input name="resume" type="file" />
    $consultant_res ume=$_FILES['resume'];

    i am getting undefined index error for resume

    can anyone help me define a variable for uploading a file
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    thanks a lot
    i have just started working on php
    this is my 1st assignment
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    can i use $_POST for upload section?

    i didnt get any error on using it but is there a better way?
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    thanks a lot
    i didnt know about the fact nd wasnt getting any info regarding it
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    sorry i have used $checkbox=$_POS T['yes[]'] nd still encountered that undefined index error
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    thanks a lot
    well i had been askd to use the checkbox by the end user..thats why i had this problem.

    another problem is that i have used <input type="checkbox" name="yes[]" value="Y"/> for creating the checkbox
    but when i create a variable $checkbox=$_POS T['yes'] in my php script i get an error of undefined index
    i have used post method to create the form

    any ...
    See more | Go to post

    Leave a comment:


  • crisis123
    replied to multiple checkbox
    in PHP
    hi i have multiple checkboxes on my page and i wanna select only one at a time...i dont want to use radio buttons.

    can anyone provide some help??

    thanku
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...