it will display error message like this...
Warning: mail() [function.mail]: "sendmail_f rom" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs \proj_prktkl\li st_extract.php on line 19
msg not sent
User Profile
Collapse
-
send email automatically
helo......
i want to send email automatically.. but it doesn't work...
and display msg not sent..
this is my code....plz check if there any error.......
i'm a new in php... plz help me...
...Code:$recipent = "smile@example.com"; $subject = "attention"; $fname = "farah"; $email = "wfarah@example.com"; $msg = "fail";
Last edited by Atli; Apr 1 '10, 06:27 AM. Reason: Added [code] tags and replaced real email addresses with example values. -
not go to right page after login
halo!!
when i login for the user it cannot go to the user page but go to admin page...
plz help me...
...Code:if(isset($_POST['submit'])) { if($_POST['reg_empNo']!='' && $_POST['reg_pword']!='') { //Use the input username and password and check against 'users' table $query = mysql_query("SELECT * FROM register WHERE reg_empNo='".$_POST["reg_empNo"]."' AND reg_pword='".$_POST["reg_pword"]."'"); -
-
thank u for reply my message...
i'm sorry...
but i can't understand how to do it...
maybe u can show me to coding it...Leave a comment:
-
find top five highest value using php
hello!!!
i have five txt file in one folder(cat2t.tx t,cat9t.txt,cat 6t.txt,cat43t.t xt,cat19t.txt)
and i need to extract data from this file without insert manually...
so how to find top five highest value in column total and display together with column number in this five txt file..
i'm stuck because it must find randomly...and all five txt file is different value...
i don't know how to coding it???? please show...
No activity results to display
Show More
Leave a comment: