Jump to content
xisto Community

mahirharoon

Members
  • Content Count

    102
  • Joined

  • Last visited

Everything posted by mahirharoon

  1. edit:sorry for the mistake it is php not html and its with not whith my code checking script= <?php$file = '$CHECK';if (file_exists($file)) { echo "The file $filename exists";} else { echo "The file $filename does not exist";}?>my question is how to check the file whith html example:on a page a text box is provided and a button the user writes a file name (or website) the user clicks on the submit button then it checks and show it (with the code above) i got the code <?php$filename=$_POST['check'];if (file_exists($filename)) { echo "The file $filename exists";} else { echo "The file $filename does not exist";}?> <form method="post"><input name="check"><input type="submit" /></form> but...... the problem is , it will first show $_POST['check'] or Notice: Undefined index: check in path\to\filecheck.php on line 2 The file does not exist
  2. this my concept flip 3d (not 2d) when the slider moves the image will rotate according the slider EDIT:fully made in paint.net
  3. i made a 3d model in wings 3d which is the best renderer to render iti has exported it to.3ds.fbx.obj.rwx
  4. the location is C:\Program Files\Adobe\Photoshop CS2/CS3\presets\styles not C:\Program Files\Adobe\Photoshop CS2/CS3\presents\stylesEDIT:looks like it installed new styles(like a badware)
  5. it looks for the php file and will create it if it is not in the directory specified and adds the entry to case switch
  6. i don't think i wrote a good topic title how to do this: on a page with a text box and a button when the user writes what page he wants into the textbox and clicks the button it looks for the file and create it with a php extension and adds it to the page switcher and case is added by putting the same query whthout the extension example if the code of the page switcher is <?php $variable = $_GET['id'];switch($variable) {default: include('home.php'); break;case "guestbook": include('guestbook.php'); break;}?>the user writes forum.php then the code will become <?php $variable = $_GET['id'];switch($variable) {default: include('home.php'); break;case "guestbook": include('guestbook.php'); break;case "forum": include('forum.php'); break;}?>
  7. sorry for double post and can mod please delete this post (just this(not the whole topic) and remove this post from my post count the interface is very beatiful and easier to understand
  8. sorry i checked the page but the problem is with the php executor in my pc
  9. and if the admin feels it as a nuisance just goooogle for des pass pro , it has the password encrypted in des
  10. now i figured how to add accounts it is interacting with asp.net but it is just proccesing later it will be redirecting to the member cp
  11. i excecuted this in www-sharp this came
  12. there was a problem with installation in mysql.php that it has exceeded 30 seconds in proccessing in www-sharp runtime
  13. this is for all the lazy people who do not like installing a server and php just go and install www-sharp runtime from http://www-sharp.com/runtime/index.php instead of all the web server and php junk in your computer it installs only 27 files (most files as html in the error folder) but i am thinking where to download mysql
  14. it has no file limits( i think there is for the trial )
  15. the download link is not http://forums.xisto.com/no_longer_exists/ but it is http://www.anelectron.com/downloads/
  16. i use filezillaone of the bestftp programs such asfire ftp etc......
  17. hellobut i think that the server first looks what first
  18. good joke butie7 uses 90% of the memory the usage cannot be configured like in photoshop
  19. its because windows uses most of the bandwindth for microsoft's operations
  20. note that firefox can be opened with the command firefox and note pad in notepad we can do the commands by writing the name of the file (should be exe and should be registered is win registry)
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.