![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2005
Posts: 12
Rep Power: 0
![]() |
need guidance : on creating forms and shopping cart
Hi !
I am an aspiring web designer and and have learned quite a few technologies including XHTML, CSS ,Dreamweaver, Fireworks, Flash and Javascript. But one thing that has always and still confuses me is where do I proceed in order to learn easiest way of creating login pages and shopping carts. I want to be able to create user profiles so that the website has a login and password page and a shopping cart where he/she can shop. Can anyone guide me about this please on to where to start learning and what to start with ???? |
|
|
|
|
|
#2 |
|
Professional Programmer
|
You need a user database in something like MySQL or PostgreSQL that has information about purchases, payments, etc., and you need a server-side scripting language to interact with it -- PHP, Perl, Python, etc.
Once a user logs in, you use the SSSL to retreive data from the DB and propgate their account with HTML. Then you set up a secure connection with the SSSL, likely SSL, allowing for secure online purchases. The shopping cart is just a bit of work with the DB and scripting language. My recommendations: http://php.net/ http://dev.mysql.com/
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;} |
|
|
|
|
|
#3 |
|
Programming Guru
![]() |
http://www.cpcommerce.org/
That's the most concise shopping cart available, it's module based and only requirings editing of 5 templates for a new layout.
__________________
|
|
|
|
|
|
#4 |
|
Professional Programmer
|
PHP and MySQL is the easiest way. Check out spoono.com/php, I think they have a login tutorial on there. PM me if you want some book reccomendations.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|