Jump to content

how secure is this code?


daydreamer

Recommended Posts

I am using PHP to accept payments automatically then update a users credits.

 

switch ($currencyamount) {
			case "0.60":
                                  // add 0.60 worth of credits.

 

I have a list of different payment amounts.

 

Is there anything that currency amount could be that would get the case code to run, other than 0.60?

Link to comment
https://forums.phpfreaks.com/topic/134904-how-secure-is-this-code/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.