questions/web-development/php
This one worked for me function ...READ MORE
How to delete a database in phpMyAdmin? READ MORE
Hello, Try: $result = curl_exec($cURL); $result = json_decode($result,true); Now you can ...READ MORE
Hello @kartik, If your whole JavaScript code gets ...READ MORE
php artisan cache:clear Is there any workaround to ...READ MORE
Since I'm new to PHP, I'd like ...READ MORE
I want to put a number of ...READ MORE
I have this URL: url.com/picture.php?id=51 And I want the ...READ MORE
I want to figure out getting the port ...READ MORE
I have two arrays like this: array( '11' ...READ MORE
Code: <?php $host='localhost'; $user='root'; $password='root'; $database='database'; $startindex=@$_REQUEST['seek']; $db=mysql_connect($host, ...READ MORE
Code : <?php define("SITENAME","Page TITLE");?> I want to echo ...READ MORE
I created a folder in the "www" ...READ MORE
I'm curious about PHP's internal handling of ...READ MORE
I'm getting this error: Notice: Undefined index: productid ...READ MORE
Hello, You are looking for the extends keyword: Interface IFoo extends ...READ MORE
The translated string is repeated back when ...READ MORE
My domain.com shared server is available. And ...READ MORE
How to pop an alert message box ...READ MORE
Hello @kartik, Go to Tools->Plugins. In the Settings tab ensure that the ...READ MORE
I'm trying to make a static class ...READ MORE
Can someone please explain to me what ...READ MORE
I want to upload an image to ...READ MORE
$key = 'jim'; // example 1 if (isset($array[$key])) { ...READ MORE
The programme becomes vulnerable to SQL injection ...READ MORE
I'm building a test site and my ...READ MORE
was thinking of formatting it like this TYYYYMMDDNNNN ...READ MORE
I have an array named players, what ...READ MORE
How can I check the version of ...READ MORE
The variable: "$num_rows" is not even being ...READ MORE
How do I split a string by ...READ MORE
How do I sort an array in ...READ MORE
What does "6k views" mean and how ...READ MORE
I am trying to convert all colors ...READ MORE
What is autoload in PHP? READ MORE
Hello @kartik, There's a lot of ways. The ...READ MORE
What would be a safe and suitable ...READ MORE
Hello, If A is a class, you can access it ...READ MORE
I intend to use PHP to fulfil ...READ MORE
Is PHP capable of being used to ...READ MORE
I have a config.php file that connects ...READ MORE
There's a plugin for the Contact us form. All ...READ MORE
I posted a date input $_POST['date'] with format 2013/11/22 and time $_POST['time'] with ...READ MORE
How can I remove part of a ...READ MORE
I want to make a CSV file, ...READ MORE
I want to get the length of ...READ MORE
When and why should I use public, ...READ MORE
How can I print each value of ...READ MORE
The PHP/SQL statement that I have created ...READ MORE
Consider: $xml = "l"; $xml = "vv"; echo $xml; This will ...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.