Hi all i got a url( that if i paste it in browser address bar it will return for me a value like this:
document.write('usa');
I want to grab only countryname value using php and store it in variable and later insert it in to mysql db. Could an expert show me how i can store the countryname into variable.Thanks
document.write('usa');
I want to grab only countryname value using php and store it in variable and later insert it in to mysql db. Could an expert show me how i can store the countryname into variable.Thanks