Re: RE: [PHP] What do you mean?

2002-03-06 Thread GENESiS DESiGNS

Dan,

The error is: Couldn't connect to MySQL.

-GENESiS DESiGNS
-Sean Kennedy
-http://www.gdesigns.vcn.com

 I was asking so I could visit it, and see if there are any error messages.
 The page that asks you for the mysql hostname, what is the name of that page
 (eg index.php install.php etc)
 
 Dan
 
 
 -Original Message-
 From: GENESiS DESiGNS [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 06, 2002 3:35 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] What do you mean?
 
 
 Dan,
 
 I already called my host and they are working on it. 
 
 What do you mean by 'What page is it'?
 Thanks,
 
 -GENESiS DESiGNS
 -Sean Kennedy
 -http://www.gdesigns.vcn.com
  Ok, we have to solve that problem first.
  You see, linux and mysql have different 'users'
  You can be gdesigns on the Linux box, but not exist in mysql, and vice
  versa.
  Therefore you may have to ask your hosting company if they could figure
 out
  a way to add you to the mysql database or at least supply you with the
  credentials to login to the server.
  What page is it on your website?
  
  http://www.gdesigns.vcn.com/index.php or something?
  
  -Original Message-
  From: GENESiS DESiGNS [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, March 06, 2002 3:19 AM
  To: [EMAIL PROTECTED]
  Subject: [PHP] How it went...
  
  
  Dan,
  
  After I entered the first line it said 'Enter Password'. I tried a couple 
  diffent passwords, but no luck. HELP!
  
  
  Thanks,
  
  -GENESiS DESiGNS
  -Sean Kennedy
  -http://www.gdesigns.vcn.com
  
  
   Ok, thats good, we know mysql server is up and you should be feeling a
   little more comfortable.
   Now 
   telnet to the command line and type:
   
   'mysql -u gdesigns -p'
   
   It will then prompt for your password, type it in and hit enter.
   
   Once in you should get

   'mysql'
   
   Type 
   
   '\q'
   
   to quit.
   
   In the past we proved that the mysql server does exist on 209.193.72.9. 
   What we just proved above was that your username and password will work
  with
   that mysql server.
   Let me know how it goes..
   Dan
   
   -Original Message-
   From: GENESiS DESiGNS [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, March 06, 2002 3:00 AM
   To: [EMAIL PROTECTED]
   Subject: [PHP] RE:Re: [PHP] OK Dan!
   
   
   Dan,
   
   The error is:
   Connection Failed:
   ==
   1130 - Host 'vcn131.usrtc-2b.gill.wy.vcn.com' is not allowed to connect
 to
   this 
   server.
   
   
   Thanks Dan,
   
   -GENESiS DESiGNS
   -Sean Kennedy
   -http://www.gdesigns.vcn.com
  
   
  
  
  
  -- 
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit:
 http://www.php.net/unsub.php
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit:
http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] What do you mean?

2002-01-23 Thread Ben Sinclair

Yes, there is a function that cleans up carriage returns and line feeds by
changing them to BR's. There is no function to magically justifty text. Find
some HTML documentation and output the HTML to justify your text.

--
Ben Sinclair
[EMAIL PROTECTED]
- Original Message -
From: Scott Fletcher [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 23, 2002 4:24 PM
Subject: [PHP] What do you mean?


 What do you mean?  There is a php function that can clean up the carriage
 return and line feed.  There's a php function somewhere that will fix up the
 amount of spaces for each lines to make the end of each line to be all
 aligned.  So, what would it be?

 Thank,
 Scott



 --
 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 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] What do you mean?

2002-01-23 Thread Rick Emery

First, no such PHP function exists which will fix up the amount of spaces
for each lines to make the end of each line to be all aligned.

Second, you could verify that in section LXXXIII. String functions of the
PHP manual before asking.

Third, please keep the same subject line.  It makes following the thread
easier.

-Original Message-
From: Scott Fletcher [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 23, 2002 4:24 PM
To: [EMAIL PROTECTED]
Subject: [PHP] What do you mean?


What do you mean?  There is a php function that can clean up the carriage
return and line feed.  There's a php function somewhere that will fix up the
amount of spaces for each lines to make the end of each line to be all
aligned.  So, what would it be?

Thank,
Scott



-- 
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 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]