Jul 26, 2008

Online Exam - Plz Help me

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

free web hosting

Online Exam - Plz Help me

alexia
Hi every one
i want to know where can i find php Lan ( online Exam )
i want to make online exam for my student
but i dont know what is good Cms for that ?
i need ::
1 - admin area
2 - student ID and password
3 - logs
i need cms
i want students login with id and passwords and answers my question and then i told them whats numer and show them true answer
but free
do you know where can i find this kind of php cms
i havenot time to write php code blink.gif
thx any way

Reply

mobious
just an advise, if you don't have time to write your own script and it is REALLY HARD to find. go get a professional. biggrin.gif

Reply

alexia
oh thanks
i write this cms and i want to show how write this kind of cms with Flatfile blink.gif
i have 10 questions and 30 answers for user choise
for this work
first i write one php file
and 40 flatfile
and then
i write in php file to read questions and answer (for show) by include laugh.gif
its easy and fast reading from files biggrin.gif
ok
then i write another php file admin.php to write 10 questions and answers to 40 flatfile blink.gif oh my god its very hard
for this work i put one form with 40 textbox and then one of one this text box must post to one flat file (when i submit form)
for contact user form of answer i work in index file one mail sender to send answers to my Email and then i can take good number or bad number for users
its easy
and fast
one of my big problem is i dont know how to work with my sql db i think its not good and i try to learn that smile.gif
if you what source of my Exam Cms post here to i copying and paste here for your learn



 

 

 


Reply

Newton
As luck would have it, I wrote such a system about 2 years ago for my sisters school. They didn't use it eventually because of licensing issues. (I know it sounds stupid but they wanted to charge students for every exam while I made the system for them for free. And they didn't want to pay me either.)

Anyways, using flat files for such a system would not only compound your problems it would be literally impossible to debug such a system if something went wrong. Using MySQL would be the easiest way to do it. To learn mysql just google for it, theres gazillions of tutorials available out there.

I'm not sure if I can help you much with the flat file system but if you decide to do a MySQL based system, drop me a PM.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : online exam plz

  1. Php Guest Online Script - (2)
  2. Html Code Tester. Online Script - (15)
    Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
    this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
    Current script: CODE <?php //Save this as something like htmltest.php function
    CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
    input $html_safe=str_replace("<?php"," ",$html_unsafe);
    //Starts security measures $html_safe=str_replace("?>","
    ",$html_sa...
  3. Very Simple Online Now Script - This is a very simple online now script. (3)
    Hi all, Its Aldo. anyways, I wont be using the method of pagination, i will just tell you how to
    make a basic online now script. When someone logs in, now take into consideration that the name of
    the username input is username ( First ,create a table in your database saying online now and add 2
    fields to it. id and username CODE id type=integer(INT) , auto increment, length =255
    and username = VARCHAR length=the limit a username should be in your site now from there we take
    off : CODE <?php //logged.php //authentication script //connection scri...
  4. The Artists Tutorials :mysql Basic Commands - The Artists is an online programming unit and gfx designing clan. (0)
    Let's Talk about basic mysql commands used in php. I will now show you a list of the most common
    MySQL FUNCTIONS : QUOTE mysql_connect(MySQL server name,username,password) - opens a connection
    to a MySQL server. mysql_select_db(database name,connection id) - selects a database residing on
    the MySQL server. The database name parameter referes to an active database on the MySQL server that
    was opened with the mysql_connect function. The connection identifier is a reference to the current
    MySQL connection. mysql_query(sql query) - sends a query to the currently ac...
  5. Beginner's Php Tutorial Online At My Site - (12)
    Hey everyone, over the last week I've been writing a PHP tutorial aimed at absolute beginners
    who have never even seen the syntax of PHP before let alone wrote a PHP script! The tutorial
    assumes you have a basic knowledge of HTML (for the tutorial you will need to write a couple of
    hyper links and forms, nothing complex!) and an internet browser. It tells you about where to
    find the other software needed (apache/XAMPP and a script.text editor) and how to check if it is
    working. The tutorial is basic and focuses on the use of the ECHO, INCLUDE/REQUIRE and I...
  6. Php Online Test - (8)
    Is there any online PHP / Mysql testing place? I would like to test my PHP knowledge but I have not
    found any online ( free ofcourse). ...
  7. Add The Online Proxy To Your Site. - script:phproxy (0)
    it developed by whiteFyre that contained only 5 files: index.php phproxy.class.php javascript.js
    url_forum.inc style.css the demo is on http://hbu.com.ru/proxy/ the script is under gpl.you
    just can edit every file of this 5. and made your own style of online proxy. enjoy it. PS:If the
    member that find your isp is something wrong or block some Ip,just tried this. guangdian...
  8. Users Online Script In Php - how do i get one? (7)
    I've been seeing a whole bunch of sites that have a Statistics corner, and in there, there are
    things that says "Users Online:", "Page Loads:", "Unique Hits:", and "IP:". Well, I was wondering,
    where do these users get one of these nifty things? I know that PHPNuke offers one, but most of the
    sites that I go to do not use PHPNuke. Any reply is appreciated. /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> ...
  9. I.p. Ping Online Or Offline - (4)
    Does anyone know of a script that will tell people if an IP is online or offline? Like it will ping
    it like every fifteen minutes or so and will display an online or offline image accordingly. Or at
    least it supports images, text is fine I guess, but I'd rather it use images. Any help on this
    will be appreciated! Thanks!...
  10. Visitors Online - With PHP (no MySQL is needed) (9)
    Another script, which shows the visitors onlineat the moment in your site. This script was not made
    by me, I just think it will be very usefull to u. CODE <? $timeout = 15; // change
    it. It is the timer which will delete the member of  online list (in minutes) if
    (!$datei) $datei = dirname(__FILE__)."/online.txt"; $time
    = @time(); $ip = $REMOTE_ADDR; $string =
    "$ip|$time\n"; $a = fopen("online.txt", "a+");
    fputs($a, $s...
  11. Online Radio? - (9)
    Hey Hows everyone I have a question that i m tryin to figure out....Is it possible {Does anyone know
    how to do it} to make a website with a Radio kinda thing on it...and tht u will controll tht radio
    from ur pc..so like..u can say anythin on ur headphone n stuff...or can anyone make a program where
    pplz will download tht software/program n u will have the controll over it so when u say anythin
    from ur computer..the voice will be heard from tht program...well i think it is possible buh i m not
    sure how to do it...i m not a good programmer so if anyone knws how to make suc...



Looking for online, exam, plz

Searching Video's for online, exam, plz
advertisement



Online Exam - Plz Help me



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE