aguea asia
SourceCode Examples
@SCExamples
SourceCodeExamples.com
Joined August 2011
Tweets
27
Following
230
Followers
71
Likes
0
Photos and videos
Photos and videos
Tweets
SourceCode Examples
@SCExamples
30 Jul 2012
Detect Mobile browsers: class Mobile_Detect { protected
$accept
; protected
$userAgent
; protected
$isMobile
= fal...
tinyurl.com/bpz87cw
1
SourceCode Examples
@SCExamples
15 May 2012
Get current domain name: //Returns current domain and extension without www function curdomain() { $pageUR1 = pr...
tinyurl.com/7rtbl5z
SourceCode Examples
@SCExamples
15 May 2012
Get current page URL: function curPageURL() {
$pageURL
= 'http'; if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s"...
tinyurl.com/77a9qz9
SourceCode Examples
@SCExamples
15 May 2012
Age from DATE: This little function returns the age for this DATE (MySQL format) //Input format: YYYY-MM-DD func...
tinyurl.com/855tyw6
SourceCode Examples
@SCExamples
15 May 2012
Validate JSON format: //Check if a string is json format function is_json($json) { if ( preg_match('/^\{[^>] \}$...
tinyurl.com/6uxpcol
SourceCode Examples
@SCExamples
15 May 2012
Get visitor IP address: //Return ip address of the visitor function ipadress() { return $_SERVER["REMOTE_ADDR"]; }
tinyurl.com/6n5dpht
SourceCode Examples retweeted
King Enion
@KingEnion
4 Apr 2012
Check our new virtual Stockmarket!
enion.net/
RT
2
1
SourceCode Examples
@SCExamples
23 Feb 2012
PHP Transform string to UTF-8 encoding: Here are some nice pieces of code that allow you to make all your data (...
tinyurl.com/7se669m
SourceCode Examples
@SCExamples
1 Nov 2011
Validate creditcard number: This piece of code will check if a creditcard number could possibly be valid, determined…
tinyurl.com/3jw4cpw
1
SourceCode Examples
@SCExamples
1 Nov 2011
Validate dutch bank account: This is a piece of code used to validate bank account numbers in the Netherlands,…
tinyurl.com/3sz2d9m
2
SourceCode Examples
@SCExamples
31 Aug 2011
Basic HTML5 site structure: This is a basic structure you can use for HTML5 pages. Please note, HTML5 is…
tinyurl.com/3kstzvz
SourceCode Examples
@SCExamples
31 Aug 2011
Simple file upload script: Here’s a simple script to upload a file to your webserver. You could combine this…
tinyurl.com/3vxgokl
SourceCode Examples
@SCExamples
31 Aug 2011
Programmers wanted:
sourcecodeexamples.com/contr…
!!!
SourceCode Examples
@SCExamples
31 Aug 2011
Align a website in the center: This CSS code will align your website in the center of the page, horizontal...
tinyurl.com/3f2suw5
SourceCode Examples
@SCExamples
31 Aug 2011
New: Login in with Facebook credentials on
SourceCodeExamples.com
SourceCode Examples
@SCExamples
30 Aug 2011
Date and time format like Facebook: This short PHP script will return a Facebook-like date and time format...
tinyurl.com/4xvww97
SourceCode Examples
@SCExamples
30 Aug 2011
Execute a PHP file in the background: This Ajax script will execute a PHP file on the background. It could...
tinyurl.com/3lvt55l
SourceCode Examples
@SCExamples
30 Aug 2011
Sleep (wait for X seconds): The following script will pause your javascript for x seconds (miliseconds act...
tinyurl.com/3mr5sak
SourceCode Examples
@SCExamples
30 Aug 2011
Mysql database connection: This is a simple example of how you could create a database connection from PHP…
tinyurl.com/3jmjkhv
SourceCode Examples
@SCExamples
30 Aug 2011
Timed redirect (redirect after x seconds): This piece of code will forward the user to a certain page afte...
tinyurl.com/3cr8xb6
Load more