I do not really see the need in Promoting it, at least not outside the EU where they have the prompt asking which browser you want to use. For the rest of us its pre-installed and just there. why advertise it lol.
Thanks, but the auto refresh of ads is something I can't change.. it has been this way even when we worked with Ziff Davis years ago, at the least the refreshing of the ads no longer messes with the page at all.
Also it is comical when I see an ad I want to click on or view, and then it refreshes before my eyes Lol. Btw I do not click on ads to generate revenue, just the ones that appeal to me, like when I am looking for a new wardrobe and then an ad appears for a sale on something local to me.
Question
Swift-R
I've been using this code to validate user names. It only allows 0-9, a-z, A-Z, spaces...
if ( ! eregi ( "^[0-9A-Z_[:space:]]{1,}$", $username ) )But now, in PHP 5.3 the ereg and eregi functions are deprecated and will be deleted in PHP 6.0.
How can I do this without eregi?
Edited by MNunes2Link to comment
https://www.neowin.net/forum/topic/815802-php-eregi-replacement/Share on other sites
15 answers to this question
Recommended Posts