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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T23:22:07+00:00 2026-06-18T23:22:07+00:00

Here is a very simple and silly question I’m going to ask: I’m very

  • 0

Here is a very simple and silly question I’m going to ask:

I’m very new to PHP, I was wondering if there is a way to call just a function in a class of PHP by AJAX.

for instance something like this:

$.ajax({
        url:'newPHPClass.php/My_Function_Name'
        ...
});

So in php, it would be like:

<?php
class newPHPClass {
    function My_Function_Name(){

    }
}
?>

Why do I need this? So I wouldn’t have like so many php files. Instead I’ll have a single php class with different functions inside. It will look cleaner and less extra files.

I have used ASP.NET MVC C# before. and in ASP.NET I could just simply put my controller’s name in the URL section of AJAX followed by / and then my function’s name (which could be modified in my Global.asax.cs file).

Thanks.

  • 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-18T23:22:08+00:00Added an answer on June 18, 2026 at 11:22 pm
    <?php
    
    $action = $_POST['action'];
    
    class Foo {
    
        function execute($action) {
            switch($action) {
                case "method1":
                    $this->doMethod1();
                    break;
                case "method2":
                    $this->doMethod2();
                    break;
            }
        }
    
        function doMethod1() {
            echo "Foo::doMethod1";
        }
    
        function doMethod2() {
            echo "Foo::doMethod2";
        }
    }
    
    $foo = new Foo();
    $foo->execute($action);
    
    ?>
    

    And use foo.php?action=method1 as URL.

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

Sidebar

Related Questions

Here's a very simple db schema to illustrate my question : There are 3
I'm pretty sure there is a very simple solution here but I can't seem
I guess there will be a very simple answer to this. But here goes.
new to programmation, im learning and here is probably a very simple problem for
Here is one very simple question(or at least at first sight).Let's say we have
Here is very simple question for experienced Git user. I've created repository on git
Did ask a question about the same problem here: Silly problem with UTF8 but
Ok here is a very simple question: In the following code section, the cin.getline()
This is probably a very silly and simple question to most of you, but
Here's a very simple repro: Start up VS2010 or VS2008, new a WPF project

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.