14.09.2019, 15:35
Okay, i want to ask something..
How can i determine if this string having an underscore and i'm want to delete with strdel?
And, can you give me another example like.... i want to return list to string.
Here is the function:
How can i determine if this string having an underscore and i'm want to delete with strdel?
And, can you give me another example like.... i want to return list to string.
Here is the function:
PHP Code:
stock ListAdmin(admin_level)
{
switch (admin_level)
{
case 1: txt = "text based";
...
}
return txt;
}