Is it possible to send with mail an attachment .. if yes, how ???
Greetings
wolf
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Try this one .. :) ..
mysql_connect($host, $user, $pswd);
mysql_select_db($db);
$query = "SELECT username,password FROM users WHERE username='$username'
AND
password='$password'";
$result = mysql_query($query);
$num = mysql_num_rows($result);
-Ursprüngliche Nachricht-
Von: Hawk [mailt
i want that a select query display me all words beginning with an a ..
like select * from tbl_lit where lit_source = c* ..
thnx bSue
3 matches
Mail list logo