What do .c and .h file extensions mean to C?

.c : c file (where the real action is, in general) .h : header file (to be included with a preprocessor #include directive). Contains stuff that is normally deemed to be shared with other parts of your code, like function prototypes, #define’d stuff, extern declaration for global variables (oh, the horror) and the like. Technically, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)