questions/web-development/php
How can I check if $something['say'] has the value ...READ MORE
If I have understood your question right, ...READ MORE
I'm positioning a circular picture with a ...READ MORE
Hello @kartik, You need to change some setting ...READ MORE
Hello @aakash, You are not sending the variable ...READ MORE
I am working on a function that ...READ MORE
I have created two pages and two ...READ MORE
I'm running MySQL version 8 on PHP ...READ MORE
Hello, Error occurred here was due to the ...READ MORE
Hello kartik, MySQL is the most popular database ...READ MORE
I successfully installed Laravel using Composer, but ...READ MORE
Hello @kartik, Here is a version in a functional ...READ MORE
Hello, Try adding posts_per_page=-1 to the string of parameters passed ...READ MORE
Hello @kartik, It should be as simple as ...READ MORE
I'm testing out the new password hash ...READ MORE
Hello @kartik, Try var_export You may want to check out var_export — ...READ MORE
When a user has finished filling out ...READ MORE
Hello @kartik, You can use this query to ...READ MORE
I have this code: if (!(file_exists(http://mysite.com/images/thumbnail_1286954822.jpg))) { ...READ MORE
I want to search for the uid ...READ MORE
Hello @kartik, You can do it with {{ form_widget(formView._token) ...READ MORE
Hello @kartik, The user-contributed section in the manual ...READ MORE
Hello @kartik, you can use http_response_code() for get and set ...READ MORE
Hello @kartik, If you're hosting on someone else's ...READ MORE
My CollectionController looks like this . <?php namespace App\Http\Controllers; use ...READ MORE
I want to decode a JSON string ...READ MORE
Hey kartik, A variable declared outside a function has a ...READ MORE
Let me start by stating that I ...READ MORE
When I try to upload a file ...READ MORE
The PHP and the HTML should each ...READ MORE
Hello, set_time_limit() works in CLI scripts. <?php set_time_limit(1); //in ...READ MORE
I have a version of phpMyAdmin located ...READ MORE
I have an auto-complete search field in ...READ MORE
Hello, HTML Encoding htmlspecialchars will convert any "HTML special characters" ...READ MORE
Hello @kartik, Try this: $session = Mage::getSingleton("core/session", array("name"=>"frontend")); // ...READ MORE
Hello @kartik, __CLASS__ always returns the name of the ...READ MORE
I looked here and read the Apache ...READ MORE
Hello @kartik, A lesser known trick is that ...READ MORE
Hello, Implementation of a callback is done like ...READ MORE
I wanted to make an active page ...READ MORE
I am working on creating a product ...READ MORE
I'm on Linode 1G RAM basic plan. ...READ MORE
I'm trying to change the default PHP ...READ MORE
I'm attempting to use CodeIgniter to create ...READ MORE
Hello, If your whole JavaScript code gets processed ...READ MORE
Hello @kartik, Send the following headers before outputting ...READ MORE
How can I return a variable value ...READ MORE
Hello @kartik, This should work in SQL Server: update ...READ MORE
On my Windows computer, I installed XAMPP, ...READ MORE
I downloaded a 64-bit version of xampp ...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.