How can I collect client-side information on errors in my PHP application?
I'm putting together an enterprise application using PHP and Yii. I want an easy way for the users to report a problem or bug if one occurs however I'm having a difficult time deciding the best way to...
View ArticleDisplaying 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 ArticleHow can I collect client-side information on errors in my PHP application?
I'm putting together an enterprise application using PHP and Yii. I want an easy way for the users to report a problem or bug if one occurs however I'm having a difficult time deciding the best way to...
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 ArticleMy contact form won't send to my email account [duplicate]
This time I have taken pains to describe the heart of the problem.I get as far as clicking the POST button and keep getting the following error:HP Fatal error: Uncaught Error: Class...
View ArticleSetting 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 ArticleSubmit 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 ArticleHow 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 ArticleHow 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 ArticleFeedback 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 ArticleLaravel 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 ArticleCMD 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 ArticlePHP 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 ArticleEmail 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 ArticleAjax 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 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 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 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 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 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 Article