SA-MP Forums Archive
Website (hosting website) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Website (hosting website) (/showthread.php?tid=363440)



Website (hosting website) - Sanady - 27.07.2012

Hello.I want to create order page.But I don`t have idea how to make this.When player fill all rows and press order.To owner of the Hosting Company send him Email about order.Anyone know how to create that??


Re: Website (hosting website) - gychem - 27.07.2012

Use a client panel, is suggest you WHCMS

You can get it on the legal way or on the illegal way.


Re: Website (hosting website) - Sanady - 27.07.2012

Quote:
Originally Posted by gychem
View Post
Use a client panel, is suggest you WHCMS

You can get it on the legal way or on the illegal way.
No no.Look I make website just when I press order none email will sent so I need to create it.And I am asking hoW??


Re: Website (hosting website) - Mauzen - 27.07.2012

HTML forms, php, and maybe mysql. ****** for examples, there are tons of.
theres a simple php mail function that you can use.


Re: Website (hosting website) - Joao Pedro - 27.07.2012

You can use an existing system or you can create your own system. If you want to create your own system, use to do it a dynamic language. I advise PHP


Re: Website (hosting website) - royal_king - 27.07.2012

If you want to send only mail to owner use mail(); function in PHP and make one, any help contact me


Re: Website (hosting website) - Sanady - 27.07.2012

Quote:
Originally Posted by royal_king
View Post
If you want to send only mail to owner use mail(); function in PHP and make one, any help contact me
Aha.Thanks