Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.69K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
php x 1

1 Posted Topic

Member Avatar for Behseini

I hope this helps you. I realized it this way. Look at addStrikethrough() function <?php $productPrice = $_SERVER["QUERY_STRING"]; createPriceProductImage($productPrice); function createPriceProductImage($price) { header('Content-Type: image/png'); if (empty($price)){ $text = ''; } else { $roundedPrice = round($price*1.08); $text = ''. $roundedPrice . ' руб.'; } // Создание изображения $im = imagecreatetruecolor(180 , …

Member Avatar for Maksim_2
0
3K

The End.