Forum: Java Sep 13th, 2009 |
| Replies: 4 Views: 477 Thanks man! i finally can see it and understand this looping better now. :) |
Forum: Java Sep 13th, 2009 |
| Replies: 4 Views: 477 Sorry, i've put the println in the innest for loop, but it gives me 6 rows of results instead.
Enter height: 3
AA
BB
AA
AA
BB
AA
AA |
Forum: Java Sep 13th, 2009 |
| Replies: 4 Views: 477 Hi,
I am facing problem with my coding but can't seems to find the problem with it. Can someone guide me?
//for loop
for (line=1; line <=height; line++)
{ for(col=1; col <=line;... |
Forum: PHP Jul 2nd, 2008 |
| Replies: 11 Views: 2,690 Hi,
There is no such URL at the domain. Mind pasting me the whole URL again? Thanks.
Regards,
heels |
Forum: PHP Jul 2nd, 2008 |
| Replies: 11 Views: 2,690 yeah, something like that. :) |
Forum: PHP Jul 2nd, 2008 |
| Replies: 11 Views: 2,690 Thanks, it is working perfectly. But I am a little confuse over here, can you help me with it?
Over here, will be an edit function. This is redirected from the main page through their ID, so it... |
Forum: PHP Jul 2nd, 2008 |
| Replies: 11 Views: 2,690 Sorry for the late reply, I did try your method. But in the textbox, I'm already printing out the values from another page. For example,
<td><input name="firstName" type="text" id="firstName"... |
Forum: PHP Jun 26th, 2008 |
| Replies: 11 Views: 2,690 Hi,
How do you retain values entered in the textbox after submitting? javascripts or any other methods? Thanks alot.
Regards,
heels |
Forum: PHP Jun 24th, 2008 |
| Replies: 4 Views: 2,452 hahaha, so cute. Thanks guys. Will check out the website and try out nav33n's method too :). You're not too late but you gave me another idea to try too. |
Forum: PHP Jun 24th, 2008 |
| Replies: 4 Views: 2,452 Hi,
Is it possible to use images for a button instead of the normal button?
I am not trying to link it to another page over here but, getting it to trigger some event like a normal button. ... |
Forum: PHP Jun 16th, 2008 |
| Replies: 16 Views: 2,263 Oh, i understand it now. Thanks alot for teaching me. :). |
Forum: PHP Jun 16th, 2008 |
| Replies: 16 Views: 2,263 |
Forum: PHP Jun 16th, 2008 |
| Replies: 16 Views: 2,263 haha, thanks dude, anyway the <b></b> doesn't affect anything.
changed it to
<input type="image" src="magnifyingGlass.jpg" width="15" height="15" border="0" alt="Search"... |
Forum: PHP Jun 16th, 2008 |
| Replies: 16 Views: 2,263 hm, i do not have the online form cause it is running on my server.
well, this is my form codes.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: PHP Jun 16th, 2008 |
| Replies: 16 Views: 2,263 oh, i see. but the image button now can't be clicked?! what is happening?
i'm so sorry for the trouble caused, thanks alot for your help man. |
Forum: PHP Jun 16th, 2008 |
| Replies: 16 Views: 2,263 thanks man,
here it is.
<form method="post" action="<?php echo $_SERVER['PHP_SELF'] ?> ">
<input name="txtSearch" type="text" id="txtSearch" size="40" />
<a... |
Forum: PHP Jun 16th, 2008 |
| Replies: 16 Views: 2,263 yeah, tried that. but apparently still passing empty values. is it because you can't pass values through an image link? |
Forum: PHP Jun 16th, 2008 |
| Replies: 16 Views: 2,263 Yeah, it works :). But i am trying to get the values from the textbox and pass it to another page. How can it be done? Sorry, i am very new to php. Thanks for your help. |
Forum: PHP Jun 15th, 2008 |
| Replies: 16 Views: 2,263 Hi,
i would like to know if it is possible to pass values from one page to another through an image link? I've have tried to "echo" the values but it seems like the values are not passing into... |
Forum: PHP Jun 13th, 2008 |
| Replies: 4 Views: 786 |
Forum: PHP Jun 10th, 2008 |
| Replies: 4 Views: 786 hey,
I've tried your method, but it is still not working and the success message is being displayed whenever it loads for the first time. Any idea why is this happening?
Regards,
heels |
Forum: PHP Jun 9th, 2008 |
| Replies: 4 Views: 786 hi,
I am doing a insert query over here and if the query is executed successfully, there will be a success message. However, whenever the query is being executed successfully, the success message... |
Forum: PHP Jun 9th, 2008 |
| Replies: 5 Views: 612 ah, thanks alot. PROBLEM SOLVED :) |
Forum: PHP Jun 6th, 2008 |
| Replies: 5 Views: 612 hi,
this is a snippet of my codes,
<td><a href="editFunction.php?ID=<?php echo $contact['ID']; ?>">update</a></td>
after clicking "update", the ID will be passed to the editFunction.php... |
Forum: PHP May 29th, 2008 |
| Replies: 2 Views: 627 |
Forum: PHP May 28th, 2008 |
| Replies: 2 Views: 627 Hi,
I was just wondering if php is able to do the 'page post back function' like asp.net ? If possible, can someone guide me along with it or any site recommendations for reading up will be... |
Forum: PHP May 28th, 2008 |
| Replies: 4 Views: 2,125 Ah, thanks alot. problem solved. :) |
Forum: PHP May 26th, 2008 |
| Replies: 4 Views: 2,125 Ah. :) thanks alot. but i have another problem again. what do they mean by,
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource ?
here is part of the code,
... |
Forum: PHP May 26th, 2008 |
| Replies: 4 Views: 2,125 Hi,
I am a newbie to PHP and HTML and over here i am trying to display my sql results in a table format like this,
ID. Name. Contact... |