i want some hel to set up simple settings in php files under linux web server if any guys have some knowlede about php and can easily help me plz give your pricious time to me for a simple php work thnx in advance
Sometimes you can even get that if it is not simple so go ahead and throw it out here so we can give it a shot.
u can chek it at webmasti.org and see the error which is only in some linking of directory in the server and if u know php u can easily do it for me and it will really helful for me and i can easily start mine personal internet radio broadcasting so please help me if u know abut it
so what's on line 75 of your php code for that file? probably useful if you give us a bunch of code either side of it as well
As those two suggested, give us the code. But do not attach the whole file since some people may take it. Just show us the codeing that involves whatever is on line 75.
okies frnd tell me where i have to send this code to you , its a personal internet broadcastr radio script and it have only one page will all the configurations so tell me wehre i can send the file to you
you do not need to send the file, you just need to show us the code. Open the file in notepad and then copy paste the code here with code tags around it.
Well, there is a problem with your foreach variable. Check whatever variable you are using in the foreach statement is an array or not. For now, I think it is not an array but just a scalar quantity. for eg: foreach($array_strings as $string) { // Some Code } In your case, $array_strings is not an array. Let me know if this helped you... As always ... GREEN reps are good just kidding.