Forum: PHP Jan 14th, 2009 |
| Replies: 2 Views: 370 Hey all,
My situation is this..
A user has already selected the items into the shopping cart.
Now it is on to the transaction table. So all the items are added to the transaction table for the... |
Forum: PHP Jan 14th, 2009 |
| Replies: 3 Views: 412 Hey there.
Here's a code to my shopping cart
<?php require_once('../Connections/myDatabase.php'); ?>
<?php session_start(); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function... |
Forum: PHP Jan 14th, 2009 |
| Replies: 3 Views: 412 Im using dreamweaver with PHP.
I have items in my shopping cart which is then passed on to the transaction page.
How do i add the amount of items in the shopping cart?
Any help is appreciated!... |
Forum: PHP Jan 14th, 2009 |
| Replies: 3 Views: 601 Could you guide me on how to do that?
Im a beginner in php |
Forum: PHP Jan 14th, 2009 |
| Replies: 3 Views: 601 Hey all
How can i capture the username, which is being input in a textbox, and pass it to another page?
Login.php
Example,
username: admin
Welcome.php
it should display,
Welcome, admin |
Forum: PHP Jan 12th, 2009 |
| Replies: 3 Views: 755 Hey guys thanks for the reply
ive tried a different method..
i forgot to include the fact that im doing my project in dreamweaver using PHP.
Ive tried using server behaviours which is easier, BUT... |
Forum: PHP Jan 11th, 2009 |
| Replies: 3 Views: 755 Hey all..
Im in desperate need to solve my shopping cart problem.
Im doing it for a school project.
The situation is my products are listed in a table.
Users will select which product they want... |