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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:33:46+00:00 2026-05-23T22:33:46+00:00

I have a function in my view(aval_comp.ctp). When I do a calculation in is

  • 0

I have a function in my view(aval_comp.ctp).
When I do a calculation in is function on the controller, I want to call my Javascript function.

Js Function:

<script type="text/javascript">
    function calculateTotal(){
         var total = document.getElementById('valor1').innerHTML*1 + document.getElementById('valor2').innerHTML*1 + document.getElementById('valor3').innerHTML*1 + document.getElementById('valor4').innerHTML*1 + document.getElementById('valor5').innerHTML*1 + document.getElementById('valor6').innerHTML*1;
         document.getElementById('total').innerHTML = total;
     }
 </script>

How do I call that function in the Controller?

  • 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-23T22:33:46+00:00Added an answer on May 23, 2026 at 10:33 pm

    Well talelcool is not quite right.

    You can call javascript functions from php but it is highly discouraged and not how you should use the functions. PHP is server, JS is client, never mix the two!

    Anyway, if in the php you echo out this:

    <?php
    echo "<script>calculateTotal()</script>";
    
    ?>
    

    That should work. It’s not perfect but if you put it at the end of the .php page it should call it.

    The reason it might not work is it MAY try to call the function before the browser has had time to define it. If your are having that problem let me know 🙂

    BUT

    As previously stated, you should do this on the server. If you want to use values on the screen that have just been input, you can use AJAX. I suggest learning jQuery for this, as it will help you in alot of other areas as well.

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

Sidebar

Related Questions

I have function getCartItems in cart.js and I want to call that function in
I have one function in view like def calculate(request , b) I want that
I have the following controller view method for my posts: function view($id = null)
I have the view function in django that written like a dispatcher calling other
I have a function in a view that renders the xml in the browser,
I have coded a view that relies on a scalar function value for one
I have a view (actually, it's a table valued function, but the observed behavior
I have a view function which renders json. I am able to specify which
I have a function function do_something() { // process $this->load->view('some_view', $data); exec('mv /path/to/folder1/*.mp3 /path/to/folder2/');
Heyy there, i have for example a view function like this: def profile_view(request, id):

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.