No this is not m_addtocart.php, this script is cart2.php. My cart2() function is called on m_addtocart.php
Thanks
Search found 32 matches
- Mon Apr 30, 2012 10:40 am
- Forum: PHP - Code
- Topic: Shopping cart
- Replies: 18
- Views: 5408
- Mon Apr 30, 2012 9:22 am
- Forum: PHP - Code
- Topic: Shopping cart
- Replies: 18
- Views: 5408
Shopping cart
Hi, Friends, Please can somebody help me look into these add to cart scripts and see what i am missing. Each time i add to cart, i get Your cart is empty. <?php session_start(); if (isset($_GET['add'])){ $_SESSION['cart_'.(int)$_GET['add']]+='1'; } if (isset($_GET['remove'])){ $_SESSION['cart_'.(int...
- Mon Apr 30, 2012 9:20 am
- Forum: PHP - Code
- Topic: Retrieving Database contents
- Replies: 3
- Views: 647
Re: Retrieving Database contents
Thanks. I have been able to rectify that.
- Sat Apr 28, 2012 6:53 pm
- Forum: PHP - Code
- Topic: Retrieving Database contents
- Replies: 3
- Views: 647
Retrieving Database contents
Please i will like you to help me out with these codings. I tried retrieving data from the database through the url in the side.php file and using the function, 'products()' in the cart.php file. It worked on my local server, but not working fine on the remote server. Please kindly help me in checki...
- Sat Apr 14, 2012 1:14 pm
- Forum: PHP - Code
- Topic: A review code
- Replies: 1
- Views: 655
A review code
Hi good day,
PLs can some professional in the house help me out with a Vendor Review code with that uses database.
PLs can some professional in the house help me out with a Vendor Review code with that uses database.
- Sun Mar 25, 2012 1:32 pm
- Forum: PHP - Code
- Topic: phpwebcommerce.com
- Replies: 1
- Views: 880
Re: phpwebcommerce.com
I tried login in the admin area with admin as username and password, but it wasnt going through. That is after downloading the entire program.
- Sun Mar 25, 2012 10:31 am
- Forum: PHP - Code
- Topic: displaying number of entries
- Replies: 1
- Views: 266
displaying number of entries
Hi please, I am finding it difficult to display total number of vendors in my database. The code used are: <?php require_once ('dbc.php'); $q = "SELECT count(id) as count FROM users"; $r = @mysqli_query ($dbc, $q); $row = @mysql_fetch_array($r, MYSQLI_NUM); ?> <font face="Tahoma"...
- Tue Mar 13, 2012 3:35 am
- Forum: PHP - Code
- Topic: Review and Rating
- Replies: 3
- Views: 444
Re: Review and Rating
pls can i install that on a site that wasnt designed with joomla or any CMS?
- Mon Mar 12, 2012 8:33 pm
- Forum: PHP - Code
- Topic: Error Display
- Replies: 1
- Views: 355
Error Display
Pls can smone help out? I got this error code each time i try to login through my site: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/wwwalaba/public_html/index2.php:1) in /home/wwwalaba/public_html/clients/dbc.ph...
- Mon Mar 12, 2012 8:15 pm
- Forum: PHP - Security
- Topic: SECURITY...
- Replies: 1
- Views: 6001
SECURITY...
Hi Pals,
Please I want to secure a site i just designed with php. What are the best security facilities i can use on this site to protect from hackers and malicious codes?
Thanks.
Please I want to secure a site i just designed with php. What are the best security facilities i can use on this site to protect from hackers and malicious codes?
Thanks.
- Mon Mar 12, 2012 8:10 pm
- Forum: PHP - Code
- Topic: Review and Rating
- Replies: 3
- Views: 444
Review and Rating
Hi Professionals,
Please i want people to be able to rate and review a particular product on my site. pls how can i do this, ASAP.
Thanks.
Please i want people to be able to rate and review a particular product on my site. pls how can i do this, ASAP.
Thanks.
- Thu Feb 02, 2012 12:23 pm
- Forum: PHP - Code
- Topic: auto reply contact form
- Replies: 0
- Views: 5437
auto reply contact form
Please can I get the code that will auto-reply clients on a contact form on a website.
thanks for your replies...
thanks for your replies...
- Tue Dec 13, 2011 11:22 am
- Forum: General Discussion
- Topic: rename image
- Replies: 2
- Views: 1044
rename image
Hello Programmers, Please can somebody give me the codes that can be used rename an uploaded image in the database, using php and mysql, probably to rename the image to the id number of the field. Below is the code I have used to upload the image to a folder on the server with the link of the image ...
- Tue Dec 13, 2011 11:21 am
- Forum: HTML, CSS and other UI Design Technologies
- Topic: tagging
- Replies: 1
- Views: 1599
tagging
please can somebody tell me how i can tag every image on my site so it can be loaded when searched
- Tue Dec 13, 2011 11:18 am
- Forum: PHP - Code
- Topic: Re-naming uploaded pictures
- Replies: 2
- Views: 927
Re-naming uploaded pictures
Hello Programmers, Please can somebody give me the codes that can be used rename an uploaded image in the database, using php and mysql, probably to rename the image to the id number of the field. Below is the code I have used to upload the image to a folder on the server with the link of the image ...