Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 10-28-2007, 09:26 AM   #1 (permalink)
Love.Oasis
banned
 
Join Date: Oct 2007
Posts: 21
Love.Oasis is on a distinguished road
Add to Shopping Cart

OK, For testing/development purposes, I have the following code to display all the products contained inside the database.
How do I display each record/product along with a button to add the product to the shopping cart/session?

Code:
mysql_select_db("Data", $con);

$result = mysql_query("SELECT * FROM Products");

while($row = mysql_fetch_array($result))
{
  echo $row['Name'];
  echo $row['Price'];
}

mysql_close($con);
?>
Love.Oasis is offline   Reply With Quote
Old 11-08-2007, 11:12 AM   #2 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 651
DJMaze is on a distinguished road
Make a screenshot of the record and paint a button aside of it.
Then upload the image and make your website index.html
Code:
<html>
<body>
<img src="nameofpicture.bmp">
</body>
</html>
Note: only works in Internet Exploiter since BMP is not a valid WWW image format.
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Beware the multiple option shopping cart . . . metazai PHP 9 08-31-2005 08:05 AM
Struts santhini Java 1 05-16-2005 08:03 AM
shopping cart systems sde PHP 5 07-08-2003 09:03 PM
How to add an error statement w00t Standard C, C++ 4 08-13-2002 10:54 PM
shopping carts / account interfaces... sde PHP 4 07-10-2002 12:01 PM


All times are GMT -8. The time now is 04:39 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting