questions/web-development/php
Hello @kartik, To see the index for a ...READ MORE
I tried to start phpMyAdmin from my ...READ MORE
Hello, Use PHP's $_POST or $_GET superglobals to retrieve the value of ...READ MORE
Hello @kartik, PHP mail function can send email ...READ MORE
Hello @kartik, You can get a full phpinfo() using : php ...READ MORE
Hello @kartik, You can either do like this: SELECT ...READ MORE
Hi, @Dann, If you are using some variable ...READ MORE
Hello @kartik, The best way for getting input string is: $value ...READ MORE
Hello @kartik, Go to the file to include ...READ MORE
If you are saying Basic authentication, then ...READ MORE
Hello @kartik, Carry out these usual checks: Make sure session_start(); is ...READ MORE
Hello @kartik You can use a CASE statement to handle ...READ MORE
Hello @kartik, You are getting this constraint check ...READ MORE
Hello @kartik, Declare the $items array outside the loop and ...READ MORE
Hello, The "sql server error 40" is appears mostly ...READ MORE
Hello @kartik, The right way is this one: <script ...READ MORE
Hello @kartik, 8388608 bytes is 8M, the default ...READ MORE
Hello @kartik, Include the first file into the ...READ MORE
Hello @kartik, You cannot TRUNCATE a table that has FK ...READ MORE
Hello @kartik, Use this SQL command: ALTER USER 'mysqlUsername'@'localhost' ...READ MORE
Hello @kartik, You shouldn´t use client javascript to ...READ MORE
Hello @kartik, Try $_SERVER['DOCUMENT_ROOT'] contains this path: D:/workspace In that case you ...READ MORE
Hello @kartik, In javascript, make an ajax function, function ...READ MORE
Hello @kartik, Use the ampersand & to glue variables together: $url ...READ MORE
Hello @kartik, Store it either in a cookie or ...READ MORE
Hello @kartik, Your MySQL binaries should be somewhere ...READ MORE
Hello @kartik, Try this: <?php echo "http://" . $_SERVER['SERVER_NAME'] ...READ MORE
Hello, You have to follow the below steps: bind-address ...READ MORE
Hello @kartik, Depending on your flavour of Linux ...READ MORE
Hello @kartik, CodeIgniter has some error logging functions ...READ MORE
Hello @kartik, Try this: <a href="./directory/yourfile.pdf" download="newfilename">Download the pdf</a> Where newfilename is ...READ MORE
Hello @kartik, Try this: str_replace('"', "", $string); str_replace("'", "", $string); Otherwise, ...READ MORE
For (PHP 4 >= 4.0.3, PHP 5, ...READ MORE
Hii, Try this: require_once("./pdf/dompdf_config.inc.php"); $files = glob("./pdf/include/*.php"); foreach($files as $file) include_once($file); $html ...READ MORE
Hello @kartik, This is because a static variable ...READ MORE
Hello @kartik, Just pass it like a normal ...READ MORE
Hello @kartik, edit these two lines in /etc/php.ini (or wherever ...READ MORE
Hello @kartik, Firstly create an object, Then set ...READ MORE
Hello @kartik, Use JSON to transfer data types (arrays and ...READ MORE
Hello @kartik, You can use the URL facade ...READ MORE
Hello @kartik, Using if( $ext !== 'gif') might not ...READ MORE
Hii, You can try this: $query="SELECT * FROM CountryInfo ...READ MORE
Hello, on php7 run for example: > sudo apt-get ...READ MORE
I am getting this error in the ...READ MORE
Hello @kartik, You need to place the \n in double ...READ MORE
Hello @kartik, Something is clearly corrupt in your ...READ MORE
Hii, I edited /etc/phpmyadmin/config.inc.php and changed the following ...READ MORE
Hello @kartik, Use $.ajax to call a server context (or ...READ MORE
Hello @kartik, Go to: xampp\phpMyAdmin\libraries\config.default.php Look for : $cfg['ExecTimeLimit'] = 600; You ...READ MORE
Hello @kartik, Try; $data = json_decode(file_get_contents('php://input'), true); print_r($data); echo $data["operacion"]; From your ...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.