Hi, im new in promming, and i want to do a project that requieres SQL.
So i wanted to know if the querys, or any action with databases in theinfinityfree hosting spend the Dailys Hits Used?
And i have the same question about external databases too.
In the case that databases in my infinityfree spend the daily hit, recommended use external like firebase?
Other Information
Actions that i want to do:
-Save Users according to mail
-Send messages with php mail
-Save and show scores saved in database
I have not started the project yet since I have those doubts.
Admin
October 19, 2021, 5:43pm
2
Did you read this article already?
One of the limits InfinityFree enforces is the “hits” limit. This article explains what a hit is, how you can control your hits usage and what happens if you exceed the limit.
What is a hit?
A hit is a simply request to a file on your website, which can be a HTML or PHP page, an image, a CSS file or something else.
A hit is not the same as a page view, visit or visitor. Visitor can visit your website multiple times, a visit can include multiple page views, and a single page view can include mu…
Or this article for that matter?
In web analytics and website management, a pageview or page view, abbreviated in business to PV and occasionally called page impression, is a request to load a single HTML file (web page) of an Internet site. On the World Wide Web, a page request would result from a web surfer clicking on a link on another page pointing to the page in question.
In contrast, a hit is any request made to a web server which includes not just the HTML page itself, but every single file the page needs to load. Theref...
Both articles should be pretty clear about what a hit is, and make it clear that database traffic does not affect hits usage at all.
This is not possible on free hosting, but you can use an external mail service, for example using Gmail SMTP with PHPMailer.
Emails from my website aren’t working
If emails from your website aren’t being sent or delivered, this is likely because InfinityFree restricts the PHP mail() function that most websites use by default. Your contact forms, registration emails, password resets, and other automated emails may not work as expected.
This is normal on free hosting and there’s a straightforward solution: use an external email service instead of the built-in mail system.
What should I do to fix email sending?
The bes…
4 Likes
system
Closed
October 26, 2021, 5:44pm
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.