Posts by Eduardo A. Vargas • 81 points
4 posts
-
0
votes1
answer244
viewsA: Custom shipping for each region of the same zip code
Do it for the neighborhood anyway, But it is important that people do not enter the neighborhood, because each person can enter a different neighborhood than Oce expects. Put un select in the…
-
0
votes1
answer48
viewsA: Problems with {!! Form::model()!! }
Good morning, change it: {!!Form::close()!!} If it still doesn’t work post include code.
-
1
votes1
answer455
viewsA: Dynamically php add/remove inputs
If I understand your question, just put the value of x in the name. $(wrapper).append('<div><input type="text" name="mytext"'+x+'/><a href="#" class="remove_field">Remover…
-
4
votes1
answer3620
viewsA: Error: "Call to Undefined Function mysqli_init"
It’s not a mistake in your application. Probably talking the msqli driver in php In your php.ini and uncomment the following: extension=php_mysqli.dll If this extension is enabled and shows the…