questions/web-development/php
This is my sample code and it ...READ MORE
What is the difference between call by ...READ MORE
I have an engine that processes the ...READ MORE
Every time I go into phpMyAdmin using ...READ MORE
When and why should I use public, ...READ MORE
Consider: $xml = "l"; $xml = "vv"; echo $xml; This will ...READ MORE
I am trying to convert all colors ...READ MORE
Is it possible to write a string ...READ MORE
$db = mysql_connect("localhost", "root", ""); ...READ MORE
When I use this URL: https://chart.googleapis.com/chart?cht=p3&chs=250x100&chd=t:60,40&chl=Hello|World&chof=json I am prompted ...READ MORE
Hello @kartik, Running php -m will give you all the ...READ MORE
I am trying to remove the brackets ...READ MORE
As far as I know, PHP objects ...READ MORE
Note that the php_flag settings in .htaccess ...READ MORE
Is PHP capable of being used to ...READ MORE
When I run this code: <?php ini_set('upload_max_filesize', '10M'); echo ini_get('upload_max_filesize'), ", ...READ MORE
I want to parse a JSON file ...READ MORE
I have trouble getting to xampp 7.0.9's ...READ MORE
I want to test my PHP file ...READ MORE
I tried using the PHP unlink() function to ...READ MORE
Is there a way to style the ...READ MORE
I made this: http://imgur.com/Moc84HD.jpg in WordPress. What it does ...READ MORE
How can I validate the input value ...READ MORE
How can I see if the file ...READ MORE
I am working on an image map ...READ MORE
This is the hashed output "bWNgAQW2FLc" I ...READ MORE
Is there a cleaner way than foreach to get ...READ MORE
I am working on a function where ...READ MORE
I want to create a PDF file ...READ MORE
Can someone please explain the recursive function ...READ MORE
I wanted to create a function called ...READ MORE
Is it possible to write code like ...READ MORE
I created a user table in MySQL from the ...READ MORE
When I tried to install Magento on ...READ MORE
I currently use htmlentities() to filter data coming from ...READ MORE
What is the distinction between Sessions and Cookies ...READ MORE
I'm getting a max_input_vars error message. I'm ...READ MORE
I have phpinfo() text which I want to post ...READ MORE
My array: Array ( [0] => ...READ MORE
Hello @kartik, Try the below steps: edit app/config/config.yml then go to assetic: under ...READ MORE
The HTML document I have renders perfectly fine ...READ MORE
I'm using Apache2, php5, and MySQL. Every time I try ...READ MORE
I want to know more about the .htaccess ...READ MORE
I am working on a PHP script ...READ MORE
Code: if ($user_id == NULL || $user_name == ...READ MORE
I want to create a JSON object ...READ MORE
I am working on creating config file ...READ MORE
What is the fastest way to remove ...READ MORE
I have this code in a PHP function: $fmt ...READ MORE
I don't seem to understand what GET ...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.