User Profile

Collapse

Profile Sidebar

Collapse
taurus89
taurus89
Last Activity: Apr 1 '10, 09:16 AM
Joined: Feb 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • taurus89
    replied to send email automatically
    in PHP
    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
    See more | Go to post

    Leave a comment:


  • taurus89
    started a topic send email automatically
    in PHP

    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";
    ...
    See more | Go to post
    Last edited by Atli; Apr 1 '10, 06:27 AM. Reason: Added [code] tags and replaced real email addresses with example values.

  • taurus89
    started a topic not go to right page after login
    in PHP

    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"]."'");
    ...
    See more | Go to post
    Last edited by numberwhun; Feb 22 '10, 03:59 AM. Reason: Please Use CODE Tags!

  • taurus89
    replied to find top five highest value using php
    in PHP
    thank u for reply...
    but i don't understand...
    See more | Go to post

    Leave a comment:


  • taurus89
    replied to find top five highest value using php
    in PHP
    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...
    See more | Go to post

    Leave a comment:


  • taurus89
    started a topic find top five highest value using php
    in PHP

    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...
    See more | Go to post
No activity results to display
Show More
Working...