Re: [PHP-WIN] GUI for php on windows?

2003-06-09 Thread The Head Sage
If you mean GUI as in a PHP Editor, then Dreamweaver MX or Notepad.. For MySQL i reccomend SQLYog, but the URL escapes me, So never forget "Google is your friend" - Original Message - From: "EPPack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 09, 2003 9:50 PM Subject:

RE: [PHP-WIN] Global Variable Issues

2003-03-14 Thread The Head Sage
For the $status variable, sessions might help in passing the data along pages. -Original Message- From: Cam [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2003 12:10 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Global Variable Issues Through past releases of PHP, I've developed

[PHP-WIN] Re: Moving an uploaded file keeps failing

2003-01-20 Thread The Head Sage
I encountered the same problem recently while working on my sites Fan Art section. There's a small error in the PHP manual which solves your problem. With the move_uploaded_file(); function, in the end string you need to put the actual file name as well.. e.g: $filename = $_FILES['userfile']['n