questions/web-development/php
I do have a query... Each post ...READ MORE
I know that there are two distinct ways ...READ MORE
I want to change the English numerals ...READ MORE
I needed t to send data like ...READ MORE
I need to send a pdf with ...READ MORE
You don't have to do this, since ...READ MORE
What is the best way to get ...READ MORE
The following script is generating a warning ...READ MORE
I frequently come across the word "cURL" ...READ MORE
Hello @kartik, The following enables all errors: ini_set('display_startup_errors', 1); ini_set('display_errors', ...READ MORE
Hii @kartik, JSON stands for JavaScript Object Notation, ...READ MORE
Hello @kartik, Let's say you want to save ...READ MORE
Ignoring the special libraries that allow you ...READ MORE
What is function overloading and function overriding? ...READ MORE
what is the best way to typecast ...READ MORE
Can someone assist with obtaining an access ...READ MORE
I want to create a plugin for ...READ MORE
I get an error: SMTP server response: 530 ...READ MORE
I am having an issue inserting date ...READ MORE
Can someone please explain how the variable ...READ MORE
What is the correct way to display ...READ MORE
I want to replace space in the first ...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
I try to erase cookies whenever I ...READ MORE
I'm seeking for a how-to guide or ...READ MORE
I want to learn reactJS; is it ...READ MORE
Is there a way to specify the ...READ MORE
Hello @kartik, Simply try this: $first = $second = ...READ MORE
In a form on a PHP page, ...READ MORE
I want to generate a 6-digit random ...READ MORE
I want to write a PHP script ...READ MORE
As it automatically sets it for me ...READ MORE
I have this script on one free ...READ MORE
On Windows 7, I've set up Netbeans ...READ MORE
Is there a simple PHP method for ...READ MORE
I'm curious about PHP's internal handling of ...READ MORE
PHP is the only language in which ...READ MORE
Hello, if you are going to store the ...READ MORE
Since I'm new to PHP, I'd like ...READ MORE
I want to figure out getting the port ...READ MORE
I want to upload an image to ...READ MORE
I created a folder in the "www" ...READ MORE
A few months ago, I first used ...READ MORE
What is the difference between var_dump() and print_r() in terms of ...READ MORE
Hello @kartik, This is how you do it: set_error_handler(function($errorType){ ...READ MORE
What is the best way to remove ...READ MORE
What is an abstract class in PHP? ...READ MORE
Is ob_start() used for output buffering so ...READ MORE
Hello, Try: $result = curl_exec($cURL); $result = json_decode($result,true); Now you can ...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.