questions/web-development/php
I think both have the same functionality, ...READ MORE
I want to write Hindi text on ...READ MORE
Hello @kartik, Here's how you properly fetch the ...READ MORE
Hello @kartik, Since PHP 5.4 it's possible to ...READ MORE
Hello, Use $_SESSION directly to set variables. Like this: $_SESSION['name'] = 'stack'; Instead ...READ MORE
This is the Content of my .htaccess file is: ErrorDocument ...READ MORE
Hello @kartik, I've used, it's an attempt to ...READ MORE
Hello @kartik, It works both ways - you ...READ MORE
In my_model.php, I have: $query1 = ( ...something... ); $query2 ...READ MORE
My code to send mail from PHP: ...READ MORE
I have a page with some displayed ...READ MORE
I want to use the key to ...READ MORE
I read that the scripting languages run ...READ MORE
The phpMyAdmin is not running properly for ...READ MORE
You could try to kill the PHP ...READ MORE
Hello @kartik, This is not a catchable fatal ...READ MORE
Hello @kartik, Multiple files can be selected and ...READ MORE
Could you please explain when I should ...READ MORE
Please explain the significance of the tilde() ...READ MORE
How do you upgrade PHP in Xampp ...READ MORE
I have a form, and when I ...READ MORE
I have two dates on the form: Start ...READ MORE
Hello, Try this: if (isset($_POST['remove'])) { ...READ MORE
I am unable to accurately write the ...READ MORE
I was wondering if there was a ...READ MORE
I have the following date: 2010-04-19 18:31:27. I ...READ MORE
We are setting start Schedule time and ...READ MORE
Hello @kartik, This should work fine $arr = array( ...READ MORE
Using PHP, I'm attempting to extract data ...READ MORE
I want to display the first 110 ...READ MORE
A PHP script that is supposed to ...READ MORE
I wanted to know when do I ...READ MORE
I have to use PHP to convert ...READ MORE
There are barely 4-5 static pages on ...READ MORE
To download a file from a third-party ...READ MORE
I'm working on a project where the ...READ MORE
In Java, we can use indexOf and ...READ MORE
I need to send an email using SMTP. ...READ MORE
I have been assigned the task of ...READ MORE
I added: packages.sury.org/php through the script, I got on ...READ MORE
I want to split my long string ...READ MORE
I want to round the number and ...READ MORE
I am getting 504 timeout messages from ...READ MORE
Hii, Here is an approach I have used, it's ...READ MORE
What do the preg_match() and preg_match_all() functions do and how can ...READ MORE
How can I create a javascript equivalent ...READ MORE
Can someone clarify the differences between PHP's ...READ MORE
I wish to upload several files, put ...READ MORE
I am using code $enrypt=md5($pass) and inserting ...READ MORE
You can try this one: error_reporting(E_ALL); ini_set('display_err ...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.