Top posters
| Rockafella | ||||
| NeoN | ||||
| Edgey | ||||
| sLyd3r | ||||
| Thadin | ||||
| GaskooN | ||||
| Omni_Cookie | ||||
| Ratthing | ||||
| SiLent_WolF | ||||
| arcainus |
Latest topics
Test My Online PHP application
Page 1 of 2 • Share •
Page 1 of 2 • 1, 2 
Test My Online PHP application
Hey peeps,
For those that don't know, i'm busy doing a unisa course about developing web applications using php.
This is my final project, and you have to test it. Don't expect flashy graphics, etc cause thats not what its about.
Its all about the back-end system that connects to s MySQL database and allows users to manipulate that data via a web interface.
Let me know if you find any bugs/manage to break it or if you can think of any improvements.
http://students.netne.net/
For those that don't know, i'm busy doing a unisa course about developing web applications using php.
This is my final project, and you have to test it. Don't expect flashy graphics, etc cause thats not what its about.
Its all about the back-end system that connects to s MySQL database and allows users to manipulate that data via a web interface.
Let me know if you find any bugs/manage to break it or if you can think of any improvements.
http://students.netne.net/
_________________


Rockafella- Admin
-
Number of posts: 887
Age: 29
Location: Cape Town
Registration date: 2008-09-15

Re: Test My Online PHP application
Looks fantastic dude. 
Haven't managed to break it with the lil bit of tinkering I did. >_< Will look at it again in more detail tomorrow if and when I can.
Best of luck with the final presentation. ^_^
Haven't managed to break it with the lil bit of tinkering I did. >_< Will look at it again in more detail tomorrow if and when I can.
Best of luck with the final presentation. ^_^
Last edited by NeoN on Thu May 07, 2009 8:13 pm; edited 1 time in total
_________________
"I live my life a DotA game at a time. For that hour I am free." - DotaHoliC, Clan Pat0

NeoN- D4RK Master

-
Number of posts: 664
Age: 24
Location: Joburg, South Africa
Registration date: 2008-10-24

Re: Test My Online PHP application
cool thanks guys.
Feel free to enter/delete any info you want.
Also just updated it with the ability to submit marks for students on the view registrations page
Feel free to enter/delete any info you want.
Also just updated it with the ability to submit marks for students on the view registrations page
_________________


Rockafella- Admin
-
Number of posts: 887
Age: 29
Location: Cape Town
Registration date: 2008-09-15

Re: Test My Online PHP application
Hey Guys, there is a brand new course on Rocka's website to go register to take it 
_________________



Dre21- Groupie

-
Number of posts: 119
Age: 22
Location: East London
Registration date: 2009-01-14

Re: Test My Online PHP application
yes special price for forum members, only R10 000.
_________________


Rockafella- Admin
-
Number of posts: 887
Age: 29
Location: Cape Town
Registration date: 2008-09-15

Re: Test My Online PHP application
Hey rocka, suggestion, tried entering some random garbage, i would only delete the fields that are wrong (when registering) it currently deletes everything instead of only those that is not valid.
Just a tip
Just a tip
[SBW]_Caboose_- Noob

- Number of posts: 46
Registration date: 2009-04-14
Re: Test My Online PHP application
yeah i know thats a bit of a hassle, i need to figure out how to do that still because the data isn't entered into the database unless its all correct, and you need the data in the database in order to display it again when you go back to the page.
Its not a requirement for the project but I'm gonna see if I can find a way.
Its not a requirement for the project but I'm gonna see if I can find a way.
_________________


Rockafella- Admin
-
Number of posts: 887
Age: 29
Location: Cape Town
Registration date: 2008-09-15

Re: Test My Online PHP application
[SBW]_Caboose_ wrote:Hey rocka, suggestion, tried entering some random garbage, i would only delete the fields that are wrong (when registering) it currently deletes everything instead of only those that is not valid.
Just a tip
Ok figured out how to do it. It should now remember you previous entries in case of errors in the form input.
_________________


Rockafella- Admin
-
Number of posts: 887
Age: 29
Location: Cape Town
Registration date: 2008-09-15

Re: Test My Online PHP application
Looks good man, good luck. 
_________________
"before the crowd of a silent mouth
like air in a dream of drowning
youll find yourself inside this moment
and confess that your at war
with what keeps you breathing "
-Emerosa, Armageddon.



SiLent_WolF- Blabbermouth

- Number of posts: 248
Registration date: 2008-09-18
Re: Test My Online PHP application
Thanks 
Added email contact form.
Also fixed a bug in the student registration form
Added email contact form.
Also fixed a bug in the student registration form
_________________


Rockafella- Admin
-
Number of posts: 887
Age: 29
Location: Cape Town
Registration date: 2008-09-15

Re: Test My Online PHP application
arcainus wrote:i swear it was not me!
ditto
all looking nice hehe
_________________


Thadin- Blabbermouth

-
Number of posts: 374
Age: 24
Location: Gauteng/Benoni
Registration date: 2009-02-10
Re: Test My Online PHP application
Thadin wrote:arcainus wrote:i swear it was not me!
ditto
all looking nice hehe
If it was, I'd be scared

_________________


Rockafella- Admin
-
Number of posts: 887
Age: 29
Location: Cape Town
Registration date: 2008-09-15

Re: Test My Online PHP application
Hey dude looking good!
Functionality is good i couldn't break it.
A few things i picked up (maybe not what u need now, its all little things)
All on the reg form:
1) "Innitials" spelled wrong -> no double n
2) The tabbing is out. If ur in the txt boxes u cant tab to the radio buttons, and vice versa.
Also when tabbing to the multiline text field (Postal Address) it right justifies the first line when it gets focus.
3)"ID Num" has a semi colon instead of a colon.
4) Phone number field lengths. It allows pretty much any length over a certain number (10 i think?) but there is no cap. So i can enter 1203923482367623723 as my fax num and it will allow it.
That's it.
Soz man, i know these are a bit of a pain but im also a programmer, and i like when people get thorough when looking at my stuff coz small details make a difference.
Good job tho dude!!
Good luck bro i hope u ace it.
Functionality is good i couldn't break it.
A few things i picked up (maybe not what u need now, its all little things)
All on the reg form:
1) "Innitials" spelled wrong -> no double n
2) The tabbing is out. If ur in the txt boxes u cant tab to the radio buttons, and vice versa.
Also when tabbing to the multiline text field (Postal Address) it right justifies the first line when it gets focus.
3)"ID Num" has a semi colon instead of a colon.
4) Phone number field lengths. It allows pretty much any length over a certain number (10 i think?) but there is no cap. So i can enter 1203923482367623723 as my fax num and it will allow it.
That's it.
Soz man, i know these are a bit of a pain but im also a programmer, and i like when people get thorough when looking at my stuff coz small details make a difference.
Good job tho dude!!
Good luck bro i hope u ace it.
_________________


Mortal Tree- Groupie

- Number of posts: 93
Registration date: 2009-03-31
Page 1 of 2 • 1, 2 
Permissions of this forum:
You cannot reply to topics in this forum




» DuC vs NsF (Twilight Unofficial League, Week 3 - 15 Nov 09)
» DuC vs BK (Twilight Unofficial League, Week 2 - 15 Nov 09)
» DuC vs p00 (10 Nov 09)
» Post your number 1 PRO dota tips!!!
» DuC vs unks (05 Nov 09)
» Duc vs NsF
» WE NEED LES
» CandyCup 3 - Sign Ups