I want to build an online query system.Right now i am in the process of building the pages using php and mysql. Is there any possibility to build with post nuke and how pls reply.
with regards
bil
Do you mean something where you type in a SQL query and get the results as an html table?
If that's what you're trying to do, it's actually very easy. You'll probably send more time on security ( so people don't run delete or drop table queries against your database ) than on the querying, or dealing with the results. Use a for loop to go through each row in the result set, and then another for loop nested inside the first one to go over each column in the row, and output it wrapped in td tags.
thx for the replies. i have already wrote install, config,common and post (for posting the queries). i am unable to contact the LDAP server. i ll come with details anyway thx for the replies
with rgds
bil
You mean ldap as in light-weight active directory protocol? What type of queries are you throwing against that? Or is it something else you're trying to connect to, an acronym I'm not familiar with?