help on php

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

Post Reply
redfox2318
Forum Newbie
Posts: 1
Joined: Wed Aug 06, 2008 8:51 am

help on php

Post by redfox2318 »

hello,

can anyone pls. im very much noob in php but i have a project that when the student login
it will display their subject and the corresponding grade.

can anyone pls help me. send me a sample php code, i've very much appreciate it.

thank you.

:oops:
Dynamis
Forum Contributor
Posts: 122
Joined: Thu Jul 10, 2008 3:15 pm
Location: Indiana, US

Re: help on php

Post by Dynamis »

This involves a lot of things and someone just sending you the code for that isn't too realistic (if someone does though, great). It would be much better for you to attempt this and the community can help you when you run into problems. Just a basic overview of what topics this project encompasses:
  • MySQL database (or other, but MySQL is a good place for new guys to start)
  • PHP Sessions
  • PHP database access
You will need to fill the database somehow, either manually or other? You'll need to give info on how you want that done.

You left out a lot of unknowns. Be as specific as possible and I'm sure we'll be glad to give you feedback on how to get started and give you appropriate sources or code as well.
Post Reply