questions/web-development/php
I want to change the English numerals ...READ MORE
I was wondering how to add the ...READ MORE
I want to write a PHP script ...READ MORE
I have this script on one free ...READ MORE
Given this array: $inventory = array( ...READ MORE
Hello @kartik, The following enables all errors: ini_set('display_startup_errors', 1); ini_set('display_errors', ...READ MORE
What's the correct way to round a ...READ MORE
Is there any easiest way to create ...READ MORE
I needed t to send data like ...READ MORE
Hello @kartik, Let's say you want to save ...READ MORE
What is function overloading and function overriding? ...READ MORE
Is there a simple PHP method for ...READ MORE
Hii @kartik, JSON stands for JavaScript Object Notation, ...READ MORE
I frequently come across the word "cURL" ...READ MORE
I do have a query... Each post ...READ MORE
How can I insert an image in ...READ MORE
I am getting this error message When ...READ MORE
Hello @kartik, Use the following code: ini_set("log_errors", 1); ini_set("error_log", "/tmp/php-error.log"); error_log( ...READ MORE
The following script is generating a warning ...READ MORE
What is the correct way to display ...READ MORE
I want to create a plugin for ...READ MORE
I wanted to shorten URL using the ...READ MORE
In a form on a PHP page, ...READ MORE
I am having an issue inserting date ...READ MORE
A few months ago, I first used ...READ MORE
I need to send a pdf with ...READ MORE
Ignoring the special libraries that allow you ...READ MORE
I'm seeking for a how-to guide or ...READ MORE
As it automatically sets it for me ...READ MORE
Hello @kartik, Simply try this: $first = $second = ...READ MORE
I have some data from the database ...READ MORE
Can someone assist with obtaining an access ...READ MORE
I get an error: SMTP server response: 530 ...READ MORE
what is the best way to typecast ...READ MORE
Hello @kartik, This is how you do it: set_error_handler(function($errorType){ ...READ MORE
Hello, if you are going to store the ...READ MORE
I try to erase cookies whenever I ...READ MORE
I have a PHP variable of the ...READ MORE
Can someone please explain how the variable ...READ MORE
PHP is the only language in which ...READ MORE
What is the best way to get ...READ MORE
On Windows 7, I've set up Netbeans ...READ MORE
I want to know how unset affects ...READ MORE
I am having trouble connecting my PHP ...READ MORE
Is there a way to specify the ...READ MORE
I want to generate a 6-digit random ...READ MORE
Is ob_start() used for output buffering so ...READ MORE
What is an abstract class in PHP? ...READ MORE
I want to replace space in the first ...READ MORE
What is the best way to remove ...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.