-
Content Count
102 -
Joined
-
Last visited
Everything posted by mahirharoon
-
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
-
this my concept flip 3d (not 2d) when the slider moves the image will rotate according the slider EDIT:fully made in paint.net
-
i made a 3d model in wings 3d which is the best renderer to render iti has exported it to.3ds.fbx.obj.rwx
-
Glassed Image In Photoshop How to do it?
mahirharoon replied to SamiFX's topic in Graphics, Design & Animation
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) -
Converting Textarea Return Characters To <br />
mahirharoon replied to paulmason411's topic in Programming
put \n at last of the line -
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
-
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;}?>
-
Install An Aef Forum Onto The Trap17 From a zip file
mahirharoon replied to jlhaslip's topic in General Discussion
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 -
Install An Aef Forum Onto The Trap17 From a zip file
mahirharoon replied to jlhaslip's topic in General Discussion
sorry i checked the page but the problem is with the php executor in my pc -
and if the admin feels it as a nuisance just goooogle for des pass pro , it has the password encrypted in des
-
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
-
i excecuted this in www-sharp this came
-
Install An Aef Forum Onto The Trap17 From a zip file
mahirharoon replied to jlhaslip's topic in General Discussion
there was a problem with installation in mysql.php that it has exceeded 30 seconds in proccessing in www-sharp runtime -
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
-
i think Xisto have mail() enabled
-
it has no file limits( i think there is for the trial )
-
Install An Aef Forum Onto The Trap17 From a zip file
mahirharoon replied to jlhaslip's topic in General Discussion
the download link is not http://forums.xisto.com/no_longer_exists/ but it is http://www.anelectron.com/downloads/ -
i use filezillaone of the bestftp programs such asfire ftp etc......
-
hellobut i think that the server first looks what first
-
Internet Explorer 7 The Greates Browser ive ever seen
mahirharoon replied to OmArEmAd's topic in Software
good joke butie7 uses 90% of the memory the usage cannot be configured like in photoshop -
Tips And Tricks In Windows everything you know share with us...
mahirharoon replied to Tonny's topic in Software
its because windows uses most of the bandwindth for microsoft's operations -
Tips And Tricks In Windows everything you know share with us...
mahirharoon replied to Tonny's topic in Software
this is copied from how to geek i think -
Tips And Tricks In Windows everything you know share with us...
mahirharoon replied to Tonny's topic in Software
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)