ro88o,
There's really not a part in the manual that tells you how to do this. It's a great tool for learning PHP though. I find tutorials much easier to follow but refer to the manuel at times.
Here's one that will give you the knowledge to write your own script. It covers more than just...
Vragabond,
Well, being very new to PHP I had already written a script to send mail and one to update a database but I didn't know how to combine the two - it just wasn't working.
I took your advice and found the correct way to incorporate the script to do both.
Thanks for the advice. I...
Hello,
I have searched everywhere for a PHP form processor script that both emails the form results AND updates a MySql database.
Does anyone know where I can find one? I appreciate your anyones help in finding a script.
Thanks, Vickie
Hello,
Does anybody know how to add functional form fields in an html format email message?
The HTML emails will be sent in Outlook.
When the HTML email is sent, the recipient should be able to hit reply and check the form selection of his choice. The results would go to the reply address...
The SWF and HTML files will be saved into the same folder that your FLA is saved in.
If you don't have your FLA saved and you publish, the files will go to:
C:/Program Files / Macromedia / Flash MX (or whatever version you have)
Vickie
Paul,
I didn't know I could star him. I should have read down to the bottom and I would have seen the:
Thank MOrac
for this valuable post!
Thanks Paul, because he deserves the star. I have had some really great help from these forums but I never knew about the star thing. I'll remember it in...
MOrac,
Thank you for taking the time to explain what each condition and constructs means. I know that took a while and you have taught me exactly what I needed to know. You should consider writing for Apache.org because their information is so difficult to follow.
I see what you are saying. I...
...you think. Here's what I did and this worked:
RewriteCond %{HTTP_HOST} eastdallas.domain.com
RewriteCond %{REQUEST_URI} !eastdallas/
RewriteRule ^.*$ eastdallas/ [L]
I removed the () around the .* (that probably made no difference) then I removed the $1
I did this for both and it worked...
...[L]
I would appreciate some help because I have tried everything I can think of and searched the Internet for an answer. I even tried adding this:
RewriteRule ^(.*)$ northeastdallas/$1 [L]
but I understand that the * makes it a wildcard so this doesn't work either.
Thank for your help!
Vickie
Thank you for your help Stewart and Lee. I have the problem solved. It seems to work with calling the script in the head section but using some code in the body where the images need to appear. I had an error in that body code.
That's what happens sometimes when you've looked at a problem too...
Stewart,
Thanks for your help but I had already tried using:
<script src="customer.js" language="Javascript" type="text/Javascript">
</script>
It doesn't help. Also, the script must be called from the body and not the head since it needs to show an image in the body. Javascripts can be run...
...= new Array()
for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}
Is there something I'm doing wrong here? I would really...
Philote,
Thank you for your help. I can't believe that was the problem. My programmer came up with the same answer and already fixed it. I guess he and I were both concentrating so hard on a solution that we overlooked the simple fix.
I am not a programmer and he is more of a PHP expert.
If...
Hello,
I posted this problem a while back but I still don't have the issue solved. I was wondering if any one of you PERL experts might be able to help. I would REALLY appreciate it!
I have a form that is processed by a perl script. The script sends 2 form values to a text file, sends an email...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.