Before you post please check that you have done these things;
- Used the Search function (top right hand corner of every page) to find previous solutions to your problem
- Searched Google. Especially for error codes
- Tried http://www.w3schools.com/asp/ or http://www.php.net/manual/en/ for simple questions
- Made sure your post is to do with PHP, i.e. not a pure SQL question (example) or a Oracle question etc.
- Make sure your post is understandable - that it will make sense to someone with out your knowledge of the situation: i.e. not "Weool the input function in the xyz page gets the personel data and I can't find the date of birth on page zyx". This kind of stuff is useless - people will either ignore you, or as lots of questions to get what you should have posted in the first place: In both cases, it wastes YOUR time, let alone others.
Also to save you, and the people replying to you time; If your code has errors that you don't understand; post the code. 9/10 times people will need or ask you to do so anyway.
When posting code you should encase them with the poper tags; which are [ code ] and [ / code ] (remove the spaces) which give the result of
Code:
hello this is some code
Or for PHP ( [ php ] [ / php ] ) --> gives syntax highligting...
PHP Code:
<? echo "test"; ?>
I have posted this, mainly because I see/answer the same questions alot; example what does
"Microsoft OLE DB Provider for ODBC Drivers (0x8004????) mean???"
I am going to make an FAQ section as soon as I get time. Any queries about this post should be directed to me via PM or email.