Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Pa'help po. Sino po may profession or expert dyan sa PHP.

princewoo

Apprentice
Advanced Member
Messages
68
Reaction score
0
Points
26
Papatulong po sana ako sa pag'gawa ng system ko. Gagawa po ako ng login interface. Yung title ko po kasi "Computer Access via Student's ID". Na'approve po kasi ng adviser ko ung research ko at pinapagawa nya po ako ng system na yan. Need ko po sana ng mga tulong sa mga gustong tumulong saken. :pray: Sana po ay tulongan ninyo ako. Salamat po! :) Bismillah! ;)
 
Last edited:
tulong o gagawa para sayo ts. php login lang. ang daming google dyan.
 
Parang ang harsh nyo naman po ata. Galit ka po ba? Nagpapatulong lang. Papagagawa kagad? :weep: Alam ko pong may google, pero mas may mga experto po dito. :lol:

- - - Updated - - -



Ty po dito. Try ko po to. Maraming salamat po! :thumbsup:

so di pala expert yung nasa google?
 
ts try to make log-in interface....then f may problem sa codes mo...balik ka dito...para matulungan ka...gud luck ts....happy programming...
 
linawin mo ts, access via student id? id number na iinput or tatap yun id sa reader?
 
panu po ung codes ng randomized question using php salamat sa makakapansin
 
Create ka ng question database, from there, sa php code mo, query the results para malaman mo yung number of questions available, then use the rand() function to randomize the numbers, so for example 50 items na ang nasa question database mo, use the rand() to do this:
Code:
$getRandomizedId = rand(1, [B][COLOR="#FF0000"]$maxNumber[/COLOR][/B]);
From the result, iquery mo yung Question ID.

Note: $maxNumber - galing to sa query mo, para malaman ang available number of questions.
 
Last edited:
Back
Top Bottom