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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T17:41:50+00:00 2026-06-06T17:41:50+00:00

would it be appropriate to use PHP’s sscanf to read user submitted sentences and

  • 0

would it be appropriate to use PHP’s sscanf to read user submitted sentences and try to get data from them? For example:

User inputs:

"James is child of Bill"and I want to make $child="james" and $parent="bill"

or: "Mary is the mother of kate"and I want to make $child="kate" and $parent="mary"

There could be quite a few other possible sentence formats that I would have to extract data from (no more than 100-ish).

So should I use:

$templates = array("%s is a child of %s","%s is the mother of %s");
$i=0;
$max = count($templates);
while( ($test == -1) && (i < $max) ) {
    $test = sscanf($userInput, $templates[i]);
    $i++;
}
if(i < $max) {
    sscanf($userInput, $templates[i],$child,&parent);//hmm, what if $child,&parent should be the other way around?
} else {
    echo "template not found for sentence";
}

? So I’m in a bit of a rut as you can see, can anyone suggest a better way of doing it, or a way to get this solution working?

Really appreciate it!

  • 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-06T17:41:52+00:00Added an answer on June 6, 2026 at 5:41 pm

    Welcome to the area of Graph Theory. I don’t think you can solve your problem with sentence templates. Luckily a similar subject has been discussed here on SO. See this topic for that discussion How to Model Real-World Relationships in a Graph Database (like Neo4j)?

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

Sidebar

Related Questions

What algorithm would you use to create an application that given appropriate data (list
What would be the appropriate regex to get the last word in these sentences:
I would like to change this: // use appropiate lang.xx.php file according to the
I am writing a MacFuse plugin, and would like finder to use the appropriate
In PHP, to ensure that a path contains OS-appropriate directory separator characters, one would
What would be the appropriate WAI ARIA treatment for hidden elements (hidden by CSS),
Here's a bit of an abstract question. Would it be appropriate to say that
Which would be a more appropriate repository to host a small, XCode, Objective-C based
Random question, sorry if not appropriate for stackoverflow, but I didn't think it would
Would like to parse IPv4 address from exit-addresses . Format of the file: ExitNode

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.