is there any way to conduct a simple quiz with php code , asking one or two questions on a daily basis when ever users connect
to my site.
Simply i will feed 1 or 2 questions daily in the php code. i do not want to depend on any data base.
as long as you do not want to store the data you can just use an HTML form and process the data with some script. If you need to data over time your going to need some kind of storage for the data from a database to a file.