Quantcast
Channel: PHP – Aswin Lutchanah
Browsing all 8 articles
Browse latest View live

Email validation with filter_var – php 5.2.0

Content filter_var Examples using filter_var to validate an email Tweak for emails without a domain extension Examples with the emailValidation function Limits Conclusion Solution with a regular...

View Article



Get current Php version

I was looking for a way to get the current php version and I finally found the solution on the official php website.phpversion(): returns a string containing the version of the currently running PHP...

View Article

Facebook Email Validation not optimum

I came across this problem while trying to add an email with a .info extension to the list of emails authorised on Facebook. I was unable to do so. I logged out and tried signing up with an email with...

View Article

Php function – check if characters in a string are numerical

I was looking for a way to check if a string contained only numerical values.  I thought that the php function is_numeric() would do the job. I was wrong. echo is_numeric(555); // 1 echo...

View Article

Php Shuffle – mélanger un tableau (array)

Shuffle est un mot anglais qui signifie mélanger. En php, c’est aussi un mot-clé pour une fonction qui prend un tableau en entrée, mélange ses éléments et retourne TRUE en cas de succès et FALSE si une...

View Article


Image may be NSFW.
Clik here to view.

Clear cache of a single page in TYPO3 V6

Few days back, I was looking for a way to clear the cache of a single page in TYPO3 version 6 with PHP. Desperate, I even tweeted about it expecting some clues but in vain… Finally, I got the answer...

View Article

Php function to show the week date range for any month

How to show the the week date range in for any month ? Like: 3november-9november ,10nov-16nov so on… Following a question of Rajiv Kumar on Facebook, I’ve developed a first version of the php function...

View Article

Image may be NSFW.
Clik here to view.

Remove WordPress version and improve your blog security

Now that you have your WordPress installed on your own server, you think that this is it. You think that you may concentrate on the tedious task of creating awesome content. Between you and me, this is...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images