We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find a way to allow visitors to submit issues without creating a GitHub account.
The text was updated successfully, but these errors were encountered:
Can use REST api to endpoint on heungs.com?
Sorry, something went wrong.
Use POST to http://www.heungs.com/**/*.php, which contains a file that opens a database connection to heungs_*.
POST
heungs_*
For example, http://heungs.com/schedule-scraper/ is the front page that submits to http://heungs.com/schedule-scraper/issue.php, which puts the submitted form into the database heungs_issues.
heungs_issues
Shadowen
No branches or pull requests
Find a way to allow visitors to submit issues without creating a GitHub account.
The text was updated successfully, but these errors were encountered: