Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - cnmycrl

3
Questions / client events sql statement
Hi All!!
 
I have select field emp_id from my employee table ( emp_id, name, city )

how i can set name and city to textbox when i choose select field (combo box) emp_id?

please help i still learning in phprad
5
General Discussion / Login Time out
HI all . i'm new in PHRAD
i have a question .

how to change login timeout? i want no login time out


Thanks All
6
Questions / Radio Button with Enry field data
Hi all!!
I have a case . how to create radio button with field entry?

eX. 1.Chair  2.Table 3. Cabinet 4.Other ___________
if i choose other i can type my own data

Any One have similiar case?
9
Questions / Re: Show Data with if statement
That a error !!

Notice: Undefined variable: data in C:\xampp\htdocs\serverbackup\app\views\partials\backup_ifs\list.php on line 88
Failed

What i miss?
11
Questions / Show Data with if statement
Hi All

How to show data in List Page Column with if statement
 for example
i have column data "Status" int(1), if data 1 = Success, 0 = Failed.

i struggle with this !! HELP