I have this error message come up. I understand that it is the algorithm password, however I do not know what to change it too. I have a connections folder that states the connection between php and phpMysqlAdmin.
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"...
I have added this code in the <head></head> tags
<script type="text/javascript" language="JavaScript">var Type = 'Z';
function StartFloat() {
if(document.all) {
document.all.AdFloater.style.pixelLeft = document.body.clientWidth - document.all.AdFloater.offsetWidth...
I have a item_desc field within my items table. Can I enter a description but make each line automatically go to the next line and add a bullet in front of each line of text.
<?php echo $row_items["itemDesc"]; ?>
I finally figured it out, I simply did not have the $cnt incrementing. $cnt++
Thankyou so much for your time and patience, I know I must have been a pain! Thanks heaps!
I am unsure about how i find the problem, you suggest debugging?? The cart now is visible on the server with the () brackets removed from the if statement. However it is still not looping through to pass item_name_1, item_name_2 etc to paypal.
Because there are two loops in this,
<?php...
I know I have posted this question before. I have a cart that I need to pass the values to paypal. All the single values are passed, however when I have more than one product in my shopping cart it does not pass every product. It only passes the last one selected. Do I need to wrap a loop around...
what do mean when you say "the use of long names for superglobals is deprecated and will probably break your code in the not too distant future" What do you mean by break my code?
Hi Everyone,
I have a cart operational, except when an item is added to the cart, its qty changed, it saved (to this point it all works fine) however when I click on continue shopping button it adds another item qty to the new item. Then I click on continue shopping for a second time and it...
Hi, I have set up my personal cart. I want the products selected to be itemised in paypal. All areas are being sent through to Paypal, the name, price and qty. However if there is more than one item, it only displays the last one put into the cart by the user. How do pass theses values to all...
You are a legend, and I envy your php ability to the max. but it still does not show in a browser. I have put it in dreamweaver and the <? tag at the paypal function doesn't seem to be active. does that make sense? I will continue to play, keep the ideas coming.
Hi, thankyou for your persistance with me! On the items page it passes the item id with
<a href="cart.php?action=add_item&id=<?php echo $row_items["itemId"]; ?>&qty=1">Add Item</a>
the cart page code:
<?php
include("db.php");
//switch statement like the if statement except it allows the...
I want to add a browse button where the user enters the filename to be inserted in the database. I have the upload area working, but need a more accurate way of adding the filename to the database. Can you add a browse button somehow to the filename text box? If not, what is another way I can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.