questions/web-development/php
I'm testing out the new password hash ...READ MORE
Hello kartik, MySQL is the most popular database ...READ MORE
Because of object creation and instantiation, it ...READ MORE
I successfully installed Laravel using Composer, but ...READ MORE
This is my image map: <map name="frozen"> ...READ MORE
Hello @kartik, Use the toSql() method on a QueryBuilder instance. DB::table('users')->toSql() would return: select * ...READ MORE
Hello @kartik, You can use this query to ...READ MORE
I'm positioning a circular picture with a ...READ MORE
Hello @kartik, Another option is to explicitly mark ...READ MORE
I have created two pages and two ...READ MORE
If I have understood your question right, ...READ MORE
How can I check if $something['say'] has the value ...READ MORE
I'm running MySQL version 8 on PHP ...READ MORE
Hello @kartik, If you're hosting on someone else's ...READ MORE
Hello @kartik, You need to change some setting ...READ MORE
Hello @kartik, Here is a version in a functional ...READ MORE
Hello, Error occurred here was due to the ...READ MORE
Hello, Try adding posts_per_page=-1 to the string of parameters passed ...READ MORE
I have a version of phpMyAdmin located ...READ MORE
Hello @kartik, you can use http_response_code() for get and set ...READ MORE
When a user has finished filling out ...READ MORE
I am working on a function that ...READ MORE
The PHP and the HTML should each ...READ MORE
Hello @kartik, Try var_export You may want to check out var_export — ...READ MORE
Hey kartik, A variable declared outside a function has a ...READ MORE
Hello @kartik, The user-contributed section in the manual ...READ MORE
My CollectionController looks like this . <?php namespace App\Http\Controllers; use ...READ MORE
I want to decode a JSON string ...READ MORE
Hello, set_time_limit() works in CLI scripts. <?php set_time_limit(1); //in ...READ MORE
I want to search for the uid ...READ MORE
Hello @kartik, You can do it with {{ form_widget(formView._token) ...READ MORE
When I try to upload a file ...READ MORE
Hello, Implementation of a callback is done like ...READ MORE
I'm trying to change the default PHP ...READ MORE
Hello @kartik, __CLASS__ always returns the name of the ...READ MORE
Let me start by stating that I ...READ MORE
Hello, HTML Encoding htmlspecialchars will convert any "HTML special characters" ...READ MORE
I'm having sql query as $login = mysql_real_escape_string(GetFromPost('login')); $password ...READ MORE
I installed Virtualmin and phpmyadmin separately using ...READ MORE
I looked here and read the Apache ...READ MORE
How can I return a variable value ...READ MORE
Hello @kartik, Try this: $session = Mage::getSingleton("core/session", array("name"=>"frontend")); // ...READ MORE
I am working on creating a product ...READ MORE
Hello, If your whole JavaScript code gets processed ...READ MORE
Hello @kartik, This should work in SQL Server: update ...READ MORE
I want to study ReactJS; is there ...READ MORE
I'm attempting to use CodeIgniter to create ...READ MORE
I wanted to make an active page ...READ MORE
I have an auto-complete search field in ...READ MORE
I'm on Linode 1G RAM basic plan. ...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.