join URL
Joins two URLs together and returns the result as a String. If an error occurs during the process, the function returns null.
Return
the joined URL as a String, or null if an error occurs
Parameters
url
the base URL to join with the other URL
u RL
the URL to join with the base URL