![]() |
| ||
| Email in php hi i want to print some retrieved data base content in the body(for email) please tell me how to do tat......... $body1 = "Your Resume Titled" $restitle "which was posted on " $day"; i want to know how will the syntax for sent be wen there is BCC and CC $sent = mail($to, $subject1, $body1, $headers); |
| ||
| Re: Email in php Check example 4 here. http://us.php.net/function.mail . And, $body1 can have the variable values within double quotes. $body1 = "your resume $restitle was posted on $date"; |
| ||
| Re: Email in php thanks tat was helpfull |
| ||
| Re: Email in php hi i have a dropdown and list box in a form.after selecting,when the user clicks submit data will get submitted. for edit i want the items to be selected .when the user make changes in the control and click update it should get updated...i want to know how to show the controls as selected after retrieving from db |
| ||
| Re: Email in php When the user submits, get the listbox value. Check if it matches with the value in the database and make it selected. |
| ||
| Re: Email in php i tried something like this.....the selected value is getting displayed.since the option button contains option the selected value is getting displayed once and the same option value is also getting displayed....how to do tat <select name='jobtype' style='width: 350px'> <option value='$line[4]' selected>$line[4]</option> <option value='Employee' selected>Employee</option> <option value='Temporary/Cotract/Project'> Temporary/Cotract/Project</option> <option value='Intern'>Intern</option> <option value='Per Diem'>Per Diem</option> |
| ||
| Re: Email in php if ($_POST['jobtype'] == $value_of_option_in_the_database) { |
| ||
| Re: Email in php could u give some brief description because i'm not getting you |
| ||
| Re: Email in php kings@ What do you need to know? And what you are not getting? |
| All times are GMT -4. The time now is 6:15 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC