Loading

Online Schedule Inquiry System

Submitted by: 
Language: 
Visitors have accessed this post 5536 times.




Online Schedule Inquiry System is designed for an easier and faster accessibility of schedules of the teachers and students of Carlos Hilado Memorial State College.


Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

syro_xander's picture

hi bro pwde ko ba malaman if ano2x ang mga software na kailan para makacreate ng php project then pwde ko maview ang output f through offline lng..

vahncayzer@gmail.com
Software Developer

try mo xampp

Xampp and html editors like dreamweaver or notepad++

hi plz send mi on code for comment

Hi,

Can u tell me exactly online scheduling code about same...

When I try to login the admin there are 2 warnings.
Can you help me with it.

  1. Warning: session_register() [function.session-register]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\OSS\index.php:14) in C:\xampp\htdocs\OSS\index.php on line 71
  2.  
  3. Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\OSS\index.php:14) in C:\xampp\htdocs\OSS\index.php on line 75

Please help..

PHP will not output any whitespace in between php tags, However, for anything outside php tags, (eg: html) whitespaces, linebreaks are sent as HTTP Content.
Sometimes this your editor may add whitespace also.

To prevent whitespace from being sent before you send all your headers, make sure the

You can also use output buffering, ob_start() to buffer your PHP output before sending it to HTTP. Then use ob_flush() to send http output when you need.

for more help: Webdosh

Notice: Undefined variable: already_exist in C:\Program Files\xampp\htdocs\inquiry\Online_Scheduling_System\admin\add_teacher.php on line 73

Notice: Undefined variable: flagteacher in C:\Program Files\xampp\htdocs\inquiry\Online_Scheduling_System\admin\add_teacher.php on line 77

tnx :D

Add new comment