![]() |
|
#1
|
|||
|
|||
Undefined variablewhen i tried it on my own pc as server; localhost, it works...no problem....
when i tried to upload to my website, it comes out some error, don't know why.. need to define nickname???? Notice: Undefined variable: nickname in /home/httpd/vhosts/testing.com/httpdocs/uploading.php on line 32 PHP Code:
PHP Code:
PHP Code:
Last edited by JdS : 21-Aug-2004 at 21:12.
Reason: Please insert your example PHP codes between [php] and [/php] tags
|
|||
|
#2
|
||||
|
||||
|
The short answer is :
yes.. you have to define 'nickname'... but specifically the session variable for 'nickname' - $_SESSION['nickname'] You must not be loading it somewhere.... are other parts of the code working? Maybe you need to modify your .htaccess file, because typically going from one server to another, often times sessions get handled differently. I would recommend having an .htaccess file at the root of your webpages that has the following content: Filename: .htacccess Code:
I've had problems before... OH One way to see if one server is configured differently than another is to run the following script on each one: Filename: test.php (put everything below in one file... it works great) PHP Code:
Hope that helps ya. |
|
#3
|
|||
|
|||
|
the problem solved after adding this code
PHP Code:
|
Recent GIDBlog
Once again, no time for hobbies by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Get value for variable name defined as string | mirizar | C Programming Language | 3 | 21-Jun-2004 18:36 |
| A Comprehensive Digest of C++ | mithunjacob | C++ Forum | 39 | 20-Jun-2004 20:09 |
| Forbidden You don't have permission to access Undefined index: ../PHP_SELF | ghyndman | MySQL / PHP Forum | 2 | 15-Dec-2003 09:17 |
| Keeping track of a private variable outside the class | viperv80 | C++ Forum | 1 | 03-Dec-2003 18:25 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The