I need...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

I need...

Post by gaogier »

Hi, im wondering if anyof you know how to make a client login, if so could you please contact me, as i need some help (a lot), as i dont have a clue what im doing, i know little php, and i have a book called, PHP and MySQL for dynamic websites, if it tells you inthere can you point out where abouts? as i cant find it? is it the same as an online shop?

please help i dont know alot about client logins thanks
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

LOGIC:

A form with fields for username, password. Submit button.
The action of the form should be a PHP page, that checks to see if a user is in the database.
If they are, allow access/redirect them to an appropriate page. If not, provide the error message.

That's the very basics of it.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

i know all of that, its the unique part im confused about, and how long before each person needs to pay, there stuff they got, eg domain names, package, easily upgrade it, thats what i need the help with
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

Ah, so you're not looking for a login, but how to manage your script?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

not sure, i need something that will be unique to every user even though it will be the same page

i dont have a clue what im ment to do! and tehy also need to be able to know how manydays before they need to pay up, what packages they got, aswell as domains, and i also need the abliity to manage all the customers.
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

Sounds like you need a shopping cart try...

osCommerce

http://oscommerce.com
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

can it be easily changed to webhosting? or would it be easier to make it from scratch?
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

are you a programmer?if so what language? assuming php,how long?
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

not php, well only started to learn since end of september, i was more of a software programer
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

then to do your own you have a LOT of work ahead of you :-/
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

im not scared of work,
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I think you need to decide what it is you're asking before you ask :?

You're trying to set a web hosting company up right? Are you talking about monthly invoices and stuff?
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

ya, i thought i was explaining it ok, if not im sorry, ill try another proch with it, well i think you covered it
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

hsphere. You can spend months building one or a few dollars buying one. Take your pick.
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

isnt that just webhosting?
Post Reply