Friday, July 31, 2009

Can an interactive website with a client database be built using HTML,PHP and MySQL alone?

I mean a really functional website such as those that can send automatic reply email to visitor input, check the visitor's information against the database in the server etc.. Can such a website be built without something like Javascript? Will there be any defect if Javascript is not used in the coding?


Thank you in advance.

Can an interactive website with a client database be built using HTML,PHP and MySQL alone?
of course! it can be easily done without using javascript. You can make that application with PHP and HTML alone. There is a mail() function in PHP which allows you to send email from your server.





PHP is so easy and i love open source software. Be careful of spam though, because spammers may use your script to send spam email. You might want to implement CAPTCHA (automated image verification test) to prevent spammers.
Reply:I've written stuff before just using PHP and MySQL, should be enough for most things. As for e-mail, I set mine up to use the same e-mail server I used for my personal e-mail ( basically lifted the settings out of my Outlook configuration ) which isn't really an industrial strength solution, but works.


Javascript only really affects how the web pages react in the browser and in general it's better to try and not use it ( as users can turn it off at their own discretion ) but it can be useful to do minor bits of validation etc. at the users end before submitting a page back to your PHP code.
Reply:any form of email reply will require a mial server unless you rely on a web mail service. other than that, yes. an interactive dynamic site can be built with only HTML, SQL and PHP
Reply:use asp.net





or "Java".





u need not use javascript in the coding. u can use asp / asp.net to do most of validations

birthday cards

No comments:

Post a Comment