Forum: PHP Jan 14th, 2009 |
| Replies: 2 Views: 346 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: 389 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: 389 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: 554 Could you guide me on how to do that?
Im a beginner in php |
Forum: PHP Jan 14th, 2009 |
| Replies: 3 Views: 554 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: 678 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: 678 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... |
Forum: VB.NET Jul 18th, 2008 |
| Replies: 3 Views: 570 hey all..
i have a drop down list with 2 data in it..ECC and MIT
is it possible to bind the drop down list to 2 gridview?
for example, when i click on ECC only the ecc gridview is suppose to... |
Forum: VB.NET Jul 17th, 2008 |
| Replies: 0 Views: 348 hey all..
for example i have a whole letter page on a webpage..
i want to know how i can print only that letter and not the entire webpage..
should i put a button and declare the codes from... |