Ask the Community
Ask any professional question and get answers from other specialists.
I'm using xampp Linux under ubuntu and I want to use .htaccess in my local server the server keep giving me the404 error page I tried to modify the config file o ... See More
For some reason my install of XAMPP didn’t have mod_rewrite automatically enabled? Not really sure why but basically below are the instructions on how to enable .htacces ... See More
A better way to connect to a sql server would be to use some server side language like PHP, Java, .NET, among others. Client javascript should be used only for the interf ... See More
JavaScript isn't only a front side language in years. You can use Javascript with NodeJS on server Side to connect to your database and you'll have better perfo ... See More
no ,javascribt just for interface to the user in your case you must work on server as servlet or jsp in javaEE then you take the data throw the interface and connect on ... See More