php-windows Digest 29 Mar 2009 11:25:47 -0000 Issue 3590

Topics (messages 29220 through 29222):

Re: php pages not appearing
        29220 by: Sam Sherlock
        29221 by: Jeff White

PHP connecting to MSSQL
        29222 by: Alf Stockton

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
You need a web server set up

It pretty easy to set up webservers on localhost and php you may aswell
install a db too

here are some links
http://www.phpied.com/installing-php-and-apache-on-mac-osx-that-was-pretty-easy/
http://www.sebastiansulinski.co.uk/web_design_tutorials/web_server/installing_apache_php_mysql_a.php

enjoy

- S


2009/3/28 Ariel Kastanova <ariel_kastan...@yahoo.com>

> I am teaching myself how to program in php.  What do I need to load into my
> laptop so I can review in a browser what I've composed?
>
> Tannera Kane
> Urban archeologist, photographer, and writer
>
> http://groups.yahoo.com/group/Ariel_Kastanova

--- End Message ---
--- Begin Message ---
I suggest XAMPP as an all-in-one package for development work.

It includes the following (free of charge):
        • Apache HTTPD 2.2.11 + Openssl 0.9.8i (Web server)
        • MySQL 5.1.30 (database)
        • PHP 5.2.8
        • phpMyAdmin 3.1.1 (Database Management)
        • FileZilla FTP Server 0.9.29
        • Mercury Mail Transport System 4.52

URL: http://www.apachefriends.org/en/xampp-windows.html

For a simple (and free) PHP and SQL editor, Notepad++ is my choice. If you
find that does not meet your needs, there are many others such as NuSphere,
Zend Studio, ActiveState Komodo, Eclipse, etc. All have their good and
not-so-good attributes that will spark debate ad infinitum.


Jeff


-----Original Message-----
From: Ariel Kastanova [mailto:ariel_kastan...@yahoo.com] 
Sent: Saturday, March 28, 2009 15:11
To: php-wind...@lists.php.net
Subject: [PHP-WIN] php pages not appearing

I am teaching myself how to program in php.  What do I need to load into my
laptop so I can review in a browser what I've composed? 
 
Tannera Kane
Urban archeologist, photographer, and writer

http://groups.yahoo.com/group/Ariel_Kastanova


--- End Message ---
--- Begin Message --- I have a problem not being able to connect to a MSSQL database on my laptop from a php application I wrote, however I can access the same database from Enterprise Manager no problem. The connect code looks like:-

$link = mssql_connect($servername, $dbusername, $dbpassword) or die("Unable to connect to T4T database");
and of course I consistently get "Unable to connect...........".

Where do I need to start looking.

--
Regards,
Alf Stockton            www.stockton.co.za

You will be divorced within a year.

--- End Message ---

Reply via email to