Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~656 People Reached
About Me

I am Lecturer in English in a Govt. College in Bangladesh. I am very much interested in Internet and Dynamic Web development. I have learned VB and ASP.

Favorite Forums
Favorite Tags
Member Avatar for Nazmul Haque

The application has the first window named chatroom.asp . Here a person will give a room name and enter that room for chat. All those who want to chat have to enter the same room. When a chat room is submitted by a user, the room name is passed to …

Member Avatar for Ezzaral
0
255
Member Avatar for Nazmul Haque

One slippy mistake that can occur with searching Text and Numeric field is that you have to carefully add the ( ' ) character enclosing the text searching string. For example : Text search: [CODE=sql]SELECT * FROM users_log WHERE user_name='Phillip'[/CODE] Numeric search: [CODE=sql]SELECT * FROM users_log WHERE user_age=>16[/CODE] In case …

0
76
Member Avatar for Nazmul Haque

I was developing a 'Payment Tracker' web application. I used MS Access as back-end database. I made a 'Payment_entry' table with user_ID and Payment_amount fields with 'Text' and 'Long integer' datatypes. Now , when I wanted to find the total payment of each user I used the following SQL command …

Member Avatar for arrgh
0
131
Member Avatar for Nazmul Haque

I am thinking of a web applcation where users can register and get their username and password to log in. Now they can send message to each other for free. There will be a 'msg received' section from where a user can check out if he/she has got any msg. …

0
96
Member Avatar for cocoll

Hello. i want to develop a chat application,but i want to develop the ability of private chat between 2 users. multiple users chat is very simple,but private chat is very complex ,but if we use database it become simple and very flexible. so i need your expert opinion before i …

Member Avatar for dnanetwork
0
96