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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:22:21+00:00 2026-05-22T00:22:21+00:00

I have a file called function.php that has a function like this: public function

  • 0

I have a file called function.php that has a function like this:

public function issue_challenge () 
{
    $conn= fns_connect(13);
    mysql_select_db("et_games",$conn);
    $sql = "insert into challengers (challenger,defender,stake,matching_game_id) values (".$this->talentnum_self.",".$this->talentnum_other.",".$this->stake.",'".$this->matching_str()."')";
    $result = mysql_query($sql);
    echo $sql; mysql_error();

    if($result){
        echo "ok.\n";return true;                
    }else{
        return false;                    
    }
}

and another file called test.php that has a form in it.

How do I pass the values from that form into that function?

I am looking for some generic answer on how to pass a string/variable to a function.

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-05-22T00:22:22+00:00Added an answer on May 22, 2026 at 12:22 am

    Call your function this way:

     if(isset($_GET['form_name'])) {
         $val = $_GET['form_name'];
         public function issue_challenge($val);
    }
    

    Also: Change the declaration to:

    public function issue_challenge($formValue) {
    
    ...function contents...
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let say I have this code in a JS file called plus2.js: function plus2(n){
My problem is the following: I have a real simple PHP file called writeSettings2.php
I have the following script, which is in an external file called at the
Situation: A PHP Templating system that is responsible for building a pages HTML. Javascript
What is the best way, using PHP, to design a modular system that can
I'm trying to create a class TestClass that's divided over several files. I have
PHP's __autoload() ( documentation ) is pretty interesting to me. Here's how it works:
[SOLVED] dont ask me how i have no idea, i didnt change anything but
In my site, I have implemented the following functionality: If the user clicks on
I'm using CakePHP 1.3, and trying to make a simple message posting board with

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.