php-windows Digest 3 Dec 2009 22:26:14 -0000 Issue 3730
Topics (messages 29736 through 29739):
Frustrated new php "developer" on Windows
29736 by: Landon Baine
29737 by: Pierre Joye
29738 by: Landon Baine
Re: PHP mailing list using mysql
29739 by: Jacob Bednarz; Graphic Designer
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 ---
I am just beginning with PHP and have been looking at how to setup a
local development environment and frankly am frustrated. I am
currently using a Windows 7 x64 laptop and will be using a hosted web
service with Windows Server, MySQL, PHP, IIS and PHPMyAdmin. The
problem is I can not seem to find very good information of how to set
this up on Windows 7 locally so that I can create and test before I
upload to the server.
Or...what do most Windows users do? Should I just write the code
locally, then upload it and test it on the actual server? That seems
like a terribly slow way to do this. I am currently using web.com as
the hosting company.
Any help would be greatly appreciated. Where does a new person start?
Are there any good guides that you use to set up this type of local
environment? Do I just install each piece...PHP, MySQL, etc. and work
through it as I go? Am I looking for a "how to setup WIMP" that
doesn't exist?
Yanking out my hairs!
Thank you,
Landon Baine
--- End Message ---
--- Begin Message ---
hi,
On Wed, Dec 2, 2009 at 6:01 PM, Landon Baine <landona...@gmail.com> wrote:
> Any help would be greatly appreciated. Where does a new person start?
> Are there any good guides that you use to set up this type of local
> environment? Do I just install each piece...PHP, MySQL, etc. and work
> through it as I go? Am I looking for a "how to setup WIMP" that
> doesn't exist?
Reading the manual is amazingly helpful:
http://www.php.net/manual/en/install.windows.php
I would also suggest to simply use the MS Web Platform installer, it
will setup everything you need, even mysql or other non php.net
softwares. It uses the same installer than php.net (fetched from the
same location).
For your other questions, that's not directly windows specific
questions but more about developments and deployments "strategy",
there are dozen of tutorials about these topics out there.
Cheers,
--
Pierre
http://blog.thepimp.net | http://www.libgd.org
--- End Message ---
--- Begin Message ---
On Wed, Dec 2, 2009 at 11:06 AM, Pierre Joye <pierre....@gmail.com> wrote:
> hi,
>
> On Wed, Dec 2, 2009 at 6:01 PM, Landon Baine <landona...@gmail.com> wrote:
>
>> Any help would be greatly appreciated. Where does a new person start?
>> Are there any good guides that you use to set up this type of local
>> environment? Do I just install each piece...PHP, MySQL, etc. and work
>> through it as I go? Am I looking for a "how to setup WIMP" that
>> doesn't exist?
>
> Reading the manual is amazingly helpful:
> http://www.php.net/manual/en/install.windows.php
>
> I would also suggest to simply use the MS Web Platform installer, it
> will setup everything you need, even mysql or other non php.net
> softwares. It uses the same installer than php.net (fetched from the
> same location).
>
> For your other questions, that's not directly windows specific
> questions but more about developments and deployments "strategy",
> there are dozen of tutorials about these topics out there.
>
> Cheers,
> --
> Pierre
>
> http://blog.thepimp.net | http://www.libgd.org
>
Pierre, thank you. I have been reading through the manual...I guess I
was looking for a magic "how to". Looks like I need to step back and
slow down. I will look at your links!
Landon
--- End Message ---
--- Begin Message ---
Bsanneh,
The quickest and easiest way of doing this would be to have a form where
the user enters their email address and it gets directly entered into a
database (trimmed and cleaned up of course so no nasties mess up your
system). Then all you would need to do would be a simple PHP mail()
script where the "to" header would be read from the database instead of
one address.
If you are still stuck with this, please do not hesitate to ask.
Jacob.
Save on overseas calls and SMS direct from your mobile. gotalk mobile lets you
"Share the Moment" with family and friends overseas when and where you like.
Call rates on our Straight Talk Plus plan start from just 1/2c per min (plus
flagfall). Find out more at www.gotalkmobile.com.au
-----Original Message-----
From: baboucarr sanneh [mailto:sanne...@hotmail.com]
Sent: Monday, 23 November 2009 7:58 AM
To: php-wind...@lists.php.net
Subject: [PHP-WIN] PHP mailing list using mysql
hi guys
i want to develop a mailing list and the email addresses would be stored
on a database..I want to kno how i can do this using php and mysql..
any help ?thnx
Regards,
bsanneh
$LIM $...@dy
_________________________________________________________________
Windows Live: Keep your friends up to date with what you do online.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action
/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1
:092010
--- End Message ---