Jump to content

darksystem

Members
  • Posts

    35
  • Joined

  • Last visited

    Never

Everything posted by darksystem

  1. you can do something like this select t1.id, t2.field1, t2.field2 from table1 t1 inner join table t2 on t1.id=t2.id optional to add where t1.fname='test';
  2. try wordpress, they have a plugin for shopping cart, pretty much simple.. its a light weight.
  3. have a try on these shopping carts oscommerce,creloaded,zencart, xcart, cubecart, virtuemart, magento, prestashop, batavi
  4. or try http://online-booking.5mservices.com
  5. i would appreciate if can you share me the code of zend_session?
  6. it should be applicable to CMS and E-commerce application
  7. Can anyone tell me the best Session Management Class that we can use for our PHP Applications? The class should be latest and uses PHP 5 or later. I think a lot of programmers will be benefited with this thread, just a guess. Any help is highly appreciated. Regards
  8. use oscommerce/creloaded/zencart/magento/xcart. if you need help on how to setup, just let me know.
  9. your configuration file is not set properly. Please check all values if it is all correct
  10. use oscommerce/creloaded/magento/zencart/xcart. virtuemart is also good
  11. use oscommerce/creloaded/magento/xcart
  12. robotics/business application/utilities
  13. you can try this one http://online-booking.5mservices.com admin access information can be found at the home page.
  14. I've done most of your recommendations. However, there are some that I dont know how to implement it. Btw, may I know how to do this? "Should stuff all those into one file if you're going to include them on every page anyways, saves precious http requests." from Axeia. I mean, how to combine all those external files into one? I hope you're not thinking to combine all the codes into 1 file? I'm using php,mysql,xhtml,css and my js framework is jquery. Any help is highly appreciated.
  15. Wow, I didn't think that it has a lot of work to do with the reviews. The reviews you provided are all true and I didnt noticed that it goes that way. I will definitely do all your recommendations. I'll be back after a week and will let you know again about the updates. Thank you so much for your input.
  16. Hello, Please review my site at http://online-booking.5mservices.com and let me know your thoughts. I need your thoughts about the performance, features, and design. Any help is highly appreciated. Regards, Mark
  17. actually what you only need to learn is mod_rewrite. You can rewrite urls that has an id to identify pages/products/articles etc etc.
  18. he should know php, html, and css to make it really easy lol Mark CollectaMania http://collecta-mania.com.au
  19. try opensource scripts like joomla or wp, it will remove your pain. Mark CollectaMania - The Collectors http://collecta-mania.com.au
  20. you can keep your layout but you have to embed that into php. if you need help, just pm me and ill be glad to help you. Mark CollectaMania http://collecta-mania.com.au
  21. those tutorials will make you richer if you apply to someone else. And also its good to read tutorials in your spare time. Mark CollectaMania - Collectibles Store http://collecta-mania.com.au
  22. at the end of the page, try to call mysql_close function. that might help you. hope it helps. regards, Mark Collecta - Your Collectibles store http://collecta-mania.com.au
  23. You should also have a local copy of the database. COnfiguration file of oscommerce can be found at catalog->includes->configure.php And also for changing the look and feel there are a couple of files to be changed which are 1. catalog->includes->header.php 2. catalog->includes->column_left.php 3. catalog->includes->column_right.php 4. catalog->index.php 5. catalog->includes->footer.php 6. catalog->stylesheet.css PS: If you need professional help, just let me know. regards, Mark Collecta http://collecta-mania.com.au
  24. This thread is more appropriate at PHP help section.
×
×
  • 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.