php-windows Digest 9 Mar 2002 23:44:02 -0000 Issue 1038
Topics (messages 12549 through 12554):
Re: strings with $ sign
12549 by: robert janeczek
registering mySQl db in Win ODBC
12550 by: James Mansfield
12554 by: Robin Bolton
Re: gd-library ...
12551 by: alain samoun
.php3 extension
12552 by: Micah Freedman
12553 by: alain samoun
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
> I just wanted to know how to use strings with $ sign.
>
> If a word starts with a dollar sign php will think it's a variable, how
can
> I make
> " $bla bla and bla $bla " to stay that way?
> Will this work? " \$bla bla and bla \$bla "
don`t use "" - use ''. php doesn`t parse variables in such kind of strings.
' $bla bla and bla $bla '
" \$bla bla and bla \$bla " - this should work too, but i haven`t checked.
rash
--- End Message ---
--- Begin Message ---
Am a little out of my league here being a designer and all...but I want to
register a mySQL database that I have using ODBC Data Source Admin. Is this
possible?
I have created on online address book using PHP and mySQL. I want to use the
email addresses in the db for use with a mailout program but it requires
that the db I use be registered in the OS's data source admin. Does someone
know what I need to do please? Have tried exporting the data etc but am
trying to find any easier alternatives...can I use the db I have online or
will I have to duplicate it locally??
Thanx in advance
James
--- End Message ---
--- Begin Message ---
All you will need is a copy of MyODBC, which will let you register MySQL
databases via ODBC.
You can find it on the MySQL website at:
http://www.mysql.com/downloads/api-myodbc.html
You may also want to download the latest Microsoft Data Access
Components (MDAC) from:
http://www.microsoft.com/data/download.htm
Once you've installed the MyODBC drivers you can then register your
MySQL database using the ODBC control panel app (found at 'Start /
Settings / Control Panel' in Windows 9x and 'Start / Settings / Control
Panel / Administrative Tools' in NT/2K/XP).
-----Original Message-----
From: James Mansfield [mailto:[EMAIL PROTECTED]]
Sent: March 9, 2002 6:56 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] registering mySQl db in Win ODBC
Am a little out of my league here being a designer and all...but I want
to
register a mySQL database that I have using ODBC Data Source Admin. Is
this
possible?
I have created on online address book using PHP and mySQL. I want to use
the
email addresses in the db for use with a mailout program but it requires
that the db I use be registered in the OS's data source admin. Does
someone
know what I need to do please? Have tried exporting the data etc but am
trying to find any easier alternatives...can I use the db I have online
or
will I have to duplicate it locally??
Thanx in advance
James
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
http://www.phpbuilder.com/columns/allan20000830.php3
A+
Alain
-----Original Message-----
From: Marcel Besancon [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 09, 2002 2:58 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] gd-library ...
Hi,
is there a way to use the gd-library under WinXP?? If there is a way,
please explain it to me !!!
Sincerely
Marcel
--
registered Fli4l-User #00000388
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi,
Can anyone tell me how to set things up so that files with the
.php3 extension will be processed by the PHP 4 engine. (I'm
running IIS under Win2K, there's a C:/PHP/ folder with only a few
items in it one of which is php.exe. I don't see any configuration
files. Obviously, I don't know much about administering this
stuff, since this is just my testing machine...)
TIA,
Micah
--- End Message ---
--- Begin Message ---
Control Panel/ Administrative Tools/ Internet Services Manager/ Default Web
Site/ Properties
Then under home directory click configuration. Add the php3 extension
with pointer to php4isapi.dll .
A+
Alain
Under filters I have one called php, with a pointer to php4isapi.dll. I'm
not sure if this is required... but I think it is and anyways I have it.
-----Original Message-----
From: Micah Freedman [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 09, 2002 9:34 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] .php3 extension
Hi,
Can anyone tell me how to set things up so that files with the
.php3 extension will be processed by the PHP 4 engine. (I'm
running IIS under Win2K, there's a C:/PHP/ folder with only a few
items in it one of which is php.exe. I don't see any configuration
files. Obviously, I don't know much about administering this
stuff, since this is just my testing machine...)
TIA,
Micah
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---