I have a simple script that I am running from WordPress. When I use this command and put the script in root, it works.
Script Question
7
I have a simple script that I am running from WordPress.
When I use this command and put the script in root, it works.
<form action="/Test.php" method="post">
When I use this command with the script in a folder called newfolder, it won't work.
<form action="/newfolder/Test.php" method="post">
What am I doing wrong? I plan on having several scripts and don't want them all in root.
Thank you in advance.
Steve
When I use this command and put the script in root, it works.
<form action="/Test.php" method="post">
When I use this command with the script in a folder called newfolder, it won't work.
<form action="/newfolder/Test.php" method="post">
What am I doing wrong? I plan on having several scripts and don't want them all in root.
Thank you in advance.
Steve
- Andrew Polanski
- [ 1 ] Thanks
- johnnyN
- [ 1 ] Thanks
- [1] reply
- SteveSch
- OBaz
- [ 1 ] Thanks
- ussher
- vjboc
- Theron451 Banned
Next Topics on Trending Feed
-
7