questions/web-development/php
When is it a good idea to ...READ MORE
I want to generate QR codes on ...READ MORE
I have this array: Array ( [data] => ...READ MORE
I have this code in a PHP function: $fmt ...READ MORE
What is the Fundamental difference between these ...READ MORE
How can I run a PHP file ...READ MORE
Although I am aware of what a ...READ MORE
When I use: session_name( 'fObj' ); session_start(); _SESSION['foo'] = 'bar'; Subsequently ...READ MORE
I want to redirect URLs clicked in ...READ MORE
I needed to convert array values into variables ...READ MORE
What is the difference between == and ===? How exactly does ...READ MORE
How can I write a PHP ternary operator ...READ MORE
How can I utilize IP to determine ...READ MORE
This PHP method should print the Fibonacci sequence up ...READ MORE
The PHP switch statement returns invalid output : $cond ...READ MORE
The callback function in array_filter() only passes in the ...READ MORE
How does PHP or any other language ...READ MORE
I came to know about static methods ...READ MORE
I did this in Javascript but when ...READ MORE
I want to use __dir__. I don't ...READ MORE
public class MyClass { } In Java, we can ...READ MORE
Are $_SESSION variables stored on the client ...READ MORE
How can I generate Controller and Model ...READ MORE
In PHP: When should I use require vs. include? When should I ...READ MORE
I need to setup my PHP script ...READ MORE
How can I make a function return ...READ MORE
I have difficulty counting how many times ...READ MORE
I have a time returned by PHP ...READ MORE
What is the best way to connect ...READ MORE
How can I convert one date format ...READ MORE
What are the technical reasons for why ...READ MORE
I am getting a parse error, and ...READ MORE
What is encapsulation with simple example in ...READ MORE
I am working on creating a newline character: echo $clientid; echo ...READ MORE
This is my code: $message = ""; if($_REQUEST['msg'] == "new"){ ...READ MORE
To configure PHP with the Apache Web ...READ MORE
Clearing Data from Cache Object (Application Cache) If ...READ MORE
In RESTful API design, accommodating operations beyond ...READ MORE
I want to round the number and ...READ MORE
Yes, it's important to manage MongoDB connections ...READ MORE
Can someone exlpain me with the code ...READ MORE
How can I create a live clock ...READ MORE
Steps to Create a WordPress Theme Set Up ...READ MORE
You can check the enabled PHP extensions ...READ MORE
I'm running a PHP script and continue ...READ MORE
The cURL stands for ‘Client for URLs’, ...READ MORE
Dear All Data is dumped in div basically insert ...READ MORE
i want to extract invoices which are ...READ MORE
I have a big problem and I ...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.