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 8824813
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:43:42+00:00 2026-06-14T06:43:42+00:00

I have a client that uses joomla for his website. Via joomla the client

  • 0

I have a client that uses joomla for his website. Via joomla the client is inputting some data to his articles (prices of products). I need some simple way to get this data to my HTML page. I can add anything to to his HTML page (java script, PHP) and I need to transfer the data to my HTML page. My HTML page is the one who triggers the data transfer. Any one can please put me in the right direction how to do this?

  • 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-14T06:43:43+00:00Added an answer on June 14, 2026 at 6:43 am

    You can certainly use the following steps. If you have two parameters and their values are known(Let’s assume) 5 & 10 then you can create a button when clicking on it, the next page opens up. So you need 3 things.

    1. A Button which is set up to open second page.
    2. A javascript function is triggered when the button is clicked.
    3. A PHP page where you retrive the variables and process them.

    <form action = "nextpage.php" method = "post">
    <input type = "hidden" name = "val2" value = "5"/>
    <input type = "hidden" name = "val2" value = "10"/>
    </form>
    <a href = "javascript:nextpage()">Submit</a>
    //Write a function to submit the form using javascript
    

    When there is some requirement of sending some data which are to be sent without the knowledge of the user you can use input type as hidden. This should be the PHP part.

    <?php
    $var1 = $_POST['var1'];
    $var2 = $_POST['var2'];
    echo $var1.' '.$var2;
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have client application that uses WCF service to insert some data to backend
I have a have Winforms client that uses Web services on a IIS7 (W2008)
I have a client that uses a point-of-sale solution involving an Access database for
Situation I have a client library that uses the Windows Azure AppFabric Service Bus
I have written a php e-mail processing client that uses the IMAP protocol. I
I have a client and a server app on Android (that uses ZeroC -
I have and android client, that uses ksoap to communicate with a wsdl web
So I have an app that uses the Zend amazon web services client. I
I have a Java client that uses HttpClient to connect to a server and
I have a java client program that uses mdns with service discovery to find

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.