Quantcast
Channel: Active questions tagged feedback+php - Stack Overflow
Browsing latest articles
Browse All 34 View Live

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 Article



How 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 Article

Sendmail 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 Article

Sending 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 Article

Web 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 Article


How 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 Article

Feedback 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 Article

linking 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 Article


Apple 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 Article


How 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 Article

Created 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 Article

Feedback 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 Article

PHP 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 Article


Check 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 Article

Obtaining 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 Article


Multiple 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 Article

Anonymous 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 Article


Project 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

Ajax Jquery and php: How to control feedback?

Let's suppose you're sending data through ajax. The server will process it (PHP) and sends a feedback that you can grab using Complete: function(data) { //WRITE HTML TO DIV $('#somehing').html(data) }...

View Article

Email Contact form [closed]

Ok, i have made a contact form. i need a php script to email me the information. Here is what i have so far: <?php $emailSubject = 'Contact Form'; $webMaster = 'email-here'; $firstName = $_POST...

View Article

PHP and HTML feedback form

I am trying to make a html and php feedback form and I am receiving an email that looks like this: New contact form submission From:,, Email:,@email, ,, My html is: <form method="POST"...

View Article


CMD from PHP script - get feedback

I have a LOT ( almost 300 ) old SVN repositories to migrate to git using git2svn. After considering GOLANG and PYTHON, I finally decided that the easiest way is to use PHP . Might be a bad...

View Article


Laravel 5.3: How to give immediate feedback after sending email

I'm new to Laravel. Please, I need assistance on how to send feedback to site users after sending in their contact form. <?php namespace App\Http\Controllers; use App\ContactUs; use...

View Article

Feedback page not responding in codeigniter

I am trying to submit a feedback after logging in the user. The Data in not being inserted in the database nor is it displaying any message if the form is left empty. This is my controller: function...

View Article

How to affect a PHP program / mysql database from an email response

I am trying to work out how to do something. It must be possible - I've seen something similar done in multiple systems (Twitter, facebook etc.) The basic thing I want to do is - someone leaves a...

View Article


How can I proof if payment was successful? [closed]

I want to build a simple PayPal express check-out system. On my page are two products I offer which should be able to directly be purchased (without registration). After paying the user should get an...

View Article

Submit Contact Form without using PHP

I'm still a student and today our lecturer told us that the only way in order to submit a contact us form without having to use the mailto: function is to use PHP. I swear that last year another...

View Article

Setting in maximum entries, by default it shows only five entries

I want to show ebay feedback on my website. By default is shows only five feedback, and I want maximum feedback. In plugin customization I update data entries from five to hundred but it doesn't work...

View Article

cURL 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 Article



Displaying a Username or Password Feedback Message using PHP

I need to have messages show up when an invalid username or password is entered.I have it set up so that when something happens, it redirects the page back to the index.php page, but with...

View Article
Browsing latest articles
Browse All 34 View Live




Latest Images