-
Replied To a Post in Hi everyone, I'm pawandeep436
Taking a look at this header: header("Content-Type: application/pdf/jpg"); header("Content-Disposition: attachment; filename=\"" . $filename . ".rar\";"); What type of file are you trying to give to the user? Is it an … -
Began Watching Hi everyone, I'm pawandeep436
I got an empty file whenever i download any file. This is an php file where pateint can download his report by entering his appointment id and password. <?php error_reporting(0); … -
Replied To a Post in What is Web Development
They had a spam link embedded in their post, which I removed, so I'm not so sure their question was genuine. -
Began Watching What is Web Development
i am new here and and want to know about the web development. i want to become a professional web developer. i am confused about where to start? can anybody … -
Edited What is Web Development
i am new here and and want to know about the web development. i want to become a professional web developer. i am confused about where to start? can anybody … -
Replied To a Post in Hello Daniweb !!!
Hi there! Welcome!!!!! -
Began Watching Hello Daniweb !!!
Hello everyone, i'm new in Daniweb Community. I'm want just say Hello! -
Replied To a Post in How Can I Automate my MLM Business ?
What is your existing business model and in what way are you hoping to automate it, that is currently being done manually? -
Began Watching How Can I Automate my MLM Business ?
Hey awosom people can you please tell me how can automate my MLM business. Please risponce on this. Thanks LBM Solutions -
Replied To a Post in Can someone assist me on how to build asp.net api
> Donnolic commented: I want to write API for my VB.net application to consume. It will be able to get data from my online MySql databasa and also send data … -
Replied To a Post in Hi, I run an e-commerce platform for a tourist attraction.
Hi there Paulo! Welcome to DaniWeb :) -
Began Watching Hi, I run an e-commerce platform for a tourist attraction.
My name is Paulo and I'm here to discuss the latest trends in marketing and e-commerce. Exchange experiences and get feedback on a few ideas I have. -
Replied To a Post in Hi everyone, I'm lala mohan
Hi there and welcome to DaniWeb!! :) -
Began Watching Hi everyone, I'm lala mohan
Hey i am new in php,javascript,html,css code devloper -
Replied To a Post in Hi everyone, I'm MrNoTech
Hi there!! Welcome to DaniWeb!! :) -
Began Watching Hi everyone, I'm MrNoTech
Hope to get along with everyone -
Replied To a Post in Using PHP to upload an image update name and change password by submit btn
The code for the backend depends on how you're storing this data, if you're using a PHP framework, and oh so many things. Do you already have PHP code set … -
Began Watching Using PHP to upload an image update name and change password by submit btn
Hello every one I'm new here I need your help I'm newbie in PHP and littlebit understand on the PHP so I need your help I'm going to make a … -
Replied To a Post in Select multiple
So sorry, but this is an English language community and so I don't understand what you're asking. How can I help? -
Began Watching Select multiple
Ci-après le code : <?php $query = "SELECT ownerID,ownername,ownerbureau, is_deleted FROM notes.owner WHERE is_deleted = 0 AND ownername IS NOT NULL ORDER BY ownername,ownerbureau"; // Prépare une requête à l'exécution … -
Replied To a Post in How to set image expiry in PHP header?
There's a setting in Cloudflare to override expiry with a cloudflare-set setting, or to respect the origin server's headers. You need to set it to respect your server's headers or … -
Began Watching How to set image expiry in PHP header?
Hello, I have set image expiry in .htaccess file, but it's not working; might be because cloudflare.com hardly let it work. Most viable solution in such case is to declare … -
Replied To a Post in Text Across The Page/Video-Camera-Screen?
> Is it possible to add scrolling text across the page/video-camera-screen? I'm not familiar with this terminology. What is a "video-camera-screen"? Is that something specific I'm unaware of? (Why the … -
Replied To a Post in Can someone assist me on how to build asp.net api
I don't know .NET, but I've written an API before, and this is a bit of a loaded question. What exactly do you mean by you're looking to use an … -
Began Watching Can someone assist me on how to build asp.net api
I have a VB.net project that queries my online database directly. Now I want to use API instead of direct connection. Please I have never done such before and all … -
Replied To a Post in How can I get recurring traffic to my website?
I also just want to add this is the single biggest thing that I struggle with as well. -
Replied To a Post in El Java sdk y la creacion de aplicaciones
Sorry, this is an English-only community. Did you have a question about Java, or something you wanted to discuss with the members of the community? -
Began Watching El Java sdk y la creacion de aplicaciones
El Java sdk como elemento esencial para la creacion de aplicaciones para moviles en la Era post Covid-19 -
Replied To a Post in Parse error: syntax error, unexpected 'if' (T_IF) in C:\xampp\htdocs\web\co
You don't have a semi-colon at the end of lines 11, 14, and 15. However, to fully diagnose this, please post the full PHP file as well as the full … -
Began Watching Parse error: syntax error, unexpected 'if' (T_IF) in C:\xampp\htdocs\web\co
<?php $firstname = $_POST{'firstname'}; $username = $_POST{'username'}; $emailaddress = $_POST{'emailaddress'}; $password = $_POST{'password'}; $contact = $_POST{'contact'}; //Database connection $conn =new mysqli('localhost','root','','registration'); if ($conn->connect_error) { die('connection failed : '.$conn->connect_error) }else{ $stmt … -
Replied To a Post in Hi everyone, I'm Anthony_41
By storing information about the user id or user session as a cookie in the end-user's web browser. Keep in mind, if you just want to simply store user id … -
Began Watching Hi everyone, I'm Anthony_41
How do i carry user id from one page to another? -
Replied To a Post in Display 2nd Dropdown > 1st dropdown
If I understand you correctly, you want the second dropdown list to appear in the web browser as soon as the primary category is selected, *before* the user hits the … -
Began Watching Display 2nd Dropdown > 1st dropdown
I am trying to modify a existing web script's Upload Form where, currently you choose a Category...etc. and Submit. When a Category is chosen, I'd like another dropdown list of … -
Replied To a Post in How can I get recurring traffic to my website?
Give people a reason to come back. Give them the ability to create an account and then show them personalized content if they're logged in. In my experience, starting a … -
Began Watching How can I get recurring traffic to my website?
Hey there i want to get recurring traffic to my website . what is the best stratugy. -
Replied To a Post in Skip Woocommerce checkout field validation if field data is not present
This is completely irrelevant, but perhaps it will help in the future. PHP has a built-in `filter_var()` function that automatically validates that an appropriately formatted email, URL, etc. have been … -
Began Watching Skip Woocommerce checkout field validation if field data is not present
I have added a custom code to validate the phone numbers to be 10 digits on checkout fields. Here is the code add_action('woocommerce_checkout_process', 'phone_number_validation'); function phone_number_validation() { global $woocommerce; if … -
Replied To a Post in Text Across The Page/Video-Camera-Screen?
There are two very different ways to accomplish what you're asking. The first is, as I believe has been suggested above, to use Javascript to create a scrolling message that … -
Began Watching Text Across The Page/Video-Camera-Screen?
Is it possible to add scrolling text across the page/video-camera-screen? On an html page, it uses this code: accept="video/*" in this context: <input type="file" name="fileToUpload" id="fileToUpload" accept="video/*" capture="user" onchange="submitForm();"> and … -
Replied To a Post in I need some help with C error
What code is getting this error? -
Began Watching I need some help with C error
codeblocks-ld-exe-cannot-find-lbgi-error-message -
Edited How to set image expiry in PHP header?
Hello, I have set image expiry in .htaccess file, but it's not working; might be because cloudflare.com hardly let it work. Most viable solution in such case is to declare … -
Replied To a Post in Reading CSV file using C++
This seems like a homework assignment. What do you have so far? Where are you stuck? -
Began Watching Reading CSV file using C++
Create a c++ program that reads a CSV file and prints the rows at even positions. For example, if the CSV file has 10 rows, print rows 2, 4,6, 8 … -
Gave Reputation to rproffitt in Booth's algorithm
Would you mind if I reduce your duplicate postings? -
Gave Reputation to rproffitt in Booth's algorithm
Would you mind if I reduce your duplicate postings? -
Replied To a Post in Unique444: Need to change a script to access Adobe picture.
Also, I noticed you changed my code to: header("Content-Disposition:attachment; filename=".$file); This is incorrect. You don't want the filename to be a full path, as `$file` denotes. Go back to my … -
Replied To a Post in MARIE Assembly Language Question.
if M <= N then N = N + 6; else if M != O then N = N – 6; else O = O + 6; -
Replied To a Post in Hi everyone, I'm william66876
Hi and welcome to DaniWeb!!
The End.