Forum: PHP Dec 25th, 2007 |
| Replies: 3 Views: 2,941 Thanks for your help! There is no database for me to use (I'm using a free web host).
Also, I'm not getting any error message. Instead, it is just not deleting anything from the file. I will try... |
Forum: PHP Dec 24th, 2007 |
| Replies: 3 Views: 2,941 Hi,
I'm trying to fully automate my website, and I'm trying to delete a line from a file that matches the line in a given String.
For example, I have a txt file named toApprove.txt containing a... |
Forum: PHP Oct 25th, 2005 |
| Replies: 2 Views: 1,549 Yes, a free one like Yahoo or GMail. |
Forum: PHP Oct 24th, 2005 |
| Replies: 2 Views: 1,549 Does anybody have any ideas on how to make your own email program? Could you use the mail function and restrict access? |
Forum: PHP Sep 22nd, 2005 |
| Replies: 4 Views: 2,335 Thanks SarahK! It worked!!! Now, I have one more problem - it says the file was uploaded, but where was it uploaded to? Here's my upload code:
$file_dir = "$_POST[uploadfile]";
... |
Forum: PHP Sep 22nd, 2005 |
| Replies: 4 Views: 2,306 Thanks, but I actually want to create it from scratch. |
Forum: PHP Sep 22nd, 2005 |
| Replies: 4 Views: 2,335 I tried that, but I'm still getting that error. Any other suggestions? Also, should I used $_POST['blank'] instead of $_POST[blank]? Thanks. |
Forum: PHP Sep 21st, 2005 |
| Replies: 4 Views: 2,335 Hi Everybody!
I'm trying to run the following script but I get this error:
Parse error: parse error, unexpected $ in c:\phpdev5\www\public\in.php on line 51
Any help would be appreciated.
... |
Forum: PHP Sep 21st, 2005 |
| Replies: 4 Views: 2,306 Hi!
Thanks for your help. I want to literally be able to see my computer's screen (through a web browser, maybe) and be able to control the mouse and keyboard. Is that possible?
Thanks. |
Forum: PHP Sep 20th, 2005 |
| Replies: 4 Views: 2,306 Hi Everyone,
Is there a way to make your own remote connection program (just for my use - at least fo now)? Something like goToMyPC.
Any suggestions would be appreciated. Also, is this easier... |
Forum: PHP Sep 6th, 2005 |
| Replies: 18 Views: 4,454 actually, $filename works. Here's the errors:
Notice: Undefined index: updelfile in c:\phpdev5\www\public\in.php on line 22
Notice: Undefined index: in c:\phpdev5\www\public\in.php on line 22... |
Forum: PHP Sep 5th, 2005 |
| Replies: 18 Views: 4,454 Hi Zippee!
Thanks! I get some errors so I attached the code:
login.php:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: PHP Sep 5th, 2005 |
| Replies: 18 Views: 4,454 Hi Zippee,
First, thanks for all your help. Second, I was wrong about knowing how to upload files! Do you know how? I already made a form with a file field.
Thanks again. |
Forum: PHP Sep 5th, 2005 |
| Replies: 1 Views: 2,135 Hi!
Does anyone know how to upload files? I already made the form.
Thanks! |
Forum: PHP Sep 5th, 2005 |
| Replies: 18 Views: 4,454 Hi Everyone,
I got the file creation to work! Is there a way to make a page where the user enters a username and password and it takes you to an upload page where you can upload files? I already... |
Forum: PHP Sep 5th, 2005 |
| Replies: 18 Views: 4,454 sorry - i meant the website address will be my IP address |
Forum: PHP Sep 5th, 2005 |
| Replies: 18 Views: 4,454 Hi Zippee,
Also, instead of uploading through the browser, can they upload through an FTP? I'll be hosting through Apache Webserver on my own computer. The web address will be my email address.... |
Forum: PHP Sep 5th, 2005 |
| Replies: 18 Views: 4,454 Hi,
Thanks! Can you explain more about the file writing and the make directory function? Thanks!
Also, if anybody knows about .htpsswrd, I would appreciate your help.
Thanks again. |
Forum: PHP Sep 4th, 2005 |
| Replies: 18 Views: 4,454 Hi Zippee,
Thanks. The site will only host a few of my friend's site - no one else. I wanted to make it so when they sign up a directory is created that's password protected with their password.... |
Forum: PHP Sep 3rd, 2005 |
| Replies: 18 Views: 4,454 Hi,
I was wondering if there's a tutorial on making a website that offers free hosting. I know how to upload files with PHP, so I posted this topic here.
Thanx. |
Forum: PHP Sep 2nd, 2005 |
| Replies: 5 Views: 1,814 Hi,
Thanks for your help. Somehow, I got PHP working. Now I need help with MySQL. I think I installed it correctly. I just don't know how to configure it so I can use it. First, how does it... |
Forum: PHP Aug 31st, 2005 |
| Replies: 5 Views: 1,814 Hi Everyone,
I don't mean to sound pushy, but I really want to start learning PHP. Any help would be greatly appreciated.
Thanks in advanced for all your help! |
Forum: PHP Aug 28th, 2005 |
| Replies: 5 Views: 1,814 Hi Everybody,
I just got a book on PHP, and I'm trying to learn the language. The only problem is, when I make a php test page:
<?php
phpinfo();
?>,
it doesn't work. As a matter of fact, no... |