Shoutbox

HTML Question - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: HTML Question (/showthread.php?tid=59125)

HTML Question by ayjay on 05-06-2006 at 08:14 PM

Nice quick one :P

If I want the action of a form to be delete.php (for eg) and delete.php is in the directory above where the form is, how can I do it?

Thanks :)


RE: HTML Question by Val on 05-06-2006 at 08:20 PM

you will ethier need to do ../delete.php (it goes up one directory) or /folder/delete.php  where the first slash is the root directory, the first method is better then the first since you don't need to name a buntch of directorys if you have alot.


RE: HTML Question by zaher1988 on 05-06-2006 at 08:22 PM

hey

code:

<form action="./directory/delete.php" method="post" name="delete">

<!--Rest of your code here--!>
</form>


you might need to change the path for the delete.php

regards
RE: HTML Question by ayjay on 05-06-2006 at 08:23 PM

Thanks for the instructions on making a form zaher and thanks Val for answering the question :P


RE: HTML Question by Val on 05-06-2006 at 08:27 PM

quote:
Originally posted by ajd
Thanks for the instructions on making a form zaher and thanks Val for answering the question :P

NP ajd, if you have any more html questions just ask me ;)
RE: HTML Question by ayjay on 05-06-2006 at 09:36 PM

Yay! Done at last :D

My friend is into a load of virtual airline plane simulation etc type crap :P and asked to make a submission form type thing for a website they have.

You can enter your details to apply. (http://ajd.thedt.net/form/form.html)

A mod will then check your application (http://ajd.thedt.net/form/applications) and once he has accepted/not accepted, the application can be deleted (http://ajd.thedt.net/form/applications/delete.html)

I know no-one will care but I've spent all day doing it so I refuse to not post it!!! :P

(Please will everyone (not mentioning any names) refrain from proving that you can break it :P)