Jump to content

damienwc

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

damienwc's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. looks to me liks you should edit http://www.sudburydiamonds.com/shop/index.php
  2. Basically what i'm trying to do is when a user inputs login/password information at a login page, I want PHP to search inside verify.txt and if it finds the login/password combination then allows the user to proceed. Is this possible? And if so, which functions would I use to get the job done? Also, how can I save the login name so that it can be passed to/included in a url?
  3. Open that file in a text editor and look for this line of code <a href="http://www.sudburydiamonds.com/shop/specials.php?osCsid=9bece8afeb7173687d8c5a900995e411"> then change it to <a href="http://www.yournewlink.com/whatever">
  4. ycoleman..... if all else fails try this. I use this on my site and havent had any problems with it, plus its free. http://opensolution.org/?p=Quick.Cart
  5. What would be the best way to store this data? Should I use a cookie or pass it to a URL? Could someone please help me with a little more code for the form?
  6. My goal is to create a user login form that will send different users to different pages depending on their login name. I want the form to write the $name variable plus the session ID (to allow multiple users), and then redirect them to a URL specific to that user. Example: Band-X logs into my site thru the login form, and then is redirected to mysite.com/Band-X/tools.html where they are able to customize certain areas of the site related to that band.
  7. Hey guys I got the tables to display correctly and also took care of the duplication of the 4th form field. Now I have run into another problem.......... once the order is generated and processed successfully, the items should be removed from the cart but yet they remain unless removed manually in the managecart.html page.
  8. here is the url of the page im talking about [a href=\"http://www.arkansas-underground.com/webstore/index.php\" target=\"_blank\"]http://www.arkansas-underground.com/webstore/index.php[/a] Take a look below the first table displayed here........ for some reason it is trying to duplicate the last cell in the table which includes the "shopping cart" script, but it doesnt have the image url to display the picture. I dont know how to keep this field from being duplicated?
  9. Thanx for the help guys I got it figured out though. Only took me 14 hours to figure out!
  10. Im trying to create a simple classified ads system that allows bands / artists to sell their CD's, T-Shirts, stickers, and anything else they might have. I also would like to give them the option to upload a picture of the item for sale. I dont want to have any type of payment method, the orders should be sent directly to the band or artist. And I want to be able to do all of this without using SQL. Please keep in mind that I am VERY new to PHP so I need all the help I can get on this one! Thanks in advance for any help / advice you have to give! Jason T. [a href=\"http://www.arkansas-underground.com\" target=\"_blank\"]http://www.arkansas-underground.com[/a]
×
×
  • 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.