Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-14-2008, 01:00 AM   #1 (permalink)
 
Newb Techie

Join Date: Feb 2008

Posts: 3

Pat_pet is on a distinguished road

Question PHP Coding

Hello
I am working on a new e-commerce website. I started working on its login page in .NET platform but later I came to know that I will be requiring license for it.
Then one of my friends suggested me to do it on PHP as it will be free.:happy:
I am not a PHP programmer so can anyone from you (the experts) help me in PHP coding for Login page & link it to data base etc.
Pat_pet is offline  
Old 02-14-2008, 01:02 AM   #2 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,688

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: PHP Coding

Well, you're going to have to learn PHP before you can just jump in and start writing scripts...

A login script is simple. You just take your HTML form, send it to the PHP script which takes the username and password, then matches them to the database with a SELECT query. If it matches, you use $_SESSION's to set login variables.
__________________

Need website help? PM me!
CrazeD is offline  
Old 02-14-2008, 01:19 AM   #3 (permalink)
 
Newb Techie

Join Date: Feb 2008

Posts: 3

Pat_pet is on a distinguished road

Default Re: PHP Coding

Thank you CrazeD
I am surely willing to learn PHP if I will get some tutor who can teach me online.
or else someone can do that for me to start with.
Pat_pet is offline  
Old 02-14-2008, 02:18 AM   #4 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,688

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: PHP Coding

Just google some tutorials, there are lots.

PHP Tutorial

Get a book too.
__________________

Need website help? PM me!
CrazeD is offline  
Old 02-21-2008, 05:09 AM   #5 (permalink)
 
Newb Techie

Join Date: Jan 2008

Posts: 3

priji is on a distinguished road

Default Re: PHP Coding

Thanks to share the good tutorials.
priji is offline  
Old 02-28-2008, 10:24 PM   #6 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default Re: PHP Coding

tizag.com and htmlite.com are some of my favorite sites i use tizag.com all the time for reference and Im a professional PHP programmer. I have worked on multiple E-commerce sites. feel free to email me at admin@jcortesweb.com
__________________

AIM = jcortestechhelp
jcortes is offline  
Old 03-25-2008, 05:55 AM   #7 (permalink)
 
Newb Techie

Join Date: Feb 2008

Posts: 3

Pat_pet is on a distinguished road

Default Re: PHP Coding

Thanks guys
I got the tutor on a website called www.tivamo.com

Thanks again for your help
Pat_pet is offline  
Old 03-25-2008, 07:51 AM   #8 (permalink)
Ewc1307's Avatar
 
Formerly known as BuggyVeyron

Join Date: Feb 2008

Location: England

Posts: 423

Ewc1307 is on a distinguished road

Send a message via MSN to Ewc1307
Default Re: PHP Coding

Larry Ullmans: PHP for the World Wide Web comes highly recommended.

I used it
__________________
Ewc1307 is offline  
Old 03-26-2008, 06:41 AM   #9 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,688

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: PHP Coding

Quote:
Originally Posted by BuggVeyron View Post
Larry Ullmans: PHP for the World Wide Web comes highly recommended.

I used it
Me too.

I wish it covered Objects a little more, but oh well...it's a great book.
__________________

Need website help? PM me!
CrazeD is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP request not responding Bengal313 Programming Discussions 3 02-13-2008 06:39 PM
I need help to begin PHP ahmedkalu Programming Discussions 5 12-09-2007 09:47 AM
Need a good captcha generating php script surut Windows Operating Systems and Software 1 05-26-2007 09:23 AM
PHP 2-player game? thejeremy Programming Discussions 4 04-09-2007 06:01 PM
Remote file access w/ IP + PHP? thejeremy Programming Discussions 2 04-04-2007 05:24 PM