Hi Matt, I guess I understand the problem. I think you will have to store the user typed data, and the order details in a temporary tables, and...
Hi, Ecommerce softwares are database driven applications which means that they require server-side program like php in order to process user...
With empty cache the visitor will have to download 446 KB data, and as I observed there are 4 requested resources which generates 404 server...
If I were you I would design and code it from scratch. Although I am not aware of the detailed specifications I suppose this project can be...
Hi, You will have to implement an ajax get request to achieve the desired behaviour. When the select is changed the you will have to execute get...
I suppose when you would like to choose the most suitable platform to sell online the first and most important question is how much time would you...
If nothing else helps I suggest to wrap the irame with </center> tags. Thanks Zoli
I think you migh find the root cause of the problem increasing the error reporting level. If you add this code snippet ini_set('display_errors',...
Please try this Options +FollowSymlinks RewriteEngine on RewriteCond %{REQUEST_URI} !^/page1\.php$ RewriteCond %{HTTP_HOST}...
Options +FollowSymlinks RewriteEngine on RewriteCond %{REQUEST_URI} !^page1.php$ RewriteCond %{HTTP_HOST} !^secure.mysite.com [NC] RewriteRule...
I think this tutorial explains the idea http://tutorialblog.org/php-includes-for-rapid-web-design/ Thanks
I don't have any knowledge about regexp, but if you have the willingness to use id instead of class regarding to the unique div you may use the...
Well, I suggest to use php instead of html even for basic simple websites, since you may include the commonly used design snippets, like...
Separate names with a comma.