Posts by Rafael norton • 21 points
2 posts
-
1
votes1
answer891
viewsQ: Textarea function php pass data
I have a question about how I can be passing the value of a textarea to a php function. I have the following function: function _dup($cclist) { for ($i = 0; $i < count($cclist); $i++) { $ccnum =…
-
1
votes2
answers247
viewsQ: Parse HTML regex problem
Well the doubt I have is this, I need to get the following excerpt of HTML right below: HTML: <section class="ovw-summary"> <div class="ovw-summary__balance balance-amounts">…