Thanks that did do the trick!
Im still confused as to what this if statement does, but i'll get it sooner or later. =)
Search found 5 matches
- Fri Mar 03, 2006 11:54 am
- Forum: PHP - Code
- Topic: Undefined Index Issue - Error
- Replies: 8
- Views: 521
- Fri Mar 03, 2006 9:32 am
- Forum: PHP - Code
- Topic: Undefined Index Issue - Error
- Replies: 8
- Views: 521
How does this code work?
What exactly does this piece of code do? I understand that isset is testing to see if the variable is empty, then if it is it sets the variable. What I dont get is the last part of this code, what is it doing?
Thanks for the replies and for being patient =)
-Jassen
Thanks for the replies and for being patient =)
-Jassen
- Thu Mar 02, 2006 9:07 pm
- Forum: PHP - Code
- Topic: Undefined Index Issue - Error
- Replies: 8
- Views: 521
Undefined Index Issue - Error
All, I am trying to create the following short variable name: $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT']; When I try to do this I get the following error and im not too sure why: Notice: Undefined index: DOCUMENT_ROOT in C:\Inetpub\wwwroot\processorder.php on line 68 All the tags are in place and co...
- Fri Feb 17, 2006 7:39 am
- Forum: PHP - Code
- Topic: To use SMARTY?
- Replies: 19
- Views: 2284
Thanks!
Thanks to everyone with all of your replies and examples, it has been very helpful!
Looks like I will just concentrate on the PHP language itself and then learn SMARTY later on.
Thanks again for all your replies!!!
-Jassen
Looks like I will just concentrate on the PHP language itself and then learn SMARTY later on.
Thanks again for all your replies!!!
-Jassen
- Thu Feb 16, 2006 9:02 pm
- Forum: PHP - Code
- Topic: To use SMARTY?
- Replies: 19
- Views: 2284
To use SMARTY?
Hey all, Im pretty new to PHP and just starting to really study and get familar with the code. I was wondering if I should follow the instruction of one of the books I bought and code everything with SMARTY or should I just get standard PHP programming down? I see the value of seperating the PHP cod...