What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » HTML Question

HTML Question
Author: Message:
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
O.P. HTML Question
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 :)

This post was edited on 05-06-2006 at 08:16 PM by ayjay.
05-06-2006 08:14 PM
Profile PM Find Quote Report
Val
Senior Member
****

Avatar

Posts: 698
Reputation: 45
30 / Other / Flag
Joined: Jun 2004
RE: HTML Question
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.
Menthix:
Anonymous doesn\'t have a leader.
Anonymous is the leader of ShawnZ.

Max:
True. But deep down, we all know.
ShawnZ is incharge.
he is /b/ in human form.
05-06-2006 08:20 PM
Profile PM Web Find Quote Report
zaher1988
Senior Member
****

Avatar
Inseperable

Posts: 699
Reputation: 10
36 / Male / Flag
Joined: Jun 2005
Status: Away
RE: HTML Question
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

This post was edited on 05-06-2006 at 08:24 PM by zaher1988.
05-06-2006 08:22 PM
Profile E-Mail PM Web Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
O.P. RE: HTML Question
Thanks for the instructions on making a form zaher and thanks Val for answering the question :P
05-06-2006 08:23 PM
Profile PM Find Quote Report
Val
Senior Member
****

Avatar

Posts: 698
Reputation: 45
30 / Other / Flag
Joined: Jun 2004
RE: HTML Question
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 ;)
Menthix:
Anonymous doesn\'t have a leader.
Anonymous is the leader of ShawnZ.

Max:
True. But deep down, we all know.
ShawnZ is incharge.
he is /b/ in human form.
05-06-2006 08:27 PM
Profile PM Web Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
O.P. RE: HTML Question
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)

This post was edited on 05-06-2006 at 09:42 PM by ayjay.
05-06-2006 09:36 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On