Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6856867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:56:31+00:00 2026-05-27T01:56:31+00:00

I have a software downloads website thenoblesite.com. Whenever a new version of a software

  • 0

I have a software downloads website thenoblesite.com. Whenever a new version of a software is released(for e.g Google Chrome v17.0.1), I have to change the heading,title to new version name i.e.

<title>Google Chrome v17.0.1</title>
<h3>Google Chrome v17.0.1</h3>

and the download link to:

<a href="thenoblesite.com/downloads/googlechromev17.0.1-thenoblesite.com.exe"> Download Google Chrome v17.0.1</a>

Also I have to change the file name as I have to add “-thenoblesite.com” with every file name.

Doing all these changes is time consuming and some times missing any of these changes or misstyping creates a lot of problem/confusion.

Q1.Is there any way in PHP to do all these changes(heading,title,and download link) by just changing one field?

Q2. Can I use PHP to automatically add “-thenoblesite.com” with the downloaded file name “googlechromev17.0.1.exe” so that the actual filename on server folder remain the same(i.e. googlechromev17.0.1.exe) but whenever someone download it, it automatically become “googlechromev17.0.1-thenoblesite.com.exe”?

(Note: I have used Google chrome just as an example to claify my question. I do agree with people who think that every software should be downloaded from its official page)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T01:56:32+00:00Added an answer on May 27, 2026 at 1:56 am

    For the mySQL query, use something like this:

    $result = mysql_query("SELECT id, version, url, etc FROM software ORDER BY id DESC LIMIT 1");
    $row = mysql_fetch_assoc($result);
    

    Upon getting the result, echo it to your page like this:

    <title><?php echo $row[0]['version'] ?></title>
    <h3><?php echo $row[0]['version'] ?></h3>
    

    Of course you will need a different query for each of your software but at least it gives you a general idea of how fetching and output is handled on the beginner level. For more info visit this link:

    http://www.php.net/manual/en/function.mysql-query.php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to PHP. I have a software downloads website. What I want
I have the Indigo version. When I go to Help > Install New Software,
We have some files on our website that users of our software can download.
We have some software we use internally which is released via ClickOnce from VS
I have a software package placed in the root directory of my website. I'd
I have a site that I'm optimizing using Google Website Optimizer where the goal
We have software that runs fine under a normal Windows installation but when we
We have a software product that evolves at the rhythm of clients' needs and
I have a software diagnostic page on which I would like to list the
We have some software which relied on certain behavior from another ( very commonly

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.