questions/web-development/php/page/18
Hello @kartik, The permissions for the storage and vendor folders should stay ...READ MORE
Hello @kartik, You can relocate it by editing ...READ MORE
Hello @kartik, It is actually a permission issue. ...READ MORE
Hello. These are configurable variables in php.ini: ; with ...READ MORE
Hii @kartik, The $_REQUEST variable is used to read the ...READ MORE
HI.. SQL is Structured Query Language, which is ...READ MORE
Hello @kartik, Consider the following query: $iId = mysql_real_escape_string("1 ...READ MORE
Hello @kartik, You can also do this via ...READ MORE
Hello @kartik, You may get this error because ...READ MORE
Hello, mysqli_pconnect() function is used for making a persistence ...READ MORE
Hello, When the variable is passed as value ...READ MORE
Hello, Considering that you have $replaced = array('1' => ...READ MORE
Hello kartik, Actually there are many functions that ...READ MORE
Hello, Just use php composer.phar require For example : php ...READ MORE
Hello @kartik, The best way to save data ...READ MORE
Hello @kartik, For your specific query, you can ...READ MORE
Hii @kartik, Use the session_set_cookie_params funciton to set the session. If necessary call this function ...READ MORE
Hello, To turn the actual display of errors ...READ MORE
Hii @kartik, First, duplicate post.php or page.php in your theme folder. Rename the ...READ MORE
Hello @kartik, Try this code : // Create an ...READ MORE
Hello, Error occurred here was due to the ...READ MORE
Hello @kartik, I had the same error when ...READ MORE
PHP is compiled to byte code before ...READ MORE
Hello @kartik, Try out with the Smarty Session: {$smarty.session|@debug_print_var} or {$smarty.session|@print_r} To ...READ MORE
Hello, Try adding posts_per_page=-1 to the string of parameters passed ...READ MORE
Hello @kartik, Since the page that is sending ...READ MORE
Hii, If you don't have access to php.ini, adding ...READ MORE
Hello @kartik, GraphQL query format was designed in order ...READ MORE
Hello kartik, You need to specify when the ...READ MORE
Hii, The easiest way to do this: class MyController ...READ MORE
Hey, You can follow the steps below in ...READ MORE
Hello, You can checkout if it's a search ...READ MORE
A cookie is often used to identify ...READ MORE
Hello @kartik, You can use the PHP function ...READ MORE
Hii @kartik, If you want the biggest image ...READ MORE
Hii, The $_SERVER["PHP_SELF"] variable can be used by ...READ MORE
Hello, Implementation of a callback is done like ...READ MORE
Hey @kartik, The first thing we will do ...READ MORE
Hello @kartik 1.) Download PHPMailer, open the zip file ...READ MORE
Hey @kartik, You have to provide MySQL hostname, ...READ MORE
Hello, I checked php -i | grep pdo and noticed ...READ MORE
Hey, In the HTML form, we add ...READ MORE
Hello @kartik, I've used, it's an attempt to ...READ MORE
Hello Nishant, You are getting this error because your ...READ MORE
Hello, HTML Encoding htmlspecialchars will convert any "HTML special characters" ...READ MORE
I think both have the same functionality, ...READ MORE
Hey @kartik, It's quite simple to have php ...READ MORE
Hii @kartik, If you want to know php ...READ MORE
Hii, Here is an approach I have used, it's ...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.