questions/web-development/page/74
Hello @kartik, You can use the parse_url() and parse_str() for that. $parts = ...READ MORE
Hello @kartik, We setup wildcard DNS like they ...READ MORE
Hello @kartik, To validate email use the below ...READ MORE
Hii, If you already have nodejs installed (check ...READ MORE
Hello @kartik, A good, up to date alternative ...READ MORE
Laravel is configured to use MySQL by ...READ MORE
Hello @klartik, Jusr use the global flag, g: foo.replace(/<br>/g,"\n") Hope it ...READ MORE
Hello @kartik, If your package.json looks something like ...READ MORE
Hello @kartik, Try using this: rename_column :table, :old_column, :new_column You'll ...READ MORE
Hello, In the error callback or $.ajax you have three ...READ MORE
Hey, Facades provide a "static" interface to classes ...READ MORE
Hello @kartik, Using component <Route path="/users/:id" component={UserPage}/> this.props.match.params.id The component is ...READ MORE
Hello @kartik, Here is how you do in ...READ MORE
Hello @kartik, By default, gulp runs tasks simultaneously, ...READ MORE
Hello @kartik, Simply use one of the following ...READ MORE
Hello @kartik, It is always best practice to ...READ MORE
Hello @kartik, The minimal setup for an HTTPS ...READ MORE
Hello, Prior to PHP 7 type hinting can only be ...READ MORE
Hello @kartik, Here is an example I used ...READ MORE
Hello @kartik, This message shows up if you ...READ MORE
Hii @kartik, You have to add as="fetch" for JSON files. ...READ MORE
Hello @kartik, useState hooks function argument is being used ...READ MORE
Hello @kartik, Since the page that is sending ...READ MORE
Hello @kartik, If you are using ModelForm, apart from ...READ MORE
Hello @kartik, You should populate data with AJAX ...READ MORE
Hello @kartik, Use the toSql() method on a QueryBuilder instance. DB::table('users')->toSql() would return: select * ...READ MORE
Hello @kartik, Use the npm bin command to get the ...READ MORE
Hello @kartik, Yes,you can read environment variables in Node.js ...READ MORE
Hello @kartik, You can try this as this ...READ MORE
Hello @kartik, This should work in SQL Server: update ...READ MORE
Hello, vent with Illuminate\Routing\Redirector, laravel set redirect in ...READ MORE
Hello @kartik, You could try System.Web.Hosting.HostingEnvironment.MapPath(). No HttpContext required. Hope ...READ MORE
Hello @kartik, This looks like a permissions issue ...READ MORE
Hello @kartik, Use this: remove_column :table_name, :column_name For instance: remove_column :users, ...READ MORE
Hello @kartik, You can solve this error by ...READ MORE
Hello @kartik, The delete operator is used to remove properties ...READ MORE
Hello @kartik, It is possible to dynamically generate ...READ MORE
I've taken some code and put it in ...READ MORE
Hello, The root of this and similar problem "no such method ...READ MORE
Hello, To convert a date retrieved from MySQL ...READ MORE
Hii @kartik, Basically what you done is right, ...READ MORE
Hello @kartik, Set the trigger option of the popover to hover instead ...READ MORE
Hello, You can use TestCase instead PHPUnit_Framework_TestCase // use the following namespace use ...READ MORE
Hello @kartik, It is happening because any where ...READ MORE
Hii @kartik, The problem was that even though the ...READ MORE
Hii @kartik, You are loading the model using ...READ MORE
Hello @kartik, Try this: var fs = require('fs'); var dir ...READ MORE
Hello @kartik, Use node-inspector from any browser supporting WebSocket. Breakpoints, ...READ MORE
Hello @kartik, Php has an inbuilt JSON Serialising ...READ MORE
Hello @kartik, In SQL Server, use MERGE MERGE INTO YourTable ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.