Search found 5 matches
- Thu Aug 18, 2005 1:43 pm
- Forum: PHP - Theory and Design
- Topic: PHP Speed
- Replies: 2
- Views: 1073
PHP Speed
Hi, I was just wondering if there are any factors to take into account to get a php site to work quickly. Im putting myself through the motions just trying to learn php and to experiment with what it can do. But my site seems to be functioning very slowly, the other non-php related pages on my site ...
- Sat Aug 13, 2005 11:54 pm
- Forum: PHP - Code
- Topic: Undefined Index error
- Replies: 7
- Views: 459
Both solutions work
Hi,
Thanks for all your help, the page is functioning properly now.
Any ideas about which suggestion is the best? Because both seem to work fine...at the moment I am rolling with Jcart's suggestion, purely because he has more posts.
Thanks for the quick responses.
Ross
Thanks for all your help, the page is functioning properly now.
Any ideas about which suggestion is the best? Because both seem to work fine...at the moment I am rolling with Jcart's suggestion, purely because he has more posts.
Thanks for the quick responses.
Ross
- Sat Aug 13, 2005 11:42 pm
- Forum: PHP - Code
- Topic: Undefined Index error
- Replies: 7
- Views: 459
Maybe....
Hi again, I just gave it another go and it appears to have worked. But just to check, this is what I did. I inserted the line: if (isset($_SESSION['KT_id_blindblog'])){ before the default values are defined. If I'm wrong let me know. Thanks Ross **EDIT** Wow just saw some more poeple had posted. Ign...
- Sat Aug 13, 2005 11:26 pm
- Forum: PHP - Code
- Topic: Undefined Index error
- Replies: 7
- Views: 459
So close...yet so far
Thanks for the hint, I did try that before but it generated another error when it actually came to a user logging in and posting.
Ill give it another go, thanks for the hint, it seems I'm close.
Thanks
Ross
PS. Ill let you know if I sort it. Thanks again.
Ill give it another go, thanks for the hint, it seems I'm close.
Thanks
Ross
PS. Ill let you know if I sort it. Thanks again.
- Sat Aug 13, 2005 11:00 pm
- Forum: PHP - Code
- Topic: Undefined Index error
- Replies: 7
- Views: 459
Undefined Index error
Hi, I am relatively new to php and decided to learn by doing and so I made myself a sort of blog. 95% of the site works fine, but one problem that I am having is an undefined index error that is generated on one of my pages. Its quite annoying and messes up the whole layout of the page. The error is...