Forum: PHP 25 Days Ago |
| Replies: 20 Views: 452 You can use AJAX to post form data. Take a look at this link http://www.captain.at/howto-ajax-form-post-request.php |
Forum: PHP Jul 13th, 2009 |
| Replies: 9 Views: 533 theighost,
Post complete source code. |
Forum: PHP Jun 26th, 2009 |
| Replies: 12 Views: 785 Add following after Line # 86
print "<input type='checkbox'
name='delcheck[]'
value='$r[0]'/>";
Write following at Line # 58
if($cmd=="Delete") |
Forum: PHP Jun 24th, 2009 |
| Replies: 11 Views: 593 Here is a link http://www.roseindia.net/ajax/jquery/ |
Forum: PHP Jun 22nd, 2009 |
| Replies: 15 Views: 632 Source code is not a solution of your problem. Create your application and then ask for help if you are unable to solve it. |
Forum: PHP Jun 15th, 2009 |
| Replies: 8 Views: 523 First problem at a line no 1st. Remove {.
<?php {
Another is : Function should be isset(...)
if(issett($mia) && in_array('firstname',$mia)) |
Forum: PHP Jun 11th, 2009 |
| Replies: 2 Views: 463 urlencode function:
<a href="yourpage.php?gallery=<?php echo urlencode("Sand_&_Surf");?>">HM</a> |
Forum: PHP Jun 6th, 2009 |
| Replies: 21 Views: 1,159 Please find the .zip file |