If the short tags are disabled, the PHP code wouldn't be interpreted.
In this case it depends on the browser, what you can see at the page.
Search found 6 matches
- Thu Aug 15, 2002 7:11 am
- Forum: PHP - Code
- Topic: this belongs in the non-existent java/php combo forums, =./
- Replies: 4
- Views: 1243
- Thu Aug 15, 2002 6:58 am
- Forum: PHP - Code
- Topic: error! why? please help!
- Replies: 14
- Views: 1850
- Wed Aug 14, 2002 12:16 pm
- Forum: PHP - Code
- Topic: this belongs in the non-existent java/php combo forums, =./
- Replies: 4
- Views: 1243
- Wed Aug 14, 2002 6:08 am
- Forum: PHP - Code
- Topic: two windows, sending data between....
- Replies: 8
- Views: 1231
You're right.9902468 wrote:I thought that
just loads somepage.php file to THIS window? (where the form tag is)Code: Select all
<form action=somepage.php>
I thought that would'nt matter.
Well, I'm sorry, but I don't know any JS.
- Wed Aug 14, 2002 5:14 am
- Forum: PHP - Code
- Topic: two windows, sending data between....
- Replies: 8
- Views: 1231
- Wed Aug 14, 2002 5:06 am
- Forum: PHP - Code
- Topic: Moving and Renaming Files
- Replies: 3
- Views: 750
At first you should check the file permissions with the fileperms/fileowner/...-functions. You can't write a file, if you haven't the permissions to do so. You can copy a file with the copy -function and you can rename a file with the rename -function (quite simple to remember ;) :)). You can delete...