Click here to Skip to main content
15,891,828 members

Comments by karthikh87 (Top 42 by date)

karthikh87 19-May-15 12:53pm View    
@virusstorm: i have 2 columns in database viz, User and Level where User will have different level and depending on level he should get access. i tried coding this but was not successful so m looking for code(complete code itself).
@sergey: Question is i need code for menu building (only 1 level) depending on user level access.

@Manoj: Yes Manoj it will be only 1 level.. Usertype1 - Level1 page, Usertype2 - level2 page and so on..
karthikh87 23-Oct-13 8:31am View    
Thanks
karthikh87 1-Apr-13 1:36am View    
Thanks Prasad.. i got query executed and i tired in different way and its working fine..
karthikh87 31-Mar-13 11:16am View    
Thanks for the update so soon, and can u pls give me a code optimized for this i mean i am new to php and dono how to do as i did insertion option but not able to retrieve data.. from past week i m serching how ot retrieve data from php form pls help me thanks in advance.
karthikh87 31-Mar-13 9:10am View    
HiPrasad below are the details and thanks for the response pls let me know the code for the below details.

DB Name: newcrm
table name: common
table columns: refno(primary key); date; agentname; zcno; callerid;

i want to retrieve data from common table, from refno or date or agentname or zcno or callerid.

php form contains only one text field and what ever client enters it has to search in all the mentioned above columns and get the data from the table.

php form textbox name is: "search"