[PHP] line breaks in email text messages

2004-09-13 Thread Michael Collins
How do I preserve line breaks in the body of an email message? The email message is plain text and I simply want to have a return included between each element entered into a form. I have used \n or \r\n (since this is a Windows server) to no avail. The email message I get back has all the data

Re: [PHP] line breaks in email text messages

2004-09-13 Thread Michael Collins
At 9:11 AM +0800 9/14/04, Michael Collins wrote: How do I preserve line breaks in the body of an email message? Nevermind got it figured out. sorry for the extra bandwidth -- Michael __ ||| Michael Collins ||| Kuwago Inc ||| Singapore and Seattle USA -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: image size?

2004-09-13 Thread Ryan W Sims
Let me explain more fully: I call a script like this: The script figures out if the image named in $_GET['file'] is portrait or landscape, and creates a thumbnail of the same orientation. I would like to get the x and y values of the image out of this script somehow, so that I can specify the hei

[PHP] performance hit using imagecreatetruecolor

2004-09-13 Thread Kevin Coyner
I'm working on a website where I'd like to display a thumbnail from a repository of jpg's of normal (@ 800x600 px) size. Each time a user comes to this page, I'd like to show a new thumbnail from a different image in the repository. Obviously I could simple resize all the jpg's to my desired siz

[PHP] Re: performance hit using imagecreatetruecolor

2004-09-13 Thread Manuel Lemos
Hello, On 09/14/2004 12:22 AM, Kevin Coyner wrote: I'm working on a website where I'd like to display a thumbnail from a repository of jpg's of normal (@ 800x600 px) size. Each time a user comes to this page, I'd like to show a new thumbnail from a different image in the repository. Obviously I co

Re: [PHP] usage stats

2004-09-13 Thread Chris Shiflett
--- Victor_SaldaƱa_D. <[EMAIL PROTECTED]> wrote: > i need to found usage stats for a paper in my work. > > i found some stats, but the method is not very strong. > > any link please You want a combination of this: http://news.netcraft.com/archives/web_server_survey.html and this: http://www.s

[PHP] small query prob in Mysql

2004-09-13 Thread Sagar C Nannapaneni
Hi everybody, I'm having a database named "items", inthat one field name is "itemname" and the contents of that field is as follows Monitor 15" - LG Monitor 17" - Samsung Keyboard - TVS Monitor 15" - Samsung Mouse - Genius Keyboard - Microsoft The first part is the component name a

Re: [PHP] small query prob in Mysql

2004-09-13 Thread Curt Zirzow
* Thus wrote Sagar C Nannapaneni: > Hi everybody, > > I'm having a database named "items", inthat > one field name is "itemname" and the contents of > that field is as follows > > Monitor 15" - LG > Monitor 17" - Samsung > Keyboard - TVS > Monitor 15" - Samsung > Mouse - Genius > Keyboard -

[PHP] mysql_connect does not connect

2004-09-13 Thread Sam Hobbs
I have: PHP Version 5.0.1 MySQL 5.0.1 Apache 2.0.48 Winows XP Pro SP2 MySQL is working fine as best as I can see; I have tried the various samples in the MySQL manual and I have executed the myTest sample provided with MySQL. They all work. However I can't get mysql_connect to w

Re: [PHP] mysql_connect does not connect

2004-09-13 Thread Jason Davidson
Windows XP Firewall, or any other firewall for that matter must be off. Jason "Sam Hobbs" <[EMAIL PROTECTED]> wrote: > > I have: > PHP Version 5.0.1 > MySQL 5.0.1 > Apache 2.0.48 > Winows XP Pro SP2 > > MySQL is working fine as best as I can see; I have tried the various samples

Re: [PHP] mysql_connect does not connect

2004-09-13 Thread Jason Davidson
Also, a google on the error returns hundreds of results.. http://www.google.ca/search?hl=en&ie=UTF-8&q=Can%27t+connect+to+++MySQL+server+on+%27localhost%27+%2810061%29&btnG=Search&meta= Jason "Jason Davidson" <[EMAIL PROTECTED]> wrote: > > Windows XP Firewall, or any other firewall for that

<    1   2