Forum: PHP Sep 1st, 2008 |
| Replies: 2 Views: 407 |
Forum: PHP Jul 22nd, 2008 |
| Replies: 1 Views: 182 |
Forum: PHP Jul 11th, 2008 |
| Replies: 1 Views: 332 |
Forum: PHP Jul 10th, 2008 |
| Replies: 9 Views: 481 |
Forum: PHP Jul 10th, 2008 |
| Replies: 9 Views: 481 |
Forum: PHP Jul 10th, 2008 |
| Replies: 9 Views: 481 |
Forum: PHP Jul 4th, 2008 |
| Replies: 12 Views: 611 |
Forum: PHP Jul 4th, 2008 |
| Replies: 2 Views: 303 |
Forum: PHP Jul 4th, 2008 |
| Replies: 2 Views: 303 How can I disable the contents of a list box? I have a list box for multiple selection. It contains some main list and sublist. My aim is no one couldn't select the main list. for eg:
Project manager
Arun
Pradeesh
Team Leader
Madhu
... |
Forum: PHP Jul 3rd, 2008 |
| Replies: 2 Views: 954 |
Forum: PHP Jul 3rd, 2008 |
| Replies: 5 Views: 317 Re: too risky! Hi
I think u can start by using www.w3schools.com/php...
Then you can follow www.php.net.. |
Forum: PHP Jul 3rd, 2008 |
| Replies: 5 Views: 381 |
Forum: PHP Jul 3rd, 2008 |
| Replies: 3 Views: 420 |
Forum: PHP Jul 3rd, 2008 |
| Replies: 5 Views: 1,003 |
Forum: PHP Jul 3rd, 2008 |
| Replies: 3 Views: 1,137 Re: retrieving drop-down-menu data You can get the value of a combo box using the statement
$value=$_POST['comboboxname'];
for example
if you have a combo box like this
<table>
<tr>
<td>List</td>
<td><select... |
Forum: PHP Apr 7th, 2008 |
| Replies: 3 Views: 1,873 Re: can you upload images into MySQL using Php Hi,
I think you can use this following code for uploading an image.
<?php
include("connect.php");
// Where the file is going to be placed
if(isset($_REQUEST['upload']))
{
$target_path = "imag/"; |
Forum: ASP.NET Oct 31st, 2007 |
| Replies: 1 Views: 2,212 edit gridview.. hi
I am doing a project in asp.net with c#. Can anybody help me to edit data in the gridview. How can i enable the cells in gridview to modify the data. |
Forum: C# Oct 2nd, 2007 |
| Replies: 1 Views: 1,015 |
Forum: VB.NET Sep 28th, 2007 |
| Replies: 3 Views: 1,895 |
Forum: VB.NET Sep 27th, 2007 |
| Replies: 3 Views: 1,895 |