Author |
Message |
Topic: Hello World! (no response) |
XvObiVx
Replies: 12
Views: 17374
|
|
I'm kind of new to Abyss, but it might be the ".html" part of your file. Did you set your PHP parser to parse .html as .php? |
Topic: More forms |
XvObiVx
Replies: 3
Views: 6854
|
|
Yea, that seems to be the problem, ty.
However, I don't know why =\. The "class=" refers to CSS, and I don't think I have anything written wrong there You guys can take a look anyway:
font.login ... |
Topic: More forms |
XvObiVx
Replies: 3
Views: 6854
|
|
Ok, so I'm using forms on my webpage Whenever I use the following code:
<form method=POST action="<?php echo $_SERVER['PHP_SELF']?>">
<font class=" ... |
Topic: Cookies |
XvObiVx
Replies: 1
Views: 4656
|
Forum: PHP Posted: Fri May 07, 2004 11:56 pm Subject: Cookies | |
|
Whenever I set a cookie, I have to reload the page for the variable to register, or the new value to be shown. Is it working correctly? |
Topic: MySQL uploading |
XvObiVx
Replies: 3
Views: 6259
|
|
Yea, I tried using "", but it didn't work. |
Topic: MySQL uploading |
XvObiVx
Replies: 3
Views: 6259
|
|
Ok well I had a problem loading a variable into a database. It looked like this:
$sql = "INSERT INTO users VALUES ('','$_POST['user']','1')";
mysql_query($sql) ... |
Topic: HTTP 500 Internal server error |
XvObiVx
Replies: 13
Views: 15856
|
|
Don't feel too bad, I'm getting the same thing. It started happening after I slightly modded php.ini in the windows directory. I'm trying to fix it now.
Update:
Fixed in by just overwriting the ph ... |
Topic: Forms with php |
XvObiVx
Replies: 5
Views: 7516
|
|
Thanks a lot, it does work! =)
Just wondering, what exactly does including the "$_SERVER" part do? |
Topic: Forms with php |
XvObiVx
Replies: 5
Views: 7516
|
|
Ok, I'm just messing with forms in PHP, and when I try to use the following code:
Code:
<form method="post" action="<?php echo $PHP_SELF?>">
and when I hit my ... |
|