questions/web-development/php/page/10
What are the technical reasons for why ...READ MORE
I have to build a PHP page ...READ MORE
I want to replace space in the first ...READ MORE
I have this code in a PHP function: $fmt ...READ MORE
How do I sort an array in ...READ MORE
I want to change GMT time to ...READ MORE
I have an engine that processes the ...READ MORE
I have phpinfo() text which I want to post ...READ MORE
I needed to convert array values into variables ...READ MORE
I made this: http://imgur.com/Moc84HD.jpg in WordPress. What it does ...READ MORE
This is my code: $message = ""; if($_REQUEST['msg'] == "new"){ ...READ MORE
Hello @kartik, Use this SQL command: ALTER USER 'mysqlUsername'@'localhost' ...READ MORE
I want to redirect URLs clicked in ...READ MORE
I am getting this error when I ...READ MORE
I want to display an image from ...READ MORE
Code: if ($user_id == NULL || $user_name == ...READ MORE
The image map: <img id="harta" src="img/hartap.png" alt="testmap" usemap="#Map" ...READ MORE
I want to round the number and ...READ MORE
How can I create a live clock ...READ MORE
I want to upload an image to ...READ MORE
Hello @kartik, Store it either in a cookie or ...READ MORE
Hello @kartik, Include the first file into the ...READ MORE
Hello @kartik, Use the ampersand & to glue variables together: $url ...READ MORE
Hello @kartik, You cannot TRUNCATE a table that has FK ...READ MORE
Start with simply typecasting the line:- $array = ...READ MORE
To solve your doubt, use the following ...READ MORE
If I have understood your question right, ...READ MORE
Hello @kartik, Try $_SERVER['DOCUMENT_ROOT'] contains this path: D:/workspace In that case you ...READ MORE
i want to extract invoices which are ...READ MORE
You don't have to do this, since ...READ MORE
Hello @kartik, Try this: str_replace('"', "", $string); str_replace("'", "", $string); Otherwise, ...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, Try this: <?php echo "http://" . $_SERVER['SERVER_NAME'] ...READ MORE
Hello @kartik, You shouldn´t use client javascript to ...READ MORE
For (PHP 4 >= 4.0.3, PHP 5, ...READ MORE
Hello @kartik, Your MySQL binaries should be somewhere ...READ MORE
Hello @kartik, This is because a static variable ...READ MORE
Hello @kartik, edit these two lines in /etc/php.ini (or wherever ...READ MORE
Hello @kartik, You need to place the \n in double ...READ MORE
Hello @kartik, In javascript, make an ajax function, function ...READ MORE
Hello @kartik, Use JSON to transfer data types (arrays and ...READ MORE
Hello @kartik, Using if( $ext !== 'gif') might not ...READ MORE
Hello @kartik, Try this: <a href="./directory/yourfile.pdf" download="newfilename">Download the pdf</a> Where newfilename is ...READ MORE
Hello @kartik, Something is clearly corrupt in your ...READ MORE
Hello @kartik, You can use the URL facade ...READ MORE
Hello @kartik, Use SERVER_NAME. echo $_SERVER['SERVER_NAME'] ...READ MORE
Hello @kartik, CodeIgniter has some error logging functions ...READ MORE
Hello @kartik, Try below code snippet if(!empty($_SERVER['HTTP_X_REQUESTED_WITH']) ...READ MORE
Hello @kartik, Firstly create an object, Then set ...READ MORE
Hello @kartik, It's trying to run it as ...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.