Forum: PHP Oct 30th, 2008 |
| Replies: 4 Views: 564 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,988 i posted image upload code here already. try to make search. with some little modifications to save ur images on your database. |
Forum: PHP Jan 14th, 2008 |
| Replies: 10 Views: 1,099 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: 835 |
Forum: PHP Dec 3rd, 2007 |
| Replies: 16 Views: 1,739 it depends on ur experience and place |
Forum: PHP Nov 10th, 2007 |
| Replies: 7 Views: 1,460 if (!isset($pagenum))
{
.....
}
save a bit |
Forum: PHP Nov 6th, 2007 |
| Replies: 9 Views: 1,378 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,565 |
Forum: PHP Oct 25th, 2007 |
| Replies: 4 Views: 2,636 |
Forum: PHP Oct 23rd, 2007 |
| Replies: 5 Views: 1,364 post the selected item's value and request it... |
Forum: PHP Oct 19th, 2007 |
| Replies: 19 Views: 2,171 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,171 change sql query syntax... |
Forum: PHP Oct 19th, 2007 |
| Replies: 19 Views: 2,171 i fixed your code. what happened to that??
it was working. |
Forum: PHP Oct 17th, 2007 |
| Replies: 19 Views: 2,171 i did some changes and attached sql dump... |
Forum: PHP Oct 17th, 2007 |
| Replies: 19 Views: 2,171 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,171 ok. i will work on this tonight and let you know... |
Forum: PHP Oct 12th, 2007 |
| Replies: 19 Views: 2,171 it is not complicated but give more details. |
Forum: PHP Sep 30th, 2007 |
| Replies: 10 Views: 5,093 it is quite simple..
index.php?lang=en
links to change lang.
?lang=hu
?lang=spa
?lang=deu
requesting, |