questions/web-development/php
Hello, PHPMailer uses Exceptions. Try the following code: require_once '../class.phpmailer.php'; $mail = new ...READ MORE
Hello @kartik, In SQL Server you can insert ...READ MORE
Hello @viven , This should be a simple fix ...READ MORE
Hello @kartik, You don't appear to have write ...READ MORE
Hello @kartik, What you need to do is ...READ MORE
I have a server with a PHP ...READ MORE
Hello @kartik, Use the strpos function: $haystack = "foo bar baz"; $needle ...READ MORE
Hello @kartik, This worked for me: $cmd = "ping ...READ MORE
Hello @kartik, Error occurred here was due to ...READ MORE
Hello @kartik, Provided that your server is receiving ...READ MORE
Hello, You have to use CURL function does_url_exists($url) { ...READ MORE
Hello @kartik, Don't pass the files into the ...READ MORE
Hello @kartik, You can also do this via ...READ MORE
Hello @kartik, Use $_SERVER['REQUEST_URI']. The URI which was given in ...READ MORE
Hello @kartik, You could have a single key ...READ MORE
Hello @kartik, You can write following codes to ...READ MORE
Hello, Try this without regular expressions: <?php ...READ MORE
Hello @kartik, Consider the following query: $iId = mysql_real_escape_string("1 ...READ MORE
Yes good i like it so nice ...READ MORE
You can use isset function: if(isset($_GET['id'])) { ...READ MORE
Hello @kartik, Test different ports: $wait = 1; // ...READ MORE
Hello @kartik, Here is a sample: <?php // Snippet from ...READ MORE
I solved an issue with Apache and ...READ MORE
I manage some sortiment items on a ...READ MORE
Hello @kartik, The problem is that the package ...READ MORE
Hello, mysqli_pconnect() function is used for making a persistence ...READ MORE
I am using an email I created ...READ MORE
Hello @kartik, $_GET is not a function or language ...READ MORE
Hello @kartik, Use a JOIN in the DELETE statement. DELETE p, pa ...READ MORE
Hello @kartik, Laravel 419 post error is usually ...READ MORE
Hello. These are configurable variables in php.ini: ; with ...READ MORE
I have developed a drop-down login panel using ...READ MORE
Hey, You can follow the steps below in ...READ MORE
instead of: return traitcalc($v); use this: ...READ MORE
A cookie is often used to identify ...READ MORE
Hello @kartik, You need to use the -p flag to ...READ MORE
Hii, Use mysqli_error() As in: $sql = "Your SQL statement ...READ MORE
I have a login and sign-up form and ...READ MORE
I want to have editable rows in ...READ MORE
Hello @kartik, The proper way would be to ...READ MORE
Hello @kartik, Go to Tools->Plugins. In the Settings tab ensure that the ...READ MORE
Hello, Just use php composer.phar require For example : php ...READ MORE
Hello, To convert a date retrieved from MySQL ...READ MORE
Hii, Add this line inside the main index.php of codeigniter ...READ MORE
Hello @kartik, With ip2long() it's easy to convert your addresses ...READ MORE
Hello @kartik, Add this to the page that ...READ MORE
Hello @kartik, Instead of method: "post" you need to use type: ...READ MORE
Hello @kartik, Include has the scope of the ...READ MORE
Hello @kartik, It should be $_COOKIE['name'], not $_COOKIE('name') $_COOKIE is an array, ...READ MORE
Hello, Something like: SELECT id, email, IF(active = 1, ...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.