questions/web-development/php
Windows 8 is where I've installed my ...READ MORE
I am getting this error when I ...READ MORE
Hello @kartik, Use the header() function to send an HTTP Location header: header('Location: '.$newURL); Contrary to ...READ MORE
What PHP time zone can I use ...READ MORE
Case I: <?php if ( $fileSize > 100 ) { ...READ MORE
I am using PHP as the scripting ...READ MORE
On my Ubuntu 16.04, I've installed PHP ...READ MORE
I have this string: 0000000020C90037:TEMP:data I need this string: TEMP:data. With ...READ MORE
How can I create an object in ...READ MORE
I want to put a copyright notice ...READ MORE
So here's how it works: I use ...READ MORE
I've used the XML Parser before, and ...READ MORE
Why do we need to run a ...READ MORE
Hello @kartik, Here's a full example of what ...READ MORE
How do I read all the information ...READ MORE
I stored emojis in my database and ...READ MORE
I recently updated the composer on my ...READ MORE
Add this at the top of your PHP ...READ MORE
Can someone please suggest to me an ...READ MORE
When I attempted to run "yum install ...READ MORE
I want to know what is the ...READ MORE
I attempted to pass a Hacker Rank ...READ MORE
I have encoded an Array I've made using ...READ MORE
Hello @kartik, You can't run PHP in .html ...READ MORE
I want to convert a string into ...READ MORE
In a few instances, when installing WordPress ...READ MORE
Why should we write $var_name = value; ...READ MORE
I want to load a file as ...READ MORE
Possible duplicate: where we use object operator “->” ...READ MORE
When I develop a student information form ...READ MORE
I am getting this error after I ...READ MORE
I was wondering how to add the ...READ MORE
I have created a login and register ...READ MORE
Given this array: $inventory = array( ...READ MORE
I use Notepad++ for code editing, I need an ...READ MORE
How can I sort this array by ...READ MORE
Could someone please explain the main benefits ...READ MORE
The palindrome can be found in three ...READ MORE
Use procmail if it is installed on ...READ MORE
I am not able to login using ...READ MORE
I want to have multiple image upload forms ...READ MORE
What's the correct way to round a ...READ MORE
Try this: $files = array_values(array_filter(scandir($path), function($file) use ($path) ...READ MORE
I was using try..catch blocks in my ...READ MORE
What can I do to get the ...READ MORE
I wanted to shorten URL using the ...READ MORE
Hello @kartik, The following should help realpath — Returns canonicalized ...READ MORE
Is there any easiest way to create ...READ MORE
Hello, you can register the following code at Application ...READ MORE
My server support post_max_size 192MB and max_execution_time 600 sec so when ...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.