Search found 3 matches
- Tue Nov 26, 2013 8:15 am
- Forum: PHP - Code
- Topic: Twitter Feed controlling
- Replies: 1
- Views: 753
Twitter Feed controlling
Hello guys, im making this thread to ask for help in something i need doing. basically i have a twitter support script which basically shows the feed of a person. now im looking to build some sort of parser so a user can control wether to show certain feeds on the website. so for example some sort o...
- Fri Nov 15, 2013 5:27 am
- Forum: PHP - Code
- Topic: please, help with contact form
- Replies: 1
- Views: 352
please, help with contact form
hello guys, today i have a problem i cant seem to solve ;/ so basically i got a page with a contact form, once the form has been submited, it sends (action="sent.php") to page "sent.php", this page has the php script i made to actually send the email. now my problem is, once some...
- Wed Nov 06, 2013 7:12 am
- Forum: PHP - Code
- Topic: please help me, need help with captcha
- Replies: 1
- Views: 419
please help me, need help with captcha
hey guys, so i have a contact form which is validated with a captcha system i have made, here is the code: <?php // code for captcha session_start(); // this is starting the session made in generate.php and making it so the numbers generated are between // 1000-9999 // we do a if statement so that i...