If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Before you post your question...read this

Closed Thread
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-05-03, 19:38
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
Before you post your question...read this

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.

Last edited by rhs98; 12-22-03 at 11:07.
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On