questions/web-development/php
I have this URL: url.com/picture.php?id=51 And I want the ...READ MORE
php artisan cache:clear Is there any workaround to ...READ MORE
How to delete a database in phpMyAdmin? READ MORE
I'm getting this error: Notice: Undefined index: productid ...READ MORE
I have some data from the database ...READ MORE
I am having trouble connecting my PHP ...READ MORE
How do I sort an array in ...READ MORE
My domain.com shared server is available. And ...READ MORE
I have two arrays like this: array( '11' ...READ MORE
How can I insert an image in ...READ MORE
What is autoload in PHP? READ MORE
I have a PHP variable of the ...READ MORE
How can I remove part of a ...READ MORE
The programme becomes vulnerable to SQL injection ...READ MORE
I want to know how unset affects ...READ MORE
Hello @kartik, If your whole JavaScript code gets ...READ MORE
Code : <?php define("SITENAME","Page TITLE");?> I want to echo ...READ MORE
$key = 'jim'; // example 1 if (isset($array[$key])) { ...READ MORE
What does "6k views" mean and how ...READ MORE
This one worked for me function ...READ MORE
Can someone please explain to me what ...READ MORE
Code: <?php $host='localhost'; $user='root'; $password='root'; $database='database'; $startindex=@$_REQUEST['seek']; $db=mysql_connect($host, ...READ MORE
was thinking of formatting it like this TYYYYMMDDNNNN ...READ MORE
I'm trying to make a static class ...READ MORE
How do I split a string by ...READ MORE
I'm building a test site and my ...READ MORE
I have a config.php file that connects ...READ MORE
I intend to use PHP to fulfil ...READ MORE
Hello, You are looking for the extends keyword: Interface IFoo extends ...READ MORE
The variable: "$num_rows" is not even being ...READ MORE
How can I check the version of ...READ MORE
There's a plugin for the Contact us form. All ...READ MORE
I want to put a number of ...READ MORE
I want to get the length of ...READ MORE
Hello @kartik, There's a lot of ways. The ...READ MORE
I want to change GMT time to ...READ MORE
How to pop an alert message box ...READ MORE
Hello, If A is a class, you can access it ...READ MORE
I want to make a CSV file, ...READ MORE
I posted a date input $_POST['date'] with format 2013/11/22 and time $_POST['time'] with ...READ MORE
How can I print each value of ...READ MORE
What would be a safe and suitable ...READ MORE
What is the difference between ' and ...READ MORE
Hello @kartik, Go to Tools->Plugins. In the Settings tab ensure that the ...READ MORE
The translated string is repeated back when ...READ MORE
How can I profile a PHP script? I tried the microtime function: then ...READ MORE
In Laravel 5, I'm attempting to build ...READ MORE
I have an array named players, what ...READ MORE
Using mysqli the $dbSessionDuration variable can bind ...READ MORE
The PHP/SQL statement that I have created ...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.