Is it possible to send mail asycronously using PHP while giving user feedback...
Is it possible to send mail asycronously using PHP while giving live user feedback on delivery? I have recenty written a small app for our company's intranet for sending formatted emails to customers....
View ArticlecURL feedback with some value (true/false)
So I was wondering if it is possible got get a value back as feedback after sending a cURL request. I got a project going on where I send XML data to a Press office, where they check if the data is...
View ArticleHow to Calculate the Positive Feedback as per rating in php
Different users of the site are giving rating of the seller. I want to calculate the positive feedback in percentage of seller. I am showing the database of the single seller In My Feedback table data...
View ArticleSendmail form feedback, Variables declaration?
Im am using this script http://www.quackit.com/html/codes/html_form_to_email.cfm It works good as default. but i have added a few extra variables likes : /* This next bit loads the form field data...
View ArticleSending via email info from a contact form with PHP
Firstly I would like to say I'm just a very newbie in php. I have this simple php and as it is at the moment, when it sends the info it appears a horrible "Ok" message. could you help me improving...
View ArticlePHP(PDO) Registration Form Errors Feedback
first time questioner! I am making a registration form and I have it all submitting into my database, however I want it to report back to the page when a user has missed out some details or there is...
View ArticleWeb Form not working
I have used the webformmailer.php that godaddy gives before with no problem. Now on this new site for whatever reason it's not working. Could anyone look at this code and tell me what's wrong with it...
View ArticleHow can I give a user feedback, that php is processing something?
What would be the best approach to give the user feedback, that a PHP script is running while they wait? I've got a PHP script that runs via an AJAX call when a user clicks a button. The PHP script...
View ArticleFeedback form with rating system [closed]
I want to create a Feedback form for my website with rating system, which will then display the monthly average rating to a separate page as a graph. I do have a little concept. But It's lacking...
View Articlelinking user-id and feedback-id after user login
Iam strugling with my issue to link user to his feedback he posted. I have feedback.php page and it is available for members and non-members to submit feedback to admin. I have a feature where if user...
View ArticleApple Feedback Service (APNS) is slow
I have coded Push Notifications (APNS, Apple Push Notification Service) for an iPhone App with PHP. Everything is working fine while no app is deleted from a device. I use the Feedback Service from...
View ArticleHow should I handle site feedback messages (success/errors) to the user in...
Such as "Username not found", "Problems logging you off", "Logout successful", and so on. Any feedback the website needs to give the user. I made a class Feedback_Messages, declaring in instance of...
View ArticleCreated my one-file-blog (php/mysql) - Feedback and Injections?
This is my first attempt to write a very simple (one-file) blog-engine, build with PHP and MySQL. I want to make and have everything simple and don't want to include hundreds of files, classes and so...
View ArticleFeedback form sends empty emails
would you please take a look at my code and answer the question: why am I getting empty e-mails? I've tried doing a lot of things, but nothing seems to have helped :) <?php...
View ArticlePHP E-mail Feedback Form
<?php $field_name = $_POST['cf_name']; $field_email = $_POST['cf_email']; $field_message = $_POST['cf_message']; $mail_to = 'someemail@eample.com'; $subject = 'Feedback from '. $field_name...
View ArticleCheck if the email is a valid one? [duplicate]
This question already has an answer here: How to validate an Email in PHP? 6 answers I am trying to make a feedback form for my website, and I want to make the form check if the email is valid (If it...
View ArticleObtaining IP when someone posts a feedback [duplicate]
This question already has an answer here: How to get the client IP address in PHP [duplicate] 30 answers I want to get the IP of someone that posts a comment/feedback and save it in the database. Here...
View ArticleMultiple feedback posting?
I made this form for people to leave feedbacks, but when you leave a feedback and refresh/reload the page, it posts it again, and again. Is there any way to make it say something like "The session...
View ArticleAnonymous contact form
I'm making an iPhone 6.0 app that allows a user to send a message to a preset email address but the sender is anonymised. The purpose is for users to be able to ask questions (including stupid ones)...
View ArticleProject name mismatch using FeedbackReporter
I'm using FeedbackReporter by http://vafer.org/tcurdt, and everything works except when I submit, it says Error submitting your feedback to the server. Error: project name mismatch. Here is the...
View Article