I cannot figure out how to post error codes on this forum.
When I copy and paste the code, and then submit, I get the "blocked" page.
Can someone let me know how to do this properly.
Thank you,
Dan
Are you using the </> for "code display"?gunownergear wrote: ↑Fri Jul 04, 2025 10:33 pmHello,
I cannot figure out how to post error codes on this forum.
When I copy and paste the code, and then submit, I get the "blocked" page.
Can someone let me know how to do this properly.
Thank you,
Dan
cue4cheap not cheap quality
Code: Select all
Your code here
Got a burning question at 3 AM that even Google shrugs at? There’s a not-so-secret inbox that might just have your answer: khnaz35@gmail.com
Breathe in some nature while you're at it. It’s cheaper than therapy.
Feel free to sling a bear my way via PayPal @ khnaz35@gmail.com
Code: Select all
$data['name'] = $data['languages'][$code]['name'];
I will try a new post- Thank You
Got a burning question at 3 AM that even Google shrugs at? There’s a not-so-secret inbox that might just have your answer: khnaz35@gmail.com
Breathe in some nature while you're at it. It’s cheaper than therapy.
Feel free to sling a bear my way via PayPal @ khnaz35@gmail.com
Change the line with this
Code: Select all
$code = $data['code'];
$code = trim($code, " \t\n\r\0\x0B'\"");
if (isset($data['languages'][$code])) {
$data['name'] = $data['languages'][$code]['name'];
$data['image'] = $data['languages'][$code]['image'];
} else {
$data['name'] = '';
$data['image'] = '';
}
Got a burning question at 3 AM that even Google shrugs at? There’s a not-so-secret inbox that might just have your answer: khnaz35@gmail.com
Breathe in some nature while you're at it. It’s cheaper than therapy.
Feel free to sling a bear my way via PayPal @ khnaz35@gmail.com
Users browsing this forum: gunownergear, Majestic-12 [Bot] and 10 guests