Adem GEN?
02-16-2009, 07:16 PM
Hello,
Please help me
My bad English, please try to understand me.
I will write briefly.
Example:
New a Phone Add
| Name Surname | | GSM Telephone | | Business Telephone | | Home Telephone | | Statement | | Form By username | | Edit | | Delete |
Adem GEN? | | 0532 1234567 | | 0212 1234567 | | 0216 1234567 | | gfgf gfhfhd | | AdemGEN? | | Edit | | Delete |
????????????..
????????
and will continue ...
member list like
https://vborg.vbsupport.ru/showthread.php?t=62164
I added the template.
I php page created.
I Database created.
CREATE TABLE telefon_listesi (
telefon_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
userid INT UNSIGNED NOT NULL DEFAULT '0',
kullanici_adi VARCHAR(100) NOT NULL DEFAULT '',
telefon_sahibi_adi MEDIUMTEXT,
telefon_sahibi_soyadi MEDIUMTEXT,
aciklama MEDIUMTEXT,
ev_tel_kodu VARCHAR(47) NOT NULL DEFAULT '',
ev_tel_numara VARCHAR(47) NOT NULL DEFAULT '',
is_tel_kodu VARCHAR(47) NOT NULL DEFAULT '',
is_tel_numara VARCHAR(47) NOT NULL DEFAULT '',
cep_tel_kodu VARCHAR(47) NOT NULL DEFAULT '',
cep_tel_numara VARCHAR(47) NOT NULL DEFAULT '',
PRIMARY KEY (telefon_id),
KEY ekleyen_kullanici_id (userid)
)Table Turkish->English
kullanici_adi ->username
telefon_sahibi_adi ->phone_owner_name
telefon_sahibi_soyadi ->phone_owner_surname
aciklama ->statement
ev_tel_kodu ->code_home_phone_area
ev_tel_numara ->home_phone
is_tel_kodu ->code_business_phone_area
is_tel_numara ->business_phone
cep_tel_kodu -> code_gsm_phone_ares
cep_tel_numara ->gsm_phone
Please, for test.php ve template?
See my make php files, Attach Files
member list like
Thank you
Attach Files
telefon_ekle.php ->add_phone
telefon_liste.php ->phone_lists
telefon_kaydi_duzelt.php ->edit
Please help me
My bad English, please try to understand me.
I will write briefly.
Example:
New a Phone Add
| Name Surname | | GSM Telephone | | Business Telephone | | Home Telephone | | Statement | | Form By username | | Edit | | Delete |
Adem GEN? | | 0532 1234567 | | 0212 1234567 | | 0216 1234567 | | gfgf gfhfhd | | AdemGEN? | | Edit | | Delete |
????????????..
????????
and will continue ...
member list like
https://vborg.vbsupport.ru/showthread.php?t=62164
I added the template.
I php page created.
I Database created.
CREATE TABLE telefon_listesi (
telefon_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
userid INT UNSIGNED NOT NULL DEFAULT '0',
kullanici_adi VARCHAR(100) NOT NULL DEFAULT '',
telefon_sahibi_adi MEDIUMTEXT,
telefon_sahibi_soyadi MEDIUMTEXT,
aciklama MEDIUMTEXT,
ev_tel_kodu VARCHAR(47) NOT NULL DEFAULT '',
ev_tel_numara VARCHAR(47) NOT NULL DEFAULT '',
is_tel_kodu VARCHAR(47) NOT NULL DEFAULT '',
is_tel_numara VARCHAR(47) NOT NULL DEFAULT '',
cep_tel_kodu VARCHAR(47) NOT NULL DEFAULT '',
cep_tel_numara VARCHAR(47) NOT NULL DEFAULT '',
PRIMARY KEY (telefon_id),
KEY ekleyen_kullanici_id (userid)
)Table Turkish->English
kullanici_adi ->username
telefon_sahibi_adi ->phone_owner_name
telefon_sahibi_soyadi ->phone_owner_surname
aciklama ->statement
ev_tel_kodu ->code_home_phone_area
ev_tel_numara ->home_phone
is_tel_kodu ->code_business_phone_area
is_tel_numara ->business_phone
cep_tel_kodu -> code_gsm_phone_ares
cep_tel_numara ->gsm_phone
Please, for test.php ve template?
See my make php files, Attach Files
member list like
Thank you
Attach Files
telefon_ekle.php ->add_phone
telefon_liste.php ->phone_lists
telefon_kaydi_duzelt.php ->edit