RE: [PHP] Newbie ?: form mailer not working

2001-09-05 Thread Michelle Marcicki

Chris,

Thank you.. that along with one other change solved it... I am just doing 
additional test emails now!  It look like the editor I use replaced some of the 
" and > with html code somehow.  

Does anyone have any suggestions (or links to) for a good php editor?  I use MS 
Interdev for the ASP and HTML that I do, and I do have WinEdit, but not sure if 
it is the best choice out there?

TIA

Michelle 

-Original Message-
From: "Chris Mulcahy" <[EMAIL PROTECTED]>
To: "'PHP List'" <[EMAIL PROTECTED]>
Date: Tue, 4 Sep 2001 16:30:05 -0500
Subject: RE: [PHP] Newbie ?:  form mailer not working

> Michelle:
> 
> This line seems to be a problem.
> 
> print("If the problem persists you can mail your question directly to
> mailto:[EMAIL PROTECTED]\%22";>the forum
> administrator");
> 
> Try escaping your quotes surrounding your mailto href.
> 
> hth
> 
> Happy programming!
> Chris Mulcahy
> 
> 
> > -Original Message-
> > From: Michelle Marcicki [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 04, 2001 3:26 PM
> > To: PHP List
> > Subject: [PHP] Newbie ?: form mailer not working




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] GOOD web hosting

2001-09-05 Thread Michelle Marcicki


Seb,

If you are still stuck... try http://hosts.php.net/

It's a searchable directory for ISPs that support php!  It looks like it is 
companies that have chosen to list themselves, but the search criteria is 
excellent!  Pick what specs you need!

Also try http://www.php.net/links.php at the bottom of the page for a couple 
other links on this.

Good luck.

Michelle


-Original Message-
From: "Seb Frost" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Tue, 4 Sep 2001 23:58:19 +0100
Subject: [PHP] GOOD web hosting

> I thought I had good web hosting, but I don't.  They're often very slow and
> frequently (I'd say at least an hour every day) my site is inaccessable.
> Today I've barely been able to get on it at all.
> 
> So I'm moving.
> 
> I'm in the UK.  Is it stupid for me to go with a US hoster?  And either way
> who do you recommend?  Obviously I want php and mysql support, and a few
> hundred megs of space, and NOT paying through the roof.  $20/month tops.
> 
> - seb
> ---




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] GOOD web hosting

2001-09-04 Thread Michelle Marcicki

Seb,

If you don't mind Canadian... we use http://www.nl2k.ab.ca/ for both our 
business and for a number of our customer sites.

Go to http://www.nl2k.ab.ca/services/website_hosting.html for pricing and 
details.  They are a smaller company, but their downtime is very minimal (I 
can't recall any in the last 6 months) and the owner (Dave) is a great guy.

Feel free to let him know that Michelle and Jason from TSI sent you!

Michelle 

-Original Message-
From: "Seb Frost" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Tue, 4 Sep 2001 23:58:19 +0100
Subject: [PHP] GOOD web hosting

> I thought I had good web hosting, but I don't.  They're often very slow and
> frequently (I'd say at least an hour every day) my site is inaccessable.
> Today I've barely been able to get on it at all.
> 
> So I'm moving.
> 
> I'm in the UK.  Is it stupid for me to go with a US hoster?  And either way
> who do you recommend?  Obviously I want php and mysql support, and a few
> hundred megs of space, and NOT paying through the roof.  $20/month tops.
> 
> - seb
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.274 / Virus Database: 144 - Release Date: 23/08/2001


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Newbie ?: form mailer not working

2001-09-04 Thread Michelle Marcicki

Hi all...

Having problems with some php3 to php4 stuff..  the site has a form that has 
been setup to ask questions outside our discussion forums.  

The form.html contains 

The questionmailer code is as below.  I have only changed the email addy and the 
file extension from .php3 to .php on the questionmailer file and the .php 
(above) in the form.html page.  I have checked the php on-line manual, but can 
find nothing that fits my problems or errors.

I am getting: 
1) Warning: Unexpected character in input: '\' (ASCII=92) state=1 in 
/usr/home/blah/html/util/questionmailer.php on line 24
2) Parse error: parse error in /usr/home/erc/html/util/questionmailer.php on 
line 24

Line 24 in my code is:  mailto:[EMAIL PROTECTED]\%22";>


//questionmailer.php code


mailto:[EMAIL PROTECTED]\%22";>
the forum administrator"); 
} 
?> 



Is there something I'm missing here?  
(I am coming from an ASP background, with VB and some C++ knowledge, so it all 
looks familiar, I am just trying to sort out syntax and think it must be that 
type of error.  I didn't write the original code, just trying to fix it all :)

TIA.
Michelle


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Newbie Question: Converting PHP3 files to PHP4?

2001-09-03 Thread Michelle Marcicki

Sorry to all who responded already.. I guess some further clarification is 
needed...  opps :)

I am NOT running the server.  I am using a local ISP (excellent guy but not 
really accessible on this long weekend), so I have no control over what the 
server's configuration is (at least until tomorrow).  I can certainly pass these 
notes along to my ISP to get him to do these changes you've suggested, but do I 
need to change my file extensions.. ie. professionaldevelopment.php3 to 
professionaldevelopment.php instead.. or am I missing something here.

OR is there only a server fix and nothing that I can do at my end as far as code 
or file name changes?

Michelle 

-Original Message-
From: Rasmus Lerdorf <[EMAIL PROTECTED]>
To: Michelle Marcicki <[EMAIL PROTECTED]>
Date: Mon, 3 Sep 2001 20:15:30 -0700 (PDT)
Subject: Re: [PHP] Newbie Question: Converting PHP3 files to PHP4?

> Just configure your server to serve up .php3 files as PHP 4.  ie. add this
> line to your httpd.conf file:
> 
> AddType application/x-httpd-php .php .php3
> 
> And get rid of your other AddType line.
> 
> -Rasmus
> 
> On Mon, 3 Sep 2001, Michelle Marcicki wrote:
> 
> > Hi there,
> >
> > I have recently taken over the webmaster responsibility for an educational
> > website.  It is using PHP3 and MySQL.  We had to move it to a new server,
> that
> > as it turns out only supports PHP4.  I have been looking through all the
> FAQs,
> > resource sites, manuals and documentation, but all I can find as a solution
> is
> > to change all my current file extensions .php3 to just .php !  Can anyone
> tell
> > me if this will work before I start converting probably close to several
> hundred
> > files??  I am going to change and test some files, but would like some
> advice on
> > this!
> >
> > The type of errors that I get with the current file setup are when clicking
> on
> > any of the links that lead to files in PHP3 are:  You have started to
> download a
> > file of type "application/x-httpd-php3", etc.
> >
> > Any other tips or info would be appreciated.  This is a bit urgent, as I
> have
> > just found out that the site "director/owner" wants it as functional as
> possible
> > for the start of school this week... so no pressure really... lol.
> >
> > Thanks in advance.
> >
> > Michelle
> >
> >
> >
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Newbie Question: Converting PHP3 files to PHP4?

2001-09-03 Thread Michelle Marcicki

Hi there,

I have recently taken over the webmaster responsibility for an educational 
website.  It is using PHP3 and MySQL.  We had to move it to a new server, that 
as it turns out only supports PHP4.  I have been looking through all the FAQs, 
resource sites, manuals and documentation, but all I can find as a solution is 
to change all my current file extensions .php3 to just .php !  Can anyone tell 
me if this will work before I start converting probably close to several hundred 
files??  I am going to change and test some files, but would like some advice on 
this!

The type of errors that I get with the current file setup are when clicking on 
any of the links that lead to files in PHP3 are:  You have started to download a 
file of type "application/x-httpd-php3", etc.

Any other tips or info would be appreciated.  This is a bit urgent, as I have 
just found out that the site "director/owner" wants it as functional as possible 
for the start of school this week... so no pressure really... lol.

Thanks in advance.

Michelle


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]