[PHP] just a link in php email

2002-03-08 Thread Andrea Caldwell
Hi All, I've been researching the mail() function and from what I've read, some people embed HTML into their mail() without using classes. All I need to do is add a link in an email... can anyone advise how I would do this? Which headers would I need? I was using: $headers = MIME-Version:

[PHP] echo array and integrate two forms

2002-03-01 Thread Andrea Caldwell
Hope this doesn't sound too lame from the newbie I have a form, code shown here that has input fields for each row I'd like to do two things: 1) Change the REALNAME field to just echo the row not have an input field (I've tried to do this it just echoes my code back to me) 2) Integrate a

[PHP] how to send to URL on if statement?

2002-01-18 Thread Andrea Caldwell
Can anyone advise or direct me to the documentation that references how to send a user to a URL if an 'if' statement is satisfied? Thanks! Andrea -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] how to send to URL on if statement?

2002-01-18 Thread Andrea Caldwell
Sorry, I'm new at this... I have already sent output... any way to do this? Thanks again, Andrea Ing. Daniel Manrique [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Can anyone advise or direct me to the documentation that references how to send a user to a

[PHP] Re: how to send to URL on if statement?

2002-01-18 Thread Andrea Caldwell
Thank you for all the responses! I really appreciate the support... I believe the Javascript solution should work. Andrea Caldwell [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Can anyone advise or direct me to the documentation that references how

[PHP] newbie - help with field variables in forms

2002-01-08 Thread Andrea Caldwell
Hi there, I'm really, really new at this (like 2 days into it) and never programmed before (besides HTML)... so please bear with me. I established an email feedback form, everything works fine, and now I'd like to add code to make a couple of fields required. What function would I use for this