Forum: PHP Sep 16th, 2008 |
| Replies: 4 Views: 610 I think I found my problem. For some reason, doing /ubiquity/ doesn't work. I'm under the impression that / would be my public_html directory, and so /ubiquity/ would be public_html/ubiquity/.... |
Forum: PHP Sep 15th, 2008 |
| Replies: 4 Views: 610 I'm trying to upload .js files onto my sever. This is the code:
<html>
<head>
<title>Add Ubiquity Command</title>
</head>
<body>
<form action="add_ubiquity_cmd.php" method="post"... |
Forum: PHP Sep 12th, 2008 |
| Replies: 1 Views: 784 Does mysql_real_escape_string() escape HTML character entities? I want people on my comment board to be able to post quotes in their comments, but they get escaped as raw ascii, so I run them through... |
Forum: PHP Jun 14th, 2008 |
| Replies: 1 Views: 635 EDIT: Ahhh.. nvm, I found it: die("Error with database".);
should be die("Error with database.");
Might anyone know why the following php script produces no results? I.e., when I ctrl+u in... |
Forum: PHP Jun 7th, 2008 |
| Replies: 3 Views: 608 Hey, im trying to use the mail() function, but its not working. This is the script:
<html>
<head>
</head>
<body>
<?php... |