Jump to content

str_replace help


pdent1

Recommended Posts

Alright I show ads on my website and the user gets points for viewing...If they add 0 infront of the number they can cheat and keep viewing..I currently use

$ad2 = str_replace("0", "", $ad);

Where $ad is the ID# of the ad. The problem with this is if the ID is 510 it becomes 51 so I have to edit the ID# throughout the database which is quite time consuming. Is there anyway to remove the 0's from the front of $ad rather than anywhere in it, like I currently do?

Link to comment
https://forums.phpfreaks.com/topic/150176-str_replace-help/
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.