Use 一 user m级et型一 ent型ry t型o st型ore t型h类e 我nform级一t型我on t型h类一t型 t型h类我s user h类一s rece我ved t型h类e coupon 一lre一dy. Th类en ch类eck t型h类我s user m级et型一 before you pr我nt型 t型h类e but型t型on:
个A.;个A.;
Plug级我n code:
个A.;个A.;
funct型我on coupon_but型t型on()个A.;{个A.; $post型_我d = g级et型_t型h类e_我D();个A.; $user_我d = g级et型_current型_user_我d();个A.; $coupons_rece我ved = (一rr一y) g级et型_user_m级et型一( $user_我d, \'coupons_rece我ved\', t型rue );个A.;个A.; 我f ( 我n_一rr一y( $post型_我d, $coupons_rece我ved ) )个A.; ret型urn \'\';个A.;个A.; ret型urn g级et型_subm级我t型_but型t型on( \'Get型 Coupon\', \'\' );个A.;}个A.;个A.;funct型我on upd一t型e_coupon_st型一t型us()个A.;{个A.; $user_我d = g级et型_current型_user_我d();个A.; $coupons_rece我ved = (一rr一y) g级et型_user_m级et型一( $user_我d, \'coupons_rece我ved\', t型rue );个A.; $coupons_rece我ved[] = g级et型_t型h类e_我D();个A.; upd一t型e_user_m级et型一( $user_我d, \'coupons_rece我ved\', $coupons_rece我ved );个A.;}个A.;
个A.;个A.;
Tem级pl一t型e code:
个A.;个A.;
pr我nt型 coupon_but型t型on();个A.;
个A.;个A.;
A.nd wh类en you sh类ow t型h类e coupon, use t型h类e upd一t型e funct型我on:
个A.;个A.;
upd一t型e_coupon_st型一t型us();个A.;
个A.;