php help need

Discussion in 'PHP' started by seohunter, Apr 9, 2007.

Thread Status:
Not open for further replies.
  1. #1
    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
     
    seohunter, Apr 9, 2007 IP
  2. D_C

    D_C Well-Known Member

    Messages:
    1,107
    Likes Received:
    21
    Best Answers:
    1
    Trophy Points:
    160
    #2
    how simple? What exactly do you want?
     
    D_C, Apr 9, 2007 IP
  3. stuw

    stuw Peon

    Messages:
    702
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #3
    if it's really simple you may get the answer you want here for free.
     
    stuw, Apr 9, 2007 IP
  4. D_C

    D_C Well-Known Member

    Messages:
    1,107
    Likes Received:
    21
    Best Answers:
    1
    Trophy Points:
    160
    #4
    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.
     
    D_C, Apr 9, 2007 IP
  5. seohunter

    seohunter Banned

    Messages:
    141
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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
     
    seohunter, Apr 9, 2007 IP
  6. stuw

    stuw Peon

    Messages:
    702
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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
     
    stuw, Apr 10, 2007 IP
  7. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #7
    Why do not you attach the file
    /home/masti/public_html/index.php here ?
     
    it career, Apr 10, 2007 IP
  8. D_C

    D_C Well-Known Member

    Messages:
    1,107
    Likes Received:
    21
    Best Answers:
    1
    Trophy Points:
    160
    #8
    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.
     
    D_C, Apr 10, 2007 IP
  9. seohunter

    seohunter Banned

    Messages:
    141
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #9
    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
     
    seohunter, Apr 10, 2007 IP
  10. D_C

    D_C Well-Known Member

    Messages:
    1,107
    Likes Received:
    21
    Best Answers:
    1
    Trophy Points:
    160
    #10
    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.
     
    D_C, Apr 10, 2007 IP
  11. ablaye

    ablaye Well-Known Member

    Messages:
    4,024
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    150
    #11
    Do you still need help or are you ok now?
     
    ablaye, Apr 10, 2007 IP
  12. ketan9

    ketan9 Active Member

    Messages:
    548
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #12
    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.
     
    ketan9, Apr 12, 2007 IP
  13. seohunter

    seohunter Banned

    Messages:
    141
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #13
    problem solved thnx to all for your kind help
     
    seohunter, Apr 15, 2007 IP
Thread Status:
Not open for further replies.