[PHP-WIN] Re: MySQL and PHP5

2008-09-06 Thread Tim
be a problem. Anyway, thanks for setting me straight. Tim R. "Elizabeth M Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tim wrote: >> I spoke to soon. Your tip did manage to get the MySQL section to show up >> in >> the output of phpinfo()

[PHP-WIN] Re: MySQL and PHP5

2008-09-05 Thread Tim
; Why would it be letting my connect command pass without an error, but this line generate the error? ""Tim"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > That was it! Thank you so much! > > I'm working through a tutorial/book, and the

[PHP-WIN] I Spoke Too Soon...

2008-09-05 Thread Tim
I spoke to soon. Your tip did manage to get the MySQL section to show up in the output of phpinfo(), and the connect command doesn't throw an error anymore, but now I get the same Undefined Function error on the line to create a db: mysql_create_db("dbName") or die(mysql_error()); Why would it

[PHP-WIN] Re: MySQL and PHP5

2008-09-05 Thread Tim
That was it! Thank you so much! I'm working through a tutorial/book, and the text didn't even mention this! Wow, good tip for newbies! Thanks again! Tim R. "Elizabeth M Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >> However, the re

[PHP-WIN] MySQL and PHP5

2008-09-05 Thread Tim
("Error message text."); Is there something I am missing? I had heard that you need to compile php yourself if you want MySQL. Is this true, and is this why I don't see a MySQL section to the phpinfo() output? PHP 5.2.6 (simple file extract from download into c:\php directory) Ap

[PHP-WIN] Re: Problem with Oracle and some other extensions on IIS Server

2008-06-26 Thread Tim
;t reach to the server remotely. I just have ftp password. This isn't my job (install programs and setting up a server) but there is too silly management for this. If you can suggest anything else that can help i'd really glad. Elizabeth M Smith wrote: Tim wrote: Hi, My problem i

[PHP-WIN] Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread Tim
der and adding the paths (c:/php and c:/php/ext/) to system envrionment variables. I must solve this problem til morning. Please help. P.S. : I'm not the admin of this server. I just request and they will do. -- Tim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] RE: [PHP] Re: Question on virus/worms

2007-03-03 Thread Tim
e still a lot of servers out > there still > > using PHP4. Is this vulnerability a known bug? At least, I'm not > > aware of that before! > > It's not a bug. It will never be a bug. Yes PHP5 (I believe > it's 5.2+) introduces the ability to turn off the abi

[PHP-WIN] Differences between debug and release?

2005-08-30 Thread Tim Larsen
n't seem to make these simple statements work with my non-debug version of PHP. Can anyone help me out? Tim Larsen Novell, Inc. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] shell_exec and accented characters

2004-01-29 Thread Tim
Hi, I'm running shell_exec on a command that returns accented characters (at least it does in the command prompt box). However, the resulting string returned by the command loses all the accents. 'é' is replaced by ',', for example. How can I stop this from happeni

[PHP-WIN] Form not posting with to many characters

2003-10-22 Thread Tim . Pesanka
to it. I can't figure this thing out. I am running PHP version 4.3.2 on IIS 5.0 Win2k. All my PHP forms seem to have this issue that have text areas for text. Thanks Tim Pesanka Data Systems

[PHP-WIN] Re: PHP 5 And Apache2.0.47

2003-10-20 Thread tim sawyers
; latest snapshot appears to be pretty stable on Apache or did you > encounter any specific problems with 4.3.3? > > > -Oorspronkelijk bericht- > Van: tim sawyers [mailto:[EMAIL PROTECTED] > Verzonden: zaterdag 18 oktober 2003 5:02 > Aan: [EMAIL PROTECTED] > Onderwer

[PHP-WIN] PHP 5 And Apache2.0.47

2003-10-17 Thread tim sawyers
I am having trouble installing php5 with apache 2.0.47 The setup of apache whent with out a hitch and tested fine. But i can not get the php4apache2.dll to loud? it bombs out with syntex error in hhtp.conf : php4apche2.dill moduel can not be found. I Have tryed every think i can think of to get

[PHP-WIN] Re: dynamic font

2002-11-19 Thread Tim Blackwell
here's what i use.. function Popup(w,h,page,name, scroll) { win = window.open(page, name, 'height=450;width=350') } function getPicture() { scr = window.screen; wid = scr.width if (wid <= 800) { document.write(""); } if (wid > 800) { document.write("&qu

[PHP-WIN] Re: enabling extensions

2002-11-07 Thread Tim Blackwell
Exp $ > Total Links 0/unlimited > API Version 2004 > Vendor Name OpenLDAP > Vendor Version 20023 > > > "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message > news:20021106190556.22437.qmail@;pb1.pair.com... > > I'm trying to enable

[PHP-WIN] Re: enabling extensions

2002-11-06 Thread Tim Blackwell
when i make the changes to the php.ini and try to run a page i get Warning Unable to load dynamic library 'C:\windows\system32/php_ldap.dll' - The specified procedure could not be found thanks "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message news:20021106190556

[PHP-WIN] enabling extensions

2002-11-06 Thread Tim Blackwell
I'm trying to enable the ldap extension on my server. I've put the php_ldap.dll in the windows/system32 directory I've set the extension_dir = C:\WINDOWS\SYSTEM32 in the php.ini file. By the way i've tried extension_dir = C:/WINDOWS/SYSTEM32 I've taken the ; from the extension=php_ldap.dll line i

Re: [PHP-WIN] works on one server and not another

2002-10-11 Thread Tim Blackwell
me] instead of $name... > > regds, > > -Original Message- > From: Tim Blackwell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 18:46 > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] works on one server and not another > > > below is the html form and php f

Re: [PHP-WIN] works on one server and not another

2002-10-10 Thread Tim Blackwell
s ('".$name."')"; $result = mysql_query($query); if ($result) { echo "$name has been added to the tutorial database"; } else { echo "you screwed up, fix the database"; } ?> ______

[PHP-WIN] works on one server and not another

2002-10-09 Thread Tim Blackwell
this works on a windows XP machine i have but when i put it on a w2kserver it doesn't work? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php and lotus notes

2002-10-07 Thread Tim Blackwell
does anyone out there use php in lotus notes--i'm looking for a function that can access the NAB for user authentication. thanks, tim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP 4.2.3 and Apache 2.0.36

2002-10-06 Thread Tim Cottle
I actually had the same problem, the php4apache2.dll file that comes with 4.2.3 is sketchy, i had to get the latest version from snaps.php.net to get it to work, 4.3.xx-dev, and php is working like a charm now - Original Message - From: "Dash McElroy" <[EMAIL PROTECTED]> To: "Miguel A. Cha

[PHP-WIN] dates

2002-10-04 Thread Tim Blackwell
any reason why my echo statement doesn't work in this script? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: dynamic combo boxes

2002-10-01 Thread Tim Blackwell
AIL PROTECTED]... > hi--i'm having some trouble autoloading a combo box with a mysql column. > could someone help please > > thanks, > > tim > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] dynamic combo boxes

2002-09-30 Thread Tim Blackwell
hi--i'm having some trouble autoloading a combo box with a mysql column. could someone help please thanks, tim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: pretty simple-but i can't figure it out

2002-07-26 Thread Tim Blackwell
intainer > http://documentation.openoffice.org/ > > > Quoting Tim Blackwell <[EMAIL PROTECTED]>: > > > thanks a lot, that helped. now, why doesn't the link below work > > > > > > echo " > > more..."; > > > > > > > > &

Re: [PHP-WIN] Re: pretty simple-but i can't figure it out

2002-07-26 Thread Tim Blackwell
don't worry, i know eveyone was rushing to figure this one out, but i've got it taken care of in case you were wondering...it was a quote issue. here is the correct line echo "...more"; "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message [EMA

[PHP-WIN] pretty simple-but i can't figure it out

2002-07-25 Thread Tim Blackwell
icle. any help would be much appreciated, thanks, tim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: IIS Hates me, read why :'(

2002-05-26 Thread Tim Greenleaf
ip @ port 8000. i set my gateway to redirect port 8000 to the webservers port 80 and it works thanks for your reply. Also take a look at these: http://www.zoneedit.com/doc/faq.html#faq21 http://www.PortDetective.com Tim "Steven" <[EMAIL PROTECTED]> wrote in message [EMAIL PROT

[PHP-WIN] Re: Varying Results Creating Table

2002-05-24 Thread Tim Greenleaf
with ASP if developing on Windows. Thanks again. Tim "Hugh Bothwell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Try this: > > > > PHP Test > > <!-- > th { > font-f

[PHP-WIN] Re: Varying Results Creating Table

2002-05-23 Thread Tim Greenleaf
D]">news:[EMAIL PROTECTED]... > Hello, > > Perhaps post the code that generates the dynamic table. Maybe your tags > are not properly embedded and balanced. That could cause an issue if you > had data outside of the and or tags inside the tags. > > Nicole Amashta &g

[PHP-WIN] Varying Results Creating Table

2002-05-22 Thread Tim Greenleaf
the script properly. I would think if I had a syntax issue with the script or HTML it would either error out or return the same results everytime. Has anyone else seen this problem before? w2k SP2 IIS PHP 4.2.1 Thanks for the help. Tim -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] automation

2002-05-15 Thread Tim Blackwell
i need to automate a php script i'm writing. php doesn't look like it's the best for this. is there a way to automate a php script? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Security using Apache & Windows

2002-04-15 Thread Tim Mackenzie
in an apache or MS Windows support group > > > -Original Message- > > From: Tim Mackenzie > > Sent: Tuesday, April 02, 2002 5:47 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP-WIN] Re: Security using Apache & Windows > > > > > > No one can help?!

Re: [PHP-WIN] Re: Security using Apache & Windows

2002-04-02 Thread Tim Mackenzie
d another link I just found is the support web-ring > for apache: http://p.webring.com/navcgi?ring=apachesupport;list > > Have fun! :) > > Ross > > -Original Message- > From: Tim Mackenzie [mailto:[EMAIL PROTECTED]] > Sent: 02 April 2002 16:47 > To: [EMAIL PROTECTED

[PHP-WIN] Re: Security using Apache & Windows

2002-04-02 Thread Tim Mackenzie
No one can help?! Please, please, please... "Tim Mackenzie" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm running W2K with Apache and PHP4. I'm going to be hosting a number of > websites that I would like to pro

[PHP-WIN] Apache, PHP, Windows, and Security

2002-04-01 Thread Tim Mackenzie
I'm running W2K with Apache and PHP4. I'm going to be hosting a number of websites that I would like to provide PHP support for. What I don't want is them to be able to access my entire file system. They should, at most, be only allowed read/write access to their site folder. How do I go about

[PHP-WIN] Security using Apache & Windows

2002-04-01 Thread Tim Mackenzie
I'm running W2K with Apache and PHP4. I'm going to be hosting a number of websites that I would like to provide PHP support for. What I don't want is them to be able to access my entire file system. They should, at most, be only allowed read/write access to their site folder. How do I go about

Re: [PHP-WIN] Re: When typing "localhost\.." the computer wants to connect to internet.

2002-01-31 Thread Tim Lüdemann
Hey Alek, tried your suggestions but no positive result! Thanks Tim Alek Andreev <[EMAIL PROTECTED]> schrieb in im Newsbeitrag: 000601c1aa4f$6cd7e0f0$[EMAIL PROTECTED] Best solutions is to use http://127.0.0.1/ instead. Or try http:/// Regards, Alek Andreev [EMAIL PROTECTED] -Or

[PHP-WIN] When typing "localhost\.." the computer wants to connect to internet.

2002-01-30 Thread Tim Lüdemann
nd closes many times very fast until I press esc. When the browser opens a php-file he shows nothing. I hope to get help of anyone of you because I worked several days on it and have no further idea how to solve the problem. Thank You Tim Lüdemann -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] Active Directory/LDAP Problem

2001-12-17 Thread Tim
I am able to connect to our Active Directory server annonymously without a problem. Once I am connected (and have done ldap_bind) I dont seem to be able to do anything except disconnect from the server. Everytime I try and search it returns an "Operations Error" I dont seem to be able to connec

RE: [PHP-WIN] printing directly from php

2001-12-07 Thread Tim Foster
Just for clarification Will this method allow the user to click on a link and *poof* out comes somthing out of his/her printer? I thought browsers couldn't do that? And if it can, what HTML (or HTTP header or whatever) is actually being sent to the client. TIM -Stenderup's Law:

[PHP-WIN] RE: binary

2001-11-28 Thread Tim Foster
were on a site) TIM -I did it! I found the program's last bug! bug bug bug > -Original Message- > From: Brian Feliciano [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 28, 2001 5:07 AM > To: [EMAIL PROTECTED] > Subject: binary > > > can MySql can hold

[PHP-WIN] RE: iis apache together?

2001-11-21 Thread Tim Foster
and script processors and voila! Both .asp and .php on the same box. TIM -I believe no problem is so large or so difficult that it can't be blamed on somebody else. > -Original Message- > From: Mike Webby [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 21, 2001 1:26 P

[PHP-WIN] forcing variable declaration

2001-11-02 Thread Tim Foster
ering if PHP has an equivalent). I hate it when a typo creates a variable at run time and the script continues (and produces unwanted results). Thanks. TIM -My definition of a free society is a society where it is safe to be unpopular. -Adlai E. Stevenson -- PHP Windows Mailing List (http://w

Re: [PHP-WIN] OK, I'm officially screwed if I can't get some suggestions

2001-05-21 Thread Tim Uckun
At 03:24 PM 5/21/2001 -0400, Asendorf, John wrote: >OK... > >PHP 4.0.4. IIS 4, Oracle 8 client, Oracle 7.3.4 backend, webserver in DMZ How are you connecting to the database? Are you using persistent connections?Have tried to run the same code on linux to see if it runs faster? :wq

Re: [PHP-WIN] MS Access + Linux + PHP

2001-05-18 Thread Tim Uckun
ckun20001207.php3 :wq Tim Uckun Due Diligence Inc. http://www.diligence.com/Americas Background Investigation Expert. If your company isn't doing background checks, maybe you haven't considered the risks of a bad hire. -- PHP Windows Mailing List (http://www.php.net/) To unsubscrib

[PHP-WIN] Error handling in PHP.

2001-05-16 Thread Tim Uckun
Does anybody have an example of using php error handling to simulate try-catch blocks? especially with COM objects? :wq Tim Uckun Due Diligence Inc. http://www.diligence.com/Americas Background Investigation Expert. If your company isn't doing background checks, maybe you ha

RE: [PHP-WIN] RE: New function help

2001-05-13 Thread Tim Lofstrom
not make the code work. But the array_reverse_priv is in place and working. See www.bcsynod.org for an example. Until next Tim Lofstrom M.C.S.E. but not E. in Canada-Original Message- From: Paul Meagher [mailto:[EMAIL PROTECTED]] Sent: 13 May 2001 06:04 To: [EMAIL PROTECTED

[PHP-WIN] RE: New function help

2001-05-11 Thread Tim Lofstrom
ray ; } Until next .... Tim Lofstrom M.C.S.E. Original: Looking for reverse_array as a user added function. Anyone have it? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrat

[PHP-WIN] New function help

2001-05-11 Thread Tim Lofstrom
site to respond, check what other surprises may await me, (differences between my development version and the production version). Does anyone have the updates between 4.0B2 and 4.05 Until next .... Tim Lofstrom MCSE (but the E does not mean engineer anymore in Canada? (;>) -- PHP Windows

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-10 Thread Tim Uckun
l be a nightmare when getLastWord($s) and GetLastWord($s) will actually be two different functions which may perform two different things. Try debugging that! ------ Tim Uckun Mobile Intelligence Unit.

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-09 Thread Tim Uckun
At 12:05 AM 5/10/2001 -0500, Greg Brunet wrote: >Tim: > >AAARRRGGH! They got it half-right with case insensitive functions and now >they're going to mess up the part that's done right!?! It is quite annoying >that they aren't consistent, but I was thankful tha

Re: [PHP-WIN] ISAPI

2001-05-09 Thread Tim Uckun
solution was to reboot the server. ------ Tim Uckun Mobile Intelligence Unit. -- "There are some who call me TIM?" -- -- PHP Windows Mailing List (http://www.php.net/) T

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-09 Thread Tim Uckun
at require multiple programmers I really wish it was more cohesive. As it is I am never really confident about using any function without first checking the manual. In Perl or python I can pretty much guess what a function is going to do 90 percent of the time. :wq Tim Uckun Due Diligen

RE: [PHP-WIN] Persistent DB Connections with CGI - Via Java...

2001-05-09 Thread Tim Uckun
my day trying to get W2K/IIS/PHP working as an ISAPI module, I spent the second half of my day trying to get it working as an apache module (still crashing hard). Maybe what' really needed is to build in a web server into php itself. That way there is only one thng to install and

Re: [PHP-WIN] Persistent DB Connections with CGI - Via Java...

2001-05-09 Thread Tim Uckun
ss with methods) to >hide its complexity. > >Surely somebody has thought of this before : >If so is this solution available, free or commercially? Why not use an all java solution then? Enhydra, velocity, cocoon, locomotive etc are all open source. Webobjects is cheap and very cool.

RE: [PHP-WIN] ISAPI

2001-05-09 Thread Tim Uckun
At 12:13 PM 5/9/2001 -0700, Flint Doungchak wrote: >Tim, > >Unfortunately, the ISAPI module just isn't stable on this platform. Sorry. What is the prefered way to run PHP in windows? As a CGI? As an apache module? Aolserver? I would rather not run it as a CGI because I need persi

[PHP-WIN] ISAPI

2001-05-09 Thread Tim Uckun
de to scrap IIS and go to apache will php run as a loadable module or CGI? Will it be fast and efficient like ISAPI? :wq Tim Uckun Due Diligence Inc. http://www.diligence.com/Americas Background Investigation Expert. If your company isn't doing background checks, maybe you haven't

[PHP-WIN] CGI error ONLY on 2x page request?

2001-04-18 Thread Tim Lofstrom
setting in IE 5.5a? W2K? PHP? Anyone seen this, or have some hints, it would be appreciated. Tim L -- PHP Windows 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