Hello
I have a customized script that will send emails to users depending on the data that php retreives from a mysql DB. Am able to plug all the necessary values in the fields that I want to email across. I have a signature image that I would like to attach to the end of this customized email. How do I go around sorting out that problem?
User Profile
Collapse
-
Ebedding images in PHP email scripts
-
First things first: We need to know on what network your sql server is on. Is it on an Intranet or the internet? If its on the the intranet the you will have configure your linux server to communicate with you sql server. use samba do that. Once the two machines can talk then either use the complete domain or IP address of you sql server in your connection statement.
if its on the internet the you use the complete domain name of that... -
1. I would probably point a figure at mysql installation. Its probably something to do with some corrupt file or something. I had such an sure before and all I did was to reinstall mysql. be sure to backup your databases before you unistall mysqlLeave a comment:
-
Insert statment problem
Good morning
I have a form with the controls in the insert statment below. table1 has an Auto increment primary key hence is omitted in the insert statment and form. Am getting the error It didnt work " .mysql_insert_i d(); and not any other php or mysql error to tell me if anything is wrong the insert statment.
To top it up, I have an echo statment of the insert statment before it executes, when I copy and paste... -
-
Session_destory and Web browser back button
Dear All
I have been trying out the sessions in PHP. Am able to log into a my site and sessions for that particular logged on session. My problem is with the logout. Am unsetting and destorying the session on my way out but when I click on the back button on my browser, I am able to view my last visited page. how can i get around this?
Another feature with regards to sessions i would like to have on my site is the timeout.... -
Thank you very much that really works well. Things seem to be moving but at a slow purse.... thanks againLeave a comment:
-
Storing Formated Data
Hello
Am newbie to PHP and MySQL. I have an HTML page with a textarea which obtains data from the user. I would like to know how I would re-display the data exactly as the user entered it.
If the user has a tendancy of leaving 2 line between paragraphys I would like to re-display that data exatcly as it was entered. How do I do that? please help.
No activity results to display
Show More
Leave a comment: