Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #72.8K
~5K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for fernandodonster

<?php $websiteUrl = $_REQUEST['url']; if (!preg_match("#^http(s)?://[a-z0-9-_.]+\.[a-z]{2,4}#i",$websiteUrl)) { echo "wrong url"; } else { echo "ok"; } ?> Check this one. This is perfect.

Member Avatar for prof php
0
640
Member Avatar for phpuser

You can set directive in php.ini file to close the session when closed the browser session.cookie_lifetime = 0;

Member Avatar for Somnathpawar
0
5K

The End.