30Jul

How do I get my Rich Text Editor back for script & color in my emails ?

1 comment so far

I have lost my rich text editor for writing emails . I need the color for script and background . And also size of my script .

Categories: Programming & Design
10Jul

does yahoo provides a script for emailing forms?

3 comments so far

i have a webpage and would like for people to enter info in one of my forms, and i would like to email me that form through my yahoo mail. what is the script to enter in my html
tag when they hit the submit button. I dont want a ‘mailto’ action which opens outlook. [...]

Categories: Programming & Design
07Jul

The time is wrong on my emails sent by php sendmail script?

5 comments so far

I am sending emails using the php sendmail script. The problem is, the server is on a different timezone than I am and the emails appear to have been send 5 hours before. Is there a way to change the time sent on email in php? I am using php on a [...]

Categories: Programming & Design
29Jun

Help with LINKED LIST please?

1 comment so far

I was designing a phonebook in C with Linked list as my data structure. There is a ’store’ function that Stores a Name along with its Number. I am passing node *head directly. This gives me a segmentation fault. However if I pass node **head and use *head to control the list It works fine.
But [...]

Categories: Programming & Design
27Jun

What script do i use to send info in a form to an email address?

2 comments so far

What script do i use to send info in a form to a specific email address?

Categories: Programming & Design
22Jun

Where can I find a free script that will email an order made through PayPal to a customer after purchase?

2 comments so far

I want a free script, whether .php or .cgi or whatever, that automates the emailing of files to customers who make a purchase through PayPal. I would also the script to not email the file to the customer after payment if they pay by e-check until the check has cleared. If you are only able [...]

Categories: Programming & Design