User Feedback Archive : September 2015

Posted by Kevin
2015-09-23

Thank you for your reply. If you don't mind, I have another question. How about removing @ from the script and adding @ to the folder names on the root directory? I have 3 folders in the root and I ... Read More
Posted by Tom
2015-09-24

>How about removing @ from the script and adding @ to the folder names on the root directory?

Yes, that works! Go for it!
Posted by Oscar
2015-09-23

Dear: Tom
in Lead Follow-Up Database: how can I make every body view every body data. only administrator can add and delete new Users.
Posted by Tom
2015-09-24

Hi,

> how can I make every body view every body data.

There isn't an easy way. in Lead Follow-Up Database, each user views separate record sets. To make the data public, you have to remove the ... Read More
Posted by Kevin
2015-09-22

Thanks for the script! I understand if I remove @, name collisions occur. How about removing all other files when installing the script and putting them back later? Does it make any difference?
Posted by Tom
2015-09-23

>Does it make any difference?

No it doesn't. it will still cause name collisions.
Posted by Rodrigo
2015-09-21

What is the purpose of Button_default ?
It is positioned on top: -100000mm
Posted by Tom
2015-09-22

Hi,

>What is the purpose of Button_default

If you hit the enter key while the input focus is on one of the input boxes, IE behaves differently from other browsers. The hidden button fixes IE's ... Read More
Posted by Loris Perazzoli
2015-09-17

Hi,
your script is wonderful ad I use it since 1 year, do you know if recent change of security certificate in PayPal is compatible?
Posted by Tom
2015-09-18

Hi,

>do you know if recent change of security certificate in PayPal is compatible?

No changes are necessary in the php script. But you have to be sure that your web server is compatible with ... Read More
Posted by Brooks
2015-09-16

Is there away to prevent the same person from entering the form more than once? After form is processed refresh the form to new form?

I reinstalled the form/database on a new computer and it tells ... Read More
Posted by Tom
2015-09-18

Hi,

>I reinstalled the form/database on a new computer and it tells me "This form has already been submitted", but the entry is not even in the database.

It sounds like you have session problem. ... Read More
Posted by MobileConnects
2015-09-14

Hi Tom,

Thanks for your lovely script. It's working like a charm. I was just wondering if it's possible to give "Staff" users specific "rights" to add entries into database. For example, I want to ... Read More
Posted by Tom
2015-09-14

Hi,

> I was just wondering if it's possible to give "Staff" users specific "rights" to add entries into database.

Currently, there isn't "rights" field in the staff table but you can definitely add ... Read More
Posted by Spyros
2015-09-08

Hello. You have done a wonderful job, this script is amazing.
I want to use it for my final project in the university and i have a couple of questions. The main idea of my project is to write an ... Read More
Posted by Tom
2015-09-09

>When the user votes, the counting and the results will be store localy to the browser, using a cookie, and not in a database or a txt file.

If you store voting counts in the browser locally, other ... Read More
Posted by Magdy
2015-09-05

Hello,
In form2db script, i created a form with several textarea fields.
The problem is in the admin page (staff) which need to print the form but the content is not displayed as there is a scroll ... Read More
Posted by Tom
2015-09-07

>The problem is in the admin page (staff) which need to print the form but the content is not displayed as there is a scroll bar.

I think the easiest way is to write javascript that grabs the text ... Read More