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,
How to display random record from table?
I have the following code:Code: <?php $display_block .= "<input type=button value=\"Generate Random Monster\">";$get_monsters = "select * from
BI in Upstream Production operations
Appreciate if you can assist in the following areas:
Pagination
Okay here is the page in question: http://blenderteachings.000a.biz/tutorials.hamishhill.phpI have the records in a database(tutorial name, username description etc). I am pulling these and displaying
Get value from Select menu
Hi!Have tried to find the solution on the web. Don't know if there is an easy one. A description:Line number On/Off | Expand/Contract<form method="post" name="me"
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) { $attachments = array(); $structure = imap_fetchstructure($connection, $message_number); if(isset($structure->parts)
Concatenate two strings ???
I have string one $string1 and another $string2.How to concatenate (add) both of them $string1+" "+$string2 also check condition for the total string length not more than 100 characters
how to load a Sys file with system load and call images?
normally you need register the module as a service with CreateService, and start the service
selectbox+database connection retrive problem
Code: [Select] <tr> <th align="left" scope="col"><span class="style2 style8">Features
Add "width" check when upload
Hi!Can someone add a function that is checking if picture witdh is bigger then 800px whwn uploading, then echo "image oversized" to the code below?Code: <?php ###/ VARIABLES -
ORA-00932: inconsistent datatypes: expected - got CLOB
SO : windows xp