sjasthi / learnandhelp

Learn and Help: Learn programming and help different causes.
MIT License
0 stars 10 forks source link

(Minor Bug) The URL for display school is incorrect #77

Open sjasthi opened 4 months ago

sjasthi commented 4 months ago

As a visitor, click "Schools" Then click a given school. A URL is shown https://learnandhelp.jasthi.com/school_details.php?School_Id=2&target=_blank

target=_blank should be dropped from the URL.

These URLs remain constant and can be shared/bookmarked by others.

https://learnandhelp.jasthi.com/school_details.php?School_Id=2

We can also simply say "id = 2"
No need to say "School_Id" (it is verbose)