Jump to content

dcgamers

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Posts posted by dcgamers

  1. I am tring to chmod a file using the following code:
    [code]
    <?
    $imm = "$_GET[url]";
    chmod("$imm", 755);
    ?>
    [/code]
    and I get the following:
    Warning: chmod() [function.chmod]: Operation not permitted in /home/****/public_html/****.php on line 3
    Please help!
  2. Here is the deal, I need a rating script that all I need to do is add a field to the mysql table, put in the script where I display the output of the table, and thats it. I don't know how rating scripts work. I need a simple one, no images (radio fields, rating 1-5). All things you would suspect in a rating script. So can anyone, ANYONE help me?
  3. Thanks it worked.
    Hey I'm a c++ guy not a php guy :).
    I have one more question and it is about Mysql_query and displaying in a loop, the contents of a database table. I need to know how to be able to click on a link in the loop (per looped item that is) and make it take me to a page where there will be more data for that specific item. Sorry this may be confusing, I don't know the right term names.
×
×
  • 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.