Hello Schmoopy,
Thanks for your reply.
on using the method according your suggestion ,
then also i am getting the html text code in the recieved mail instead of getting table .
I think it...
Type: Posts; User: MSK7; Keyword(s):
Hello Schmoopy,
Thanks for your reply.
on using the method according your suggestion ,
then also i am getting the html text code in the recieved mail instead of getting table .
I think it...
Hello all,
I want to send a html table in php mail .
<html>
<p align='center'> <img src='http://www.mydomain.com/Images/Logo.jpg' width='210' height='45'> </p>
Hello all,
I am entering values for employee salary in an form like
salary, number of leaves taken, other deduction etc.
i am trying to calculate the BASIC,DA,HRA,Conveyance
from entered...
Hello all,
I am entering date from a calender in a textbox named "date" in the formate of (yyyy-mm-dd) like (2010-01-02).
I want to compare the entered date with todays current date ,
so that...
Hello djr33,
Thanks for your precious support and guidance regarding my problem.
finally your guidance solved the problem.
On changing the chmod settings of the folder NewSalarySlip that...
Hello djr33,
I uploaded manually a blank word file called salaryslip.doc for test in that folder.
Then on manually setting chmod 777 through ftp, for this word file
& when i use to open...
Hello djr33,
I uploaded manually a blank word file called salaryslip.doc for test in that folder.
Then on manually setting chmod 777 through ftp, for this word file
& when i use to open...
Hello djr33,
Thanks for your precious reply.
on using the code
try:
'NewSalarySlip/SalarySlip_'.$employid.'.doc'
Hello all ,
I am creating a word file named salaryslip using php with fopen().
$f=fopen("NewSalarySlip/SalarySlip_$employid.doc","w") or die("Can't open file");
onrunning this above...
Hello all ,
I am using a while query to fetch rows from DB in a form .
I want to apply three Radio buttons called 'A', 'B', 'C' .
That is to be displayed in each rows fetched from DB.
and...
Hello X96 Web Design ,
Thanks for your precious suggestion .
On following your guidance & enabling gd library on my
localhost, it finally Solved my problem.
Hope to have your guidance in...
Hello all ,
I have a Contact-us form in which there is also a field regarding Security Code shown in the Image .
When i am uploading this file on FTP then, Online this is showing that...
Hello all ,
I have a form , in which on top there are two
select boxes one for no.of adult & another one for child.
the max. values in both the select boxes that can be
selected are up...
Hello all,
I have a form in which there are two radio buttons .
On selecting the first radio button1 , two textboxes are displayed ( textbox1 & textbox2 ).
& On selecting the second radio...
Hello all ,
I have two forms. one in which i will fill value & after submitting
this $_Post['value'] , this value will go in to the next page.
But i need this value on next page in my...
Hello all ,
I have two forms. one in which i will fill value & after submitting
this $_Post['value'] , this value will go in to the next page.
But i need this value on next page in my...
Hello all ,
In my form a list of Category names are retrieved from
database & displayed as Link on it.
onclick of this category named link it send its row id to the
second page & there...
Hello all ,
I have a form, in which there is textbox field for entering reciprocal url .
What i want is that when a user enter his reciprocal url in the field
and submit form ,
A ...
Hello all,
I want to update multiple rows of my table in database with one query.
Looking for a way to update multiple rows of a db I found a tutorial on first page of google... .
...
Hello all,
There is my table in database which contains persons info.
A tabular view ("form1") is a Preview table Similar to original Database table, it retrieves the data from database &...
Hello all ,
I am working for a site which sell products online.
the problem arises that -
After adding the no. of products to buy to Shopping cart
When a person change the quantity of...
In my form validation is applied for informing Invalid data entered in the field before submit the form instantly at the time of mistake.
After throwing the correct instant alert message of...
Hello all,
I am beginner inthe programming , & I am trying to apply validation for different fields of a form, so that a user can get alert messages instantly at the time of mistake as if any form...
Hello all,
Actually, i am making a osCommerce website in which i need UPS shipping system. How it can be generated in PHP . Why we use this system . I have no idea about UPS shipping system &...
Hi to all,
actually i have a simple form called "form2" in which,
i have used some checkboxes to choose users several values of "Hobbies".
So my problem arises that,
if a person selects any...