09/10/2018, 23:05

giúo tôi viết cái php này cái.

I'm newbie, I don't know anything about php, mysql; can you help me to write simple php script?

I have a html page with forms: name*, email*, msg and a browser upload file.
- I want when users submit this form, error will show if they don't enter require field * and check file size, type.
- File upload (must be <500kb, allow only *.doc, *.txt, *.pdf type)
- If all field ok, they will redir to confilm page. they click send and an email with these info with attach file (if they select) will be send to me@mydomain.com and redir they to thanks page.

And users who enter these info will be record to contact system. (log name, email, ip, time gmt+7)
Admin must login to view info about them and he can send email to users...


Thanks for help.
teleit viết 01:19 ngày 10/10/2018
tính log email để spam hả :d vào google mà học và tự viết. Vấn đề là trao đổi kinh nghiệm chứ không ai ở không đâu mà làm giùm bạn à. bạn không biết gì hết thì nên bắt đầu học, trong quá trình học có gì không hiểu, thắc mắc, gì gì đó thì request. chứ i don't know anything about php & mysql thì thì..... đi chết đi
scripter viết 01:10 ngày 10/10/2018
www.codingforums.com very well w/ me!
livingdeath viết 01:09 ngày 10/10/2018
Quote Được gửi bởi kcreative
I'm newbie, I don't know anything about php, mysql; can you help me to write simple php script?

I have a html page with forms: name*, email*, msg and a browser upload file.
- I want when users submit this form, error will show if they don't enter require field * and check file size, type.
- File upload (must be <500kb, allow only *.doc, *.txt, *.pdf type)
- If all field ok, they will redir to confilm page. they click send and an email with these info with attach file (if they select) will be send to me@mydomain.com and redir they to thanks page.

And users who enter these info will be record to contact system. (log name, email, ip, time gmt+7)
Admin must login to view info about them and he can send email to users...


Thanks for help.
Cao thủ thật, toàn tiếng anh. Ổng này tính dọa dân IT hay sao đấy nhỉ.
Muốn code thì chịu khó mà học hỏi. Cái này có nhiều rồi ....
amida viết 01:13 ngày 10/10/2018
Vớ vẩn, nhỡ ng` ta không type tiếng Việt đc và có thành kiến thật thì sao? Bác teleit & livingdeath giúp ng` ta cách ấy àh?
Không giúp bằng code thì chỉ dẫn bằng chữ.
@kcreative:
- form action cho các form ấy là 1 function check_redir(). Code đơn giản chỉ re-perform các thông tin mà user nhập. Dùng $_POST ($HTTP_POST_VARS nếu version php < 4.1)
- Dùng if else để check giá trị full chưa (ex: if($_POST['email'] == "")...echo "...." )
- Sau khi perform các thông tin thì cho input submit để send. Dùng hàm mail() với các tham số đã định.
- Có thê thêm phần edit sau khi redir các giá trị form ra.
Code đơn giản, bạn có thể tự tìm hiểu và viết 1 cái, như vậy mới giỏi. Life if for trying and finding
Bài liên quan
0