Search found 3 matches

by Thorbear
Wed Sep 17, 2008 12:19 pm
Forum: PHP - Code
Topic: Homemade Guestbook
Replies: 2
Views: 1166

Re: Homemade Guestbook

what function can I use to detect wether "http://" is the first 7 chrs of the data or not? I only read that bit. if(substr($data, 0, 7) == 'http://') echo 'yep'; Hehe, which is why I made that bold , but sometimes people want to know the details ;) Anyway, that was exacly what I was looki...
by Thorbear
Wed Sep 17, 2008 12:01 pm
Forum: PHP - Code
Topic: Homemade Guestbook
Replies: 2
Views: 1166

Homemade Guestbook

I made a guestbook, in it you can insert "name", "mail", "homepage" and "text" Where name and text are required through if(isset($_REQUEST['names']) && isset($_REQUEST['texts'])) {  $names = $_REQUEST['names'];  $emails = $_REQUEST['emails'];  $homes =...
by Thorbear
Sun May 11, 2008 11:15 am
Forum: Volunteer Work
Topic: Multilanguage homepage
Replies: 1
Views: 1594

Multilanguage homepage

[Content removed by user: out of date]




Thanks in advance