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

  • Home
  • SEARCH
  • 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 7979313
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T09:44:41+00:00 2026-06-04T09:44:41+00:00

I am required to make a website which supports some basic functions like download/upload.

  • 0

I am required to make a website which supports some basic functions like download/upload.
So far I have only done the designing using basic HTML, CSS & Jquery functions..
However i have been asked to incorporate another students website within mine.. which performs functions like .. uploading documents, create new data specimen, update etc.. He has made his website completely on PHP ..
I would like help in understand how to combine his work with whatever i have gotten so far?

  • 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-06-04T09:44:42+00:00Added an answer on June 4, 2026 at 9:44 am

    You can sure combine both of them.

    PHP (and any other server side technology) is made to generate HTML contents and processing it on the server before returning the output to the client’s web browser.

    I Strongly suggest that you learn PHP, at least the fundamentals. then you will get the whole idea; but to make things clear for now (Even though I don’t think they will be clear until you learn PHP first) let me show you how to combine PHP and HTML as quick examples:

    1- You can combine them with PHP echo statement like this:

     <?php 
     echo "<html>";
     echo "<title>HTML with PHP</title>";
     echo "<b>My Example</b>";
    
     //your php code here
     // Or you can use the print command
    
     print "<i>Print works too!</i>"; 
     ?> 
    

    There is also another way(s) like:

    2- Embedding PHP code within HTML

     <html> 
     <title>HTML with PHP</title>
     <body>
     <h1>My Example</h1>
    
     <?php
     //your php code here
     ?>
    
     <b>Here is some more HTML</b>
    
     <?php
     //more php code
     ?>
    
    
     </body>
     </html>
    

    However, trust me on this, you will get a better idea of what is going on when you learn PHP as I mentioned above. Plus, there are couple of resources in the internet to start learning PHP from. (Google is your friend!)

    Good luck!

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

Sidebar

Related Questions

I have a Perl code which goes to particular website and extracts the required
My Website is Structured like: index.php which includes a router.php and router.php calls required
I am asking if it's possible to make the field required under condition like:
I am developing an app which requires the phone to ring or make some
I have standard source code package under Linux which requires to run ./configure make
I have created a website which allows users to sign up for, and use,
So, I have a search form in my website which posts Search.Value as a
I am making an iphone app which requires me to make use of website
I want to deploy a Website which i have created using Microsoft Visual Studio
I have a project with a website and a assembly project containing logic functions

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.