User Profile
Collapse
Profile Sidebar
Collapse
Isabella
Last Activity: Jan 30 '12, 04:33 PM
Joined: Jan 7 '12
Location:
-
No nothing shows. And when i run var_dump($row) it give me NULL. -
What is wrong with this code?
I'm making shopping cart, and I have s problem displaying the products. Here's a part of the code where I think the problem is. I'm using xampp. Is something wrong with the query? Please help, Thanks
...Code:<table border="0" cellpadding="2px" width="600px"> <? $result=mysql_query("select * from products"); while($row=mysql_fetch_array($result)){ ?> -
How to copy values from textbox into array of labels?
Hi
So here is the problem: When I click on the button bStart only one value is copied and replaced in one labe from the array of labels. This should work like this: After the user clicks on the button bStart, all values from the textbox txtVnes should be copied in each label in the array of labels. All the labels have text "Z", and after click on the button they should be changed with the values in the textbox txtVnes. As you can...
No activity results to display
Show More
Leave a comment: