-
- Created: 1994
- Maintained By: The PHP Group
- License: The PHP License
- OS: Cross-platform
- Stands for: "PHP: Hypertext Preprocessor"
- Free Software
-
-
PHP is a scripting language used primarily to build interactive web-based applications.
-
-
-
PHP Questions
Does anyone know a php script that grabs information from twitter with a certain hash tag? 1 AnswerYou could take a look at http://www.phpclasses.org/ and search for twitter. There are a lot of PHP scripts out there that will grab information from twitter wit... read more
Can anyone recommend a decent PHP contact form mailer? Need something simple that's also relatively secure. 1 AnswerCriss Coyier at css-tricks.com has a very good php contact form mailer. You can see it here: http://css-tricks.com/nice-and-simple-contact-form/ read more
What are the ways to avoid PHP vulnerability? 3 AnswersThe basic idea is that want to scrub and verify all user input before using such data as part of any crucial code. Two big concerns are that you don't want to ... read more
About this page
-
Page Views162


