dragon2309
P.I Dragon
Right, i am just getting started n the world of PHP, i know the 'conn' variable and ODBC connect syntax's. I upload this script and browse to it only to recieve errors saying that there was a call error to one of the variables, i ahve checked and rechecked everything and even taken out all of the IF and WHILE statements that could be going wrong. I simply have the odbc_connect() function and then the sql_(SELECT) function followng it seperate by standard break ';' I cant think of anything else it could be, anyone got any ideas.
If you need to view the script then just ask and i will send it to you.
**UPDATE** I think i got it to actually connect to the database but the page now comes up blank, no error message or anything like before. Is there something i need to add to actually get it to dispaly the data contained in the table that i queried? I heard something about exporting query data to XML sheets, is that what i need to do.
If you need to view the script then just ask and i will send it to you.
**UPDATE** I think i got it to actually connect to the database but the page now comes up blank, no error message or anything like before. Is there something i need to add to actually get it to dispaly the data contained in the table that i queried? I heard something about exporting query data to XML sheets, is that what i need to do.
Last edited: