Search Results

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: sasankasekhar ; Forum: PHP and child forums
Forum: PHP Nov 22nd, 2008
Replies: 1
Views: 376
Posted By sasankasekhar
Please check out the lines:
<?php
<$conn=mysql_connect("localhost","root","root");
echo("connected"); ......

Please remove the "<" before $conn

Regards
Forum: PHP Nov 22nd, 2008
Replies: 1
Views: 307
Posted By sasankasekhar
Consider the following:

<?php
if(isset($_POST['btnDelete'])){
for($i=1;$i<=4;$i++){
if(isset($_POST['checkbox'.$i])){
echo "<br>".$_POST['checkbox'.$i];
}
}
}
Forum: PHP Nov 15th, 2008
Replies: 8
Views: 3,067
Posted By sasankasekhar
Sorry .... onChange="this.submit();" goes in the SELECT tag
Forum: PHP Nov 11th, 2008
Replies: 4
Views: 534
Posted By sasankasekhar
This should be the correct statement I suppose:
$query="SELECT count(*) FROM stats WHERE BirthCountry = ".$country." ;";

Regards.
Forum: PHP Nov 11th, 2008
Replies: 8
Views: 3,067
Posted By sasankasekhar
Replace your Double Quotes by Single Quotes, and vice versa.

echo "<form action='show.php' method='post' onChange='this.submit()'><select><option value selected>select</option><option...
Forum: PHP Nov 10th, 2008
Replies: 9
Views: 1,016
Posted By sasankasekhar
try this : http://in2.php.net/download-docs.php

You can search for PHP Manuals in CHM format. CHMs are easier to deal with.
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC