Jump to content

Simple question; using ( or [ in an array


Kyrislian

Recommended Posts

I will state right here that I've never really delved into PHP before, but I'm prying apart the code on my site (a programmer made it for me). I've figured out how to add more checkboxes onto the page, but I've run into a problem.

 

'Artist' => array ( 'Cassiadawn', 'Cryptic', 'Diction', 'Glorfindel', 'Kyrislian', 'Russa', 'Ntkufreak', 'Taliba', 'Thunderbun', 'Velg', 'Lostdollie', 'Pookawitch')  

 

What I'm trying to do is replace  'Lostdollie', 'Pookawitch' with  'Lostdollie [R]', 'Pookawitch[R]'. How can I do this? I'd really appreciate any help anyone can give me! 

Link to comment
https://forums.phpfreaks.com/topic/210522-simple-question-using-or-in-an-array/
Share on other sites

Is there any way then for me to use it? I know that some code you can circumvent them by using special combinations of text/character but I'm unsure if there's anything like this for php. Also, if there's no way of using it, how about ( )?

 

Thanks much for all the helpful advice! :D

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.