Welcome Guest, Not a member yet? Register   Sign In
Get data based on the URL but using the same function
#2

[eluser]osci[/eluser]
Code:
function index($school='') {
   //have values stored in uppercase or do search in db using UCASE
   // transform your segment to uppercase
   $school = strtoupper($school);
   //check database now

}


Messages In This Thread
Get data based on the URL but using the same function - by El Forum - 05-15-2011, 11:40 PM
Get data based on the URL but using the same function - by El Forum - 05-16-2011, 12:13 AM
Get data based on the URL but using the same function - by El Forum - 05-16-2011, 12:31 AM
Get data based on the URL but using the same function - by El Forum - 05-16-2011, 12:37 AM
Get data based on the URL but using the same function - by El Forum - 05-16-2011, 12:37 AM
Get data based on the URL but using the same function - by El Forum - 05-16-2011, 12:39 AM
Get data based on the URL but using the same function - by El Forum - 05-16-2011, 12:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB