I am a little bit less knowledgable in the security area as most developers and I know I have a lot to learn so maybe this is a start. But I have a client who just came over to us and previously was sending credit card information via smtp to his email. I saw a post made here http://newsletter.logicalexpressions.com/LPMArticle.asp?ID=242 about how unsafe it was to send credit card information over email. I figured this was the case, but then I had to come up with an alternative, and I am not the most knowledgeable as I mentioned so I figured I would ask the wise ones of the community! What's the best way of getting this CC info to our client, because I would rather not store it on our server anywhere as that exposes us to a lot of liability. Would an SSL certificate do the job? I don't know the specifics about SSL certificates either, but I believe they encrypt any information on a site? Or am I wrong there too?
Thanks,
Image upload - determine folder
I have an upload script that may be accessed from different directories. Problem is, the script is made with "../images/uploads" as the folder place for uploaded images. Which means that if
Delete all from a table
I can not get the following code to work. If I run the sql statement in the db it will delete all the data but it will not work from the page. My connection string is fine I just can not get it to
Unique Visitor Tracking
Hello. Currently, I run a voting site where voters are tracked by their IP address and can only vote once every 12 hours.The system works well, except it can be exploited very easily. Visitor's only
Disable html within defined tags
I have a mysql database that allows users to enter content with html, but I also want to have a tag that will disable the html between it for example:<a
Java API in PHP?
I have an application that we use internally here at the office.The software company provides a Java API.Is there a way to use this Java API with PHP?or am i stuck having to use tomcat and jsp to
How to get exact 3 moths post date from today date using javascript
How to get exact 3 moths post date from today date using javascriptPlease help
problem in pagination when processing with selectbox form
Hi,I have a search form, with select boxes, if am selecting the value from the form, it works good, but when i am integrating the pagination script, it messed up.this is my script...please help me
how to transport the Query and insfoset
Hi
simple php table loop
Hi all,I've the following code <?php // Create category options $query = "SELECT * FROM categories ORDER BY category ASC"; $result = mysql_query
Find current logon time
Hi,