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!
Please somebody,who can help me???.I want to do a page for test-question(chose a,be or c and then there will be display which contain results ).But i don't know how to do beginning(I'm a niewbie in Php heaven).
Thanxxx so much
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.
i try to write a page for e-learning English.And there i would to have a form test-question (users have 4 chose ,a,b,c,d,they can choose one of all,and kick submit,this page is result)
Please , i would know how to write code and create database???
Thanxxx
scottayy linked you to php's own tutorial on forms. As for a database, we can help there too, but we don't know how you want to structure it. We can only guess and give common answers to "I want to make a quiz" type of questions.
You are really going to need to pick up a tutorial or something in which you can learn some small tasks so you can try something. It sounds like you want someone to write your code for you.
i'm sorry if i posted not clearly.but thank you very much
now i have with database ,i always get error : "Class 'mysqli' not found in ...bla...bla "
I think I have problem with system (my code are true ) ;somebody,who has same error,plz help me
If you have access to your php.ini file, enable the mysqli extension and use that. Otherwise, you will need to use the mysql_* family of functions. Unless those aren't enabled either. In which case, post back so we can help with that.