User Profile

Collapse

Profile Sidebar

Collapse
Isabella
Isabella
Last Activity: Jan 30 '12, 04:33 PM
Joined: Jan 7 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Isabella
    replied to What is wrong with this code?
    in PHP
    No nothing shows. And when i run var_dump($row) it give me NULL.
    See more | Go to post

    Leave a comment:


  • Isabella
    started a topic What is wrong with this code?
    in PHP

    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)){
    		?>
    ...
    See more | Go to post

  • 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...
    See more | Go to post
No activity results to display
Show More
Working...