User Profile

Collapse

Profile Sidebar

Collapse
manjunath1985
manjunath1985
Last Activity: Nov 9 '07, 05:36 PM
Joined: Oct 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • manjunath1985
    started a topic Project Management

    Project Management

    Hi,
    Plz answer the follwing question....
    Can a project have multiple critical paths?
    See more | Go to post

  • How to pass variables between two PHP pages?

    Hi,
    I have created php page called sms.php which displays the username retrieved from the database through selecting checkbox.
    Here is the code in sms.php:
    [code=php]
    <?php
    foreach($_POST['check'] as $value) //here 'check' is the name of checkbox//
    { //<input type =checkbox name=check[]...
    See more | Go to post
    Last edited by Atli; Nov 3 '07, 04:37 PM. Reason: Fixed [code] tags and changed thread title.

    Leave a comment:


  • Hey i wil make it clear now, see i have a php page called viewdb.php, this page displays a usernames retrieved from the database so i want to put a checkbox for each of the username in viewdb.php and pass the selected check box value to another page called send_sms.php... ...

    Plz help me out with the code......
    Thank you for replying to my thread........
    See more | Go to post

    Leave a comment:


  • I have retrieved some usernames as per the code in one page. but i want to put a checkbox for all usernames and pass the same to the next page through the <option value="send_smd .php"> and after clicking on "go" button....
    See more | Go to post

    Leave a comment:


  • Problem in Checkbox value

    hi,
    i am having some serious problem with checkbox....

    here is the code
    <input type="checkbox" name="candidate username" value="select[]">
    i want to put a checkbox for candidateuserna me retrieved from the database and pass the multiple username selected checkbox value to next page after i select
    <option value="send_sms .php">...
    See more | Go to post

    Leave a comment:


  • here is the code[code=html]
    <input type="checkbox" name="candidate username" value="select[]">[/code]
    i want to put a checkbox for candidateuserna me retrieved from the database and pass the multiple username selected checkbox value to next page after i select
    <option value="send_sms .php"> and after pressing "go" button.
    but i am not able to view the checkbox...
    See more | Go to post
    Last edited by pbmods; Oct 22 '07, 11:41 AM. Reason: Added CODE tags.

    Leave a comment:


  • Having Problems in passing the checkbox value to next page

    Hi,
    I am really having problem in checkbox....
    i have a php page which displays the username retrieved from the database i want to create a checkbox for each username and pass the selected multiple checkbox value to another page after selecting any one of the option value from the select box and after clicking on "go" button.

    In option value i have links to go for particular page.


    ...
    See more | Go to post
No activity results to display
Show More
Working...