questions/web-development/php
I'm working on a PHP application that ...READ MORE
Hello @kartik, You can relocate it by editing ...READ MORE
Hello @kartik, mime_content_type() is deprecated, so you won't ...READ MORE
Hello, Try this code: if (!function_exists('getallheaders')) { ...READ MORE
Hii, Use the --no-scripts flag to prevent artisan from executing ...READ MORE
Hello, To switch to PHP 4.4: AddHandler application/x-httpd-php4 .php To ...READ MORE
Hello @kartik, Use: $url = preg_replace("(^https?://)", "", $url ); This ...READ MORE
Hello, The ./configure command is part of the compilation process ...READ MORE
Hello @kartik, If you are using windows based ...READ MORE
Hello @kartik, This code does the trick // Name ...READ MORE
Hello @saima , Before you extract values from $_POST ,$_SESSION, ...READ MORE
Hello @kartik, Here is a sample code: <?php $sql="select ...READ MORE
Hello @kartik, Replace < with < and& ...READ MORE
Here’s a breakdown of the key ES6 ...READ MORE
Hello @kartik, Using this command columns names will ...READ MORE
Hello @kartik, Try this: select * from information_schema.columns where table_schema ...READ MORE
Hello, Considering that you have $replaced = array('1' => ...READ MORE
Hello @kartik, Use array_unique(): Example: $array = array(1, 2, 2, 3); $array ...READ MORE
Hello @kartik, Use this code: function post_without_wait($url, $params) { ...READ MORE
Hello @kartik, I have a codeigniter version for ...READ MORE
Hello @kartik, You just have to include the safestring.class.php before ...READ MORE
I am working on creating a database ...READ MORE
I wasn't sure why both methods calls ...READ MORE
Hii @kartik, If you want to know php ...READ MORE
I'm running into a small issue with ...READ MORE
I am close to 65% close to ...READ MORE
I fetched post_id from postmeta: $post_id = $wpdb->get_results("SELECT ...READ MORE
Hello @kartik, You can do with the --no-data option with ...READ MORE
Hello @kartik, you can do SELECT STR_TO_DATE(yourdatefield, '%m/%d/%Y') FROM ...READ MORE
Hello @kartik, Use an equals (=) sign in ...READ MORE
Wen I tried - http://localhost/phpinfo.php in google chrome ...READ MORE
I'm trying to use cURL to log ...READ MORE
I have never used a payment gateway ...READ MORE
Hello @kartik, you need to set the blending ...READ MORE
Hello @kartik, You could download a free GeoIP ...READ MORE
I have an array called reverse array ...READ MORE
I have a form on one page ...READ MORE
After each entry has been verified, the ...READ MORE
I am getting this error when I ...READ MORE
hey, The code below shows a simple way ...READ MORE
I'm getting the error "Mailer Error: Could ...READ MORE
When I type localhost in my browser ...READ MORE
Hello @kartik, In your home folder /Users/David for exmaple, you ...READ MORE
Hello @kartik, You'll be wanting to use glob() Example: $files = ...READ MORE
Hello @kartik, If you're using PDO, use PDO::lastInsertId. If you're ...READ MORE
Hello, Try this code: preg_match('/[a-zA-Z]+<\/a>.$/', $lastgame, $match); print_r($match); Using / as a delimiter ...READ MORE
I have a development environment based on ...READ MORE
Hello @kartik, Store the ip as a INT(11) UNSIGNED, ...READ MORE
Hello @kartik, You may get this error because ...READ MORE
Hello @kartik, Try this: preg_replace('/\\?.*/', '', $str) Hope ...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.