Jump to content

beyzad

Members
  • Posts

    109
  • Joined

  • Last visited

Everything posted by beyzad

  1. Thanks you dears. I used Lumio method and it's worked. thanks to Mr. Neon to.
  2. Hi dears. I've got a problem with INCLUDE . so i need to include a file name such as 'menu.php?id=1" But i'll get this: Warning: include(menu.php?id=1) [function.include]: failed to open stream: Invalid argument in C:\wamp\www\sang darmani\dd.php on line 60 Warning: include() [function.include]: Failed opening 'menu.php?id=1' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\sang darmani\dd.php on line 60 Can anyone help please?? :-X
  3. Special thanks to you. :-* And special thank to Mr MadTechie . Both are wonder. Thanks.
  4. $query="select * from upload where upload_id=$id"; $result=mysql_query($query); $rows=mysql_fetch_assoc($result); $file_name=$rows[file]; // If file is your filed name unlink ( PATH $file_name );
  5. http://us2.php.net/manual/en/function.delete.php But you may need to change the permission of the file first.
  6. Hi. i gotta little prob. i wanna choose limited ( may be 50 ) random and unrepeated numbers from a limited range ( like 0-1000 ) and put them in a variable array ( like $k ). can anyone please help me?
×
×
  • 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.