Hi,
Plz answer the follwing question....
Can a project have multiple critical paths?
User Profile
Collapse
-
Project Management
-
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[]... -
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........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....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">...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...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.
...
No activity results to display
Show More
Leave a comment: