phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Find occurences of unicode characters in string
I need to prohibit filenames with everything but English characters and numbers but regexp and strin
Searching keywords from array
Hello everyone, Im just wondering if someone could help me with another issue im having. Im still le
generating all possible random letters
hi'
how can i randomize the letters a,b,c,d,e all possible ways, and i want to print the res
noob question
i traying to do a php form with auto replay for both(me and the user who send me a mail),
a u
generate seo frienly url from a text like wordpress
Convert: "åäö" to "aao", "space" to "-", "!?&q
very easy question about SQL info
Hello,
I think that I have a very easy question.
I know how to create a form using php SQL and
Php - mysql select?
hi, i have this code:
Code: <?php
session_start();
// dBase file
include &quo
Problem with PHP code- simple contact form
Hi Folks,
I'm relativily new to PHP; I know HTML and CSS stuff but I have a problem- I have a co
Output Buffering question
Hi all,
I've been trying to wrap my head around output buffering. So far I've found tons of