Jump to content

ggp

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by ggp

  1. Hello.Could plzz you tell me about a good php shopping cart tutorial?I allready have the website, it displays pictures and info of the products from a database.But now I need to add the other part to let people buy the products.Thank you .

  2. Hello and thank you for all your help.I am getting my first website ready and..........well I am very new about shopping carts.Could you tell me if there is any good shopping cart to start with and cheap/free if possible? I was looking paypal but I have to add a shopping cart button to each item. I would like to try something else. Thanks for any help.

  3. Hi.I am creatting my tables using the phpMyAdmin wish come with the hosting company.at the time I create a table I get the options:CollationAttributesStorage EngineI don't know what to get there. Can this options stay blank? .when I created tables on the MYSQL command line I did not use any of this ones.Thank you for your help.
    And what about Storage engine? MyISAM/MEMORY/InnoDB etc.Wish one is the best?Thank you so much.
  4. Hi.I am creatting my tables using the phpMyAdmin wish come with the hosting company.at the time I create a table I get the options:CollationAttributesStorage EngineI don't know what to get there. Can this options stay blank? .when I created tables on the MYSQL command line I did not use any of this ones.Thank you for your help.

  5. What youll need to do is FTP upload the files to the server. Then for the database you'll have to transfer the data over.I cant elaborate atm because im at school. But im sure someone else can.
    Could you tell me more about FTP. It comes with the hosting company?Thanks.
  6. Hello.I need some help to publish my website . It has a database and php code.At the moment I have the Domain Name and I am getting the Hosting company. But I don't know what to do next.Can you help?Thanks.

  7. With a .htaccess file, you could automatically redirect the index.php page to a page of your choice, and it wouldn't be too hard. But some hosts don't support .htaccess files. To save the hassle, you may as well just name it index.php, but the other method is there if you wish to use it. :)
    So how it works for any subdomain? it needs index too?Thanks .
  8. generally the home page is index.php because if someone types www.yourdomain.com the server will look for index.php, index.html, etc to display. If it doesn't find an index page the user will get 404 page cannot be found error. Without an index page your users would have to type www.yourdomain.com/anything.php to view your site.
    Thank you.I will try that. :)
  9. Hello and thank you.Well, I have my first website done in HTML, MYSQL and PHP. I have name each page anything.php for texting. I would like to put it online.Because I being reading from different resources and I did read long time ago about the name for the home page should be name index or so, I am not sure if it is necessary. Or I just can use the names I want for each page. If the home page needs special name could you teach me a bit about it? My home page has PHP code too.Thank you.

×
×
  • Create New...