Mail form doesn't send Russian/Cyrillic characters correctly?
When someone enters foreign characters (like Cyrillic text, and Japanese/Chinese probably gives the
Replacing a string on click of a button
Hi! Is there a way to replace a string on a click of a text link?
This is what I've come up w
cURL proxy
Okay here is the thing... i know how to add proxys
Code: curl_setopt($ch, CURLOPT_PROXYTYPE,
CURL question
i am wondering if it's possible to use multi curl with login something like
login once to web
Extract text from string
Hi folks,
I have a string that looks like this:
aaaaaaaaaa:
bbbbbbbbbb (ccccccccc)
Trouble verifying database password
Thankyou to everyone who responded to my last post (I can't find the posting, it has been buried). <
extending tidy
I have problem with type-hinting and extending tidy. This code creates error:
Code: class cMyTidy
OPINIONS WANTED
This is my login page code, and I want your opinion on it please!
Code: // Login ~ CHECKS
displaying email without attracting a ton of spam
Hello,
this is maybe the wrong place to ask.
How would you display an email address on a w
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would