Forum: HTML and CSS Oct 10th, 2009 |
| Replies: 7 Views: 466 there is an event handler for img tags complete/oncomplete run a javascript |
Forum: PHP Oct 30th, 2008 |
| Replies: 4 Views: 558 if ($row[NonSmoking] = 1)
this will always return true.. you are doing assignment here use double equal signs
if ($row[NonSmoking] == 1)
try now |
Forum: PHP Jan 18th, 2008 |
| Replies: 3 Views: 3,913 i posted image upload code here already. try to make search. with some little modifications to save ur images on your database. |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 19 Views: 10,402 no need facultychecked.Checked == true
use this. and it will work.
int k;
if (facultychecked.Checked)
{
k = 1;
}
else |
Forum: PHP Jan 14th, 2008 |
| Replies: 10 Views: 1,087 use javascript,
when the user enters data into first textbox, add there automatically another textbox n name it text02, keep this process and on post just catch the data. thats all. |
Forum: PHP Dec 3rd, 2007 |
| Replies: 3 Views: 831 |
Forum: PHP Dec 3rd, 2007 |
| Replies: 16 Views: 1,723 it depends on ur experience and place |
Forum: PHP Nov 10th, 2007 |
| Replies: 7 Views: 1,450 if (!isset($pagenum))
{
.....
}
save a bit |
Forum: PHP Nov 6th, 2007 |
| Replies: 9 Views: 1,369 try this.
<td><a href=<?php print "$row_schedule['photos']; ?>"><?php print $row_schedule ['photos']; ?> </a></td> |
Forum: PHP Nov 5th, 2007 |
| Replies: 8 Views: 2,502 |
Forum: PHP Oct 25th, 2007 |
| Replies: 4 Views: 2,567 |
Forum: Database Design Oct 23rd, 2007 |
| Replies: 2 Views: 1,367 what do you need exactly ? |
Forum: PHP Oct 23rd, 2007 |
| Replies: 5 Views: 1,360 post the selected item's value and request it... |
Forum: PHP Oct 19th, 2007 |
| Replies: 19 Views: 2,162 sorry.. i dont have time to code that pages again. i deleted them already. as far as i remember,
i saved a php file called readytodeposit, it lists the books which are ready to deposit.. ( and... |
Forum: PHP Oct 19th, 2007 |
| Replies: 19 Views: 2,162 change sql query syntax... |
Forum: PHP Oct 19th, 2007 |
| Replies: 19 Views: 2,162 i fixed your code. what happened to that??
it was working. |
Forum: Windows NT / 2000 / XP Oct 18th, 2007 |
| Replies: 6 Views: 1,505 you cannot format harddisk by sector number.
you should format whole driver or partition. |
Forum: PHP Oct 17th, 2007 |
| Replies: 19 Views: 2,162 i did some changes and attached sql dump... |
Forum: PHP Oct 17th, 2007 |
| Replies: 19 Views: 2,162 thank you for this kinda question... i needed to refresh my sql knowledge :) i m almost donee |
Forum: PHP Oct 17th, 2007 |
| Replies: 19 Views: 2,162 ok. i will work on this tonight and let you know... |
Forum: PHP Oct 12th, 2007 |
| Replies: 19 Views: 2,162 it is not complicated but give more details. |
Forum: PHP Sep 30th, 2007 |
| Replies: 10 Views: 4,974 it is quite simple..
index.php?lang=en
links to change lang.
?lang=hu
?lang=spa
?lang=deu
requesting, |