Jump to content

senz_uk

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

senz_uk's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi there, I would like to be able to assign an id via php on a Sunshop Shopping Cart instal (see here for demo:http://demos.turnkeywebtools.com/ss4/) I have tried using Javascript to assign the id, but unfortunately when you move away from he initial linked page, the active id gets lost. I need a way to use the dynamic category number to enable a current page id. As each page has a category number, i.e, index.php?l=product_list&c=10 - is there a way to assign the id whatever page as long as the category number is present in the url ? Does anyone have any ideas?
  2. Thanks for your mega-fast reply - that works! Cheers Gaia! Senz
  3. Hi, I have very basic PHP knowledge, and this problem is driving me nuts! I recently switched servers and am having trouble displaying a variable. Basically I cobbled together a very simple login system wherby people register and login with there email address only (using a very basic PHP/MySQL system). When logged in, the page shows the users email address, i.e; Logged in as: "users email address". The code I had before was as follows: <?=($email)?> This grabbed the session variable, the users email, and displayed it fine. Now I have switched servers it doesn't work. I think it is because the new server has PHP 5 an the old one didn't. Anyway, I have tried loads of things, such as: <?php echo $email; ?> …but no joy. As I mentioned, I am a designer and have limited scripting knowledge. Can anyone help, please! Many thanks in advance… Senz
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.