Re: [PHP-DB] testing
On Fri, Mar 18, 2011 at 17:35, Jim Giner wrote: > first time poster There's no need to test. We've known it's worked for years. -- Network Infrastructure Manager http://www.php.net/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DB] testing
first time poster -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP-DB] Testing - no emails since 11:45 AM 3/23/04
List has been quiet, but I (obviously) saw your post, Gary. Rich > -Original Message- > From: Gary Every [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 23, 2004 4:44 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Testing - no emails since 11:45 AM 3/23/04 > > > Testing, have received no emails since 11:45 > > Gary Every > Sr. UNIX Administrator > Ingram Entertainment Inc. > 2 Ingram Blvd, La Vergne, TN 37089 > "Pay It Forward!" > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DB] Testing - no emails since 11:45 AM 3/23/04
Testing, have received no emails since 11:45 Gary Every Sr. UNIX Administrator Ingram Entertainment Inc. 2 Ingram Blvd, La Vergne, TN 37089 "Pay It Forward!" -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DB] testing--no message
no message! - Do you Yahoo!? Free Pop-Up Blocker - Get it now
[PHP-DB] Testing
Plz Ignore. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DB] Testing code
It's not complicated at all! MySQL and Apache both have install packages, saving you any major work, and the PHP install in a breeze if you just follow the instructions. Here's a Google search to start you off: http://www.google.com/search?q=Installing+MySQL+PHP+Apache+Windows Here's an excellent tutorial http://www.ricocheting.com/server and another tutorial http://www.hotscripts.com/PHP/Tips_and_Tutorials/Installing_PHP/ Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: "Matthew Moldvan" <[EMAIL PROTECTED]> To: "'Hugh Dickinson'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, 02 July, 2003 10:26 Subject: RE: [PHP-DB] Testing code Yes, but it can be complicated ... you have to install MySQL (www.mysql.com) and PHP (www.php.net) and web server software, such as Apache (www.apache.org). I recently setup a test server on Windows XP with little trouble ... Good luck! Regards, Matthew Moldvan System Administrator Trilogy International, Inc. -Original Message- From: Hugh Dickinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 6:07 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Testing code Is it possible to test PHP and MySQL scripts and databases without being registered on a web server? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP-DB] Testing code
Yes, but it can be complicated ... you have to install MySQL (www.mysql.com) and PHP (www.php.net) and web server software, such as Apache (www.apache.org). I recently setup a test server on Windows XP with little trouble ... Good luck! Regards, Matthew Moldvan System Administrator Trilogy International, Inc. -Original Message- From: Hugh Dickinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 6:07 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Testing code Is it possible to test PHP and MySQL scripts and databases without being registered on a web server? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DB] Testing code
Is it possible to test PHP and MySQL scripts and databases without being registered on a web server?
[PHP-DB] Testing - please ignore
It seems that my previous post didn't reach the ML, so I'm trying to see if it works. Sorry. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DB] testing the validity of a link
Does anyone know of a function, or a way for PHP to test to see if a given link is valid (meaning that the linked page actually exists). Please let me know if you know of a way. Thanks. Matt -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DB] testing
Just wanna test,if this works...;) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP-DB] testing ODBC + MSSQL connection locally
olinux, When you move to remote connections and want to compile ODBC support into PHP on a *nix box, you will need a Driver Manager in the mix as well as the ODBC Drivers. There is a HOWTO on compiling the iODBC Driver Manager with PHP at www.iodbc.org. Basically, it involves getting the iODBC SDK and using --with-iodbc=/path/to/odbcsdk Let me know if you require assistance. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -Original Message- > From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 09, 2001 7:22 PM > To: olinux > Cc: php-db > Subject: Re: [PHP-DB] testing ODBC + MSSQL connection locally > > > Hi, > > > I would like to begin learning ODBC. Will I be able to set this up on my > > single local machine? > > The ODBC functions are build in when you are running PHP on a > Windows Box. If you are running on a (nix box you have to compile > PHP with support for ODBC. > > > Also, What about connecting to MS SQL server remotely? Will i > simply need an > > IP Port and user/pass? > > If The MS SQL Server is configured to use TCP/IP you can use this > to communicate with the server. If the Server uses named pipes > you can uses this from a Windows box only. > > The MSSQL Server can be accessed using ODBC or the native mssql_* > functions. You can enable the mssql functions by uncommenting > ;extension=php_mssql.dll in php.ini. This requires that you are > running on Windws and you install the client tools from MS SQL > Server on yor PHP box. > > With ODBC and native MSSQL you can access remote or local databases. > > - Frank > > > > Thank you > > > > olinux > > > > > > > > > > -- > PHP Database 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 Database 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-DB] testing ODBC + MSSQL connection locally
Hi, > I would like to begin learning ODBC. Will I be able to set this up on my > single local machine? The ODBC functions are build in when you are running PHP on a Windows Box. If you are running on a (nix box you have to compile PHP with support for ODBC. > Also, What about connecting to MS SQL server remotely? Will i simply need an > IP Port and user/pass? If The MS SQL Server is configured to use TCP/IP you can use this to communicate with the server. If the Server uses named pipes you can uses this from a Windows box only. The MSSQL Server can be accessed using ODBC or the native mssql_* functions. You can enable the mssql functions by uncommenting ;extension=php_mssql.dll in php.ini. This requires that you are running on Windws and you install the client tools from MS SQL Server on yor PHP box. With ODBC and native MSSQL you can access remote or local databases. - Frank > > Thank you > > olinux > > -- PHP Database 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-DB] testing ODBC + MSSQL connection locally
I would like to begin learning ODBC. Will I be able to set this up on my single local machine? Also, What about connecting to MS SQL server remotely? Will i simply need an IP Port and user/pass? Thank you olinux _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP Database 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-DB] Testing MySQL failed ???
I have use other example and set the '/var/lib/mysql/mysql.sock' to chmod 777 this example work Thank you everybody. Ted Rolle <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Excellent diagnosis, sir! However, it is woefully and pitifully short on > curative information. > > On Sun, 1 Apr 2001, Felix Kronlage wrote: > > > On Sun, Apr 01, 2001 at 06:50:24PM +0800, Szeto wrote: > > > > > I am new to Linux environment > > > > so what. You could still read the error-message: > > > > | Warning: MySQL Connection Failed: Can't connect to local MySQL server > > | through socket '/var/lib/mysql/mysql.sock' (111) in > > > > this suggests, that you take a look at /var/lib/mysql to see if mysql.sock > > is there. > > > > -fkr > > -- > > gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 > > |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE | > > |all your base are belong to us | shame on me | fkr@IRCnet | > > > > > > -- > > PHP Database 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 Database 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 Database 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-DB] Testing MySQL failed ???
Excellent diagnosis, sir! However, it is woefully and pitifully short on curative information. On Sun, 1 Apr 2001, Felix Kronlage wrote: > On Sun, Apr 01, 2001 at 06:50:24PM +0800, Szeto wrote: > > > I am new to Linux environment > > so what. You could still read the error-message: > > | Warning: MySQL Connection Failed: Can't connect to local MySQL server > | through socket '/var/lib/mysql/mysql.sock' (111) in > > this suggests, that you take a look at /var/lib/mysql to see if mysql.sock > is there. > > -fkr > -- > gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 > |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE | > |all your base are belong to us | shame on me | fkr@IRCnet | > > > -- > PHP Database 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 Database 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-DB] Testing MySQL failed ???
On Sun, Apr 01, 2001 at 06:50:24PM +0800, Szeto wrote: > I am new to Linux environment so what. You could still read the error-message: | Warning: MySQL Connection Failed: Can't connect to local MySQL server | through socket '/var/lib/mysql/mysql.sock' (111) in this suggests, that you take a look at /var/lib/mysql to see if mysql.sock is there. -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE | |all your base are belong to us | shame on me | fkr@IRCnet | -- PHP Database 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-DB] Testing MySQL failed ???
I am new to Linux environment what is mean by socket and what is the file.extensive and location Felix Kronlage <[EMAIL PROTECTED]> wrote in message 20010401003741.A5849@mad">news:20010401003741.A5849@mad... On Sun, Apr 01, 2001 at 06:05:28PM +0800, Szeto wrote: > the MySQL is on coz, it show in > > > Warning: MySQL Connection Failed: Can't connect to local MySQL server > > > through socket '/var/lib/mysql/mysql.sock' (111) in is there a socket in /var/lib/mysql ? -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE | |all your base are belong to us | shame on me | fkr@IRCnet | -- PHP Database 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 Database 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-DB] Testing MySQL failed ???
On Sun, Apr 01, 2001 at 06:05:28PM +0800, Szeto wrote: > the MySQL is on coz, it show in > > > Warning: MySQL Connection Failed: Can't connect to local MySQL server > > > through socket '/var/lib/mysql/mysql.sock' (111) in is there a socket in /var/lib/mysql ? -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE | |all your base are belong to us | shame on me | fkr@IRCnet | -- PHP Database 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-DB] Testing MySQL failed ???
the MySQL is on coz, it show in Ted Rolle <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Mysql isn't up? > > > On Sun, 1 Apr 2001, Szeto wrote: > > > Hello > > > > The code below i use in testing the connection (written in php4) > > > if(!mysql_connect("localhost","khaimun","akyweb")) { > > print "could not connect to mysql!"; > > } > > mysql_select_db("focalmail"); > > ?> > > > > --- > > Warning: MySQL Connection Failed: Can't connect to local MySQL server > > through socket '/var/lib/mysql/mysql.sock' (111) in > > /var/www/html/test/test-db.php4 on line 2 > > could not connect to mysql! > > Warning: MySQL Connection Failed: Can't connect to local MySQL server > > through socket '/var/lib/mysql/mysql.sock' (111) in > > /var/www/html/test/test-db.php4 on line 5 > > > > Warning: MySQL: A link to the server could not be established in > > /var/www/html/test/test-db.php4 on line 5 > > > > Note : > > The above error i get in executing the code > > > > > > > > -- > > -- > > Any suggestions would be appreciated. > > Thank You > > > > Khai Mun, Ng > > > > > > > > -- > > PHP Database 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 Database 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 Database 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-DB] Testing MySQL failed ???
Mysql isn't up? On Sun, 1 Apr 2001, Szeto wrote: > Hello > > The code below i use in testing the connection (written in php4) >if(!mysql_connect("localhost","khaimun","akyweb")) { > print "could not connect to mysql!"; > } > mysql_select_db("focalmail"); > ?> > > --- > Warning: MySQL Connection Failed: Can't connect to local MySQL server > through socket '/var/lib/mysql/mysql.sock' (111) in > /var/www/html/test/test-db.php4 on line 2 > could not connect to mysql! > Warning: MySQL Connection Failed: Can't connect to local MySQL server > through socket '/var/lib/mysql/mysql.sock' (111) in > /var/www/html/test/test-db.php4 on line 5 > > Warning: MySQL: A link to the server could not be established in > /var/www/html/test/test-db.php4 on line 5 > > Note : > The above error i get in executing the code > > > > -- > -- > Any suggestions would be appreciated. > Thank You > > Khai Mun, Ng > > > > -- > PHP Database 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 Database 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-DB] Testing MySQL failed ???
Hello The code below i use in testing the connection (written in php4) --- Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /var/www/html/test/test-db.php4 on line 2 could not connect to mysql! Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /var/www/html/test/test-db.php4 on line 5 Warning: MySQL: A link to the server could not be established in /var/www/html/test/test-db.php4 on line 5 Note : The above error i get in executing the code -- -- Any suggestions would be appreciated. Thank You Khai Mun, Ng -- PHP Database 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-DB] testing list configuration
This is a test to see if this list is misconfigured. If you are reading this on the list it has not been closed to non-subscribers which is why we are receiving SPAM. -- PHP Database 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]