I am a newbie...Please guide me

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
a2usmani
Forum Newbie
Posts: 1
Joined: Sat Sep 25, 2010 6:55 am

I am a newbie...Please guide me

Post by a2usmani »

Hi Guys,

I am a newbie here. I know some PHP and want to increase more, thats why I am here. I have also made some sites on Joomla CMS. Actually I got a project to make an online Result Management System for my department. Now kindly guide what to do first and then what to do next.

Your help will be highly appreciable.




Regards,
a2usmani
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: I am a newbie...Please guide me

Post by JakeJ »

Tutorials. Many tutorials. Go through the tutorials and then make changes to the examples given in the tutorials until you make sure you understand them.

Start with the basics of course.

Make sure you understand how to deal with arrays, for each loops, while loops, database connections, case statements, If..Else, nesting, data types, variable scope and much, much more.
rogersstones
Forum Newbie
Posts: 4
Joined: Tue Sep 28, 2010 9:22 am

Re: I am a newbie...Please guide me

Post by rogersstones »

You first give a complete information about what you actually want to carry out in a project do the analysis and get the results and that information would be fruitful for us to provide best answers to your questions.
skylark2
Forum Commoner
Posts: 32
Joined: Wed Jun 16, 2010 6:00 am

Re: I am a newbie...Please guide me

Post by skylark2 »

Like the others have said, your best bet is to start off with (somebody else's) working code and play around with it until you figure out what's going on.

People here are really helpful with specific questions, but there isn't much anyone can do when you ask something this general.
Post Reply