Jump to content
Larry Ullman's Book Forums

Frank

Members
  • Posts

    8
  • Joined

  • Last visited

Frank's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Larry, Will you have a version of this based on a home brewed cart or something that requires a service to be purchased? I would like to see an option for a free cart version. Thanks Frank
  2. function myfunc($options = array()) { if (isset($options['var1']) ... }
  3. I am using wamp and cannot get ex2 to show images. I created a folder called ex2 and copied the html folder contents into it. I then move the mysql.inc.php file into the ex2 folder. I think the .htaccess file might be causing the issue for me. Am I doing something wrong? Thanks Frank
  4. Thanks Larry, I was also looking at your PHP for the Web book. I am trying to decide now if I should jump into yii to do eCommerce rather than code from scratch. However, I believe I would learn more if I coded from scratch.
  5. I will take a look at this book. In the eCommerce book, I did not see any examples that showed paging through products returned from a search. if you get a large result-set, this is not practical. I guess I was hoping to see a more complete example. I still find the book very good. I also just started looking into yii and also use codeigniter. I guess I can apply his examples in one of these frameworks.
  6. I just received your book and had a question on pagination. How would you handle this when there are hundreds of products? I did not see this addressed. Thanks I posted in comments before realizing I should use the forum.
×
×
  • Create New...