Click here to Skip to main content
15,904,346 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: checkboxes from hell Pin
Luc Pattyn13-Apr-11 6:11
sitebuilderLuc Pattyn13-Apr-11 6:11 
GeneralRe: checkboxes from hell Pin
Joan M13-Apr-11 6:33
professionalJoan M13-Apr-11 6:33 
Questionphp and div tags Pin
komanche12-Apr-11 23:52
komanche12-Apr-11 23:52 
AnswerRe: php and div tags Pin
enhzflep13-Apr-11 3:45
enhzflep13-Apr-11 3:45 
AnswerRe: php and div tags Pin
Mutinda Boniface15-Apr-11 3:44
Mutinda Boniface15-Apr-11 3:44 
QuestionMore of a poll than a question... Pin
Albert Holguin8-Apr-11 5:04
professionalAlbert Holguin8-Apr-11 5:04 
AnswerRe: More of a poll than a question... Pin
Nemanja Trifunovic8-Apr-11 5:20
Nemanja Trifunovic8-Apr-11 5:20 
GeneralRe: More of a poll than a question... Pin
Albert Holguin8-Apr-11 5:27
professionalAlbert Holguin8-Apr-11 5:27 
AnswerRe: More of a poll than a question... Pin
Slacker0078-Apr-11 7:04
professionalSlacker0078-Apr-11 7:04 
GeneralRe: More of a poll than a question... Pin
Albert Holguin8-Apr-11 7:26
professionalAlbert Holguin8-Apr-11 7:26 
GeneralRe: More of a poll than a question... Pin
Slacker0078-Apr-11 7:32
professionalSlacker0078-Apr-11 7:32 
GeneralRe: More of a poll than a question... Pin
Albert Holguin8-Apr-11 9:24
professionalAlbert Holguin8-Apr-11 9:24 
AnswerRe: More of a poll than a question... Pin
Paul Darlington14-Apr-11 5:11
Paul Darlington14-Apr-11 5:11 
GeneralRe: More of a poll than a question... Pin
Albert Holguin14-Apr-11 5:15
professionalAlbert Holguin14-Apr-11 5:15 
AnswerRe: More of a poll than a question... Pin
jschell14-Apr-11 9:52
jschell14-Apr-11 9:52 
GeneralRe: More of a poll than a question... Pin
Albert Holguin14-Apr-11 10:03
professionalAlbert Holguin14-Apr-11 10:03 
GeneralRe: More of a poll than a question... Pin
jschell15-Apr-11 8:58
jschell15-Apr-11 8:58 
Generaladd and show events on a calender in php/msql problem Pin
tryingmybest894-Apr-11 12:36
tryingmybest894-Apr-11 12:36 
GeneralRe: add and show events on a calender in php/msql problem Pin
Graham Breach5-Apr-11 0:16
Graham Breach5-Apr-11 0:16 
GeneralRe: add and show events on a calender in php/msql problem Pin
tryingmybest896-Apr-11 12:31
tryingmybest896-Apr-11 12:31 
GeneralRe: add and show events on a calender in php/msql problem Pin
Mutinda Boniface15-Apr-11 3:53
Mutinda Boniface15-Apr-11 3:53 
QuestionHow to know if a variable has been initiated or not [modified] Pin
Joan M30-Mar-11 7:56
professionalJoan M30-Mar-11 7:56 
AnswerRe: How to know if a variable has been initiated or not Pin
nickmaroulis30-Mar-11 13:35
nickmaroulis30-Mar-11 13:35 
GeneralRe: How to know if a variable has been initiated or not Pin
Joan M30-Mar-11 20:25
professionalJoan M30-Mar-11 20:25 
GeneralRe: How to know if a variable has been initiated or not Pin
nickmaroulis30-Mar-11 21:03
nickmaroulis30-Mar-11 21:03 
If the variable is already declared it will stay global. Undefined index means that element of the array globals is not set.


The most useful function in php is var_dump()! It usually tells you what you need to know. I would var_dump( $GLOBALS ) and see what you get. feel free to contact me directly if you are still having dramas.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.