[PHP-WIN] Re: PHP 4.4.0 with MySQL 4.1.13 on Win XP

2005-08-17 Thread Jon
You need to check the MySQL manual about the password hashing http://dev.mysql.com/doc/mysql/en/password-hashing.html and change to the old version of passwords as a workaround. I don't know if PHP5 supports the new authentication or not. "Soheil Noori Bushehri" <[EMAIL PROTECTED]> wrote in messa

[PHP-WIN] Re: MySQL and PHP

2005-08-17 Thread Jon
$error); $reply = implode($reply); $mysqlrunning = eregi( ':3306',$reply ); if (!$mysqlrunning){ exec ('C:\mysql\bin\mysqld.exe --defaults-file=C:\mysql\bin\my.cnf --standalone') ; } ""Jon"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

[PHP-WIN] MySQL and PHP

2005-08-17 Thread Jon
Is there some way to have PHP test if MySQL is running and if not make the system call to start it? This is just an ME test machine but I would also like to know how on XP PRO cause I have another test machine available. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: ht

Re: [PHP-WIN] PHP 5.0.4 - Can anyone help me get it to work?

2005-06-28 Thread Jon
ot be using 9x for serving. If you are only using it as a test machine there are several LAMP (Linux, Apache, MySQL and PHP) distros available for download that have been preconfigured. Jon ""Matt Murphy"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Win

[PHP-WIN] Re: Encrypted Mail

2005-02-19 Thread jon
New message is available. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Word COM Object

2005-01-06 Thread jon
open it right up, just like it was a native word doc. Theoretically, it's possible to do the same thing with saving an .html doc as .doc, but your mileage may vary. -- jon michael wrote: You could try to generate RTF commands, not sure if that will work though. There should b

RE: [PHP-WIN] Anyone who can help me??????

2004-04-16 Thread jon roig
, 20); // times out after a little while $htmlData = curl_exec($ch); // run the whole process echo $htmlData; 'Course, this assumes you have curl installed. Presumably, you could use fopen as an alternative. -- jon --- jon roig web developer email: [EMAIL

RE: [PHP-WIN] SMTP & PHP & Windows 2k/XP

2004-04-07 Thread jon roig
What happens when you try to telnet from the webserver to the smtp server port 25? Can you successfully send an email by hand? -- jon -Original Message- From: Gabe [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 7:42 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] SMTP

RE: [PHP-WIN] Domain name

2004-03-18 Thread jon roig
h.thedomain.com. In that case, we have a custom 404 page which does all the switching work for us. The page examines the URL that the user was attempting to visit and swaps out the content based on that. -- jon ------- jon roig web developer email: [EMAIL PROTECTED] phon

RE: [PHP-WIN] An old dog, with a new trick..

2004-03-18 Thread jon roig
Hola... One good thing to check out is ADODB, a database abstraction layer which lets you query all kinds of different db servers in one, uniform way. Check it out here: http://php.weblogs.com/ADODB -- jon -Original Message- From: Felipe Eduardo Ortiz López [mailto:[EMAIL

RE: [PHP-WIN] Email Servers

2004-03-12 Thread jon roig
I really dig the pegusus mail server. Easy to setup. Free. Works flawlessly. http://www.pmail.com -- jon -Original Message- From: Will [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 6:41 AM To: 'Php-Windows ' Subject: RE: [PHP-WIN] Email Servers The email ad

RE: [PHP-WIN] tutorial

2004-02-02 Thread jon roig
r a living now... So it must've worked.) -- jon --- jon roig web developer email: [EMAIL PROTECTED] phone: 888.230.7557 -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:29 AM To: '[EMAIL PROT

[PHP-WIN] Search and Replace with WinWord and COM Objects?

2003-12-01 Thread jon
27;s the output I get: Loaded word version (10.0) Warning: (null)(): Invoke() failed: Exception occurred. Source: Unavailable Description: Unavailable in C:\Program Files\Apache Group\Apache2\htdocs\wordFix.php on line 11 Any help would be greatly appreciated... -- jon --- jon ro

Re: [PHP-WIN] Hack Q...

2003-08-14 Thread Jon Phipps
That is the tell tale sign that either nimda or code red, I for get which have been scouting your system. If you run apache server dont worry about it as they can only opperate on IIS platforms. JON Skate wrote: Is someone trying to hack my computer? "GET /scripts/..%255c%255c../

[PHP-WIN] Re: apache/php

2003-08-03 Thread Jon Phipps
hmmm talking to myself, have the it figured out. Decided to load as a module instead Jon Phipps wrote: what is the trick to getting apache2 to exec php scripts properly I have managed to get beyond the 500 sever error now they just time out. I want to use php.exe as a cgi, this is on a windows

[PHP-WIN] apache/php

2003-08-03 Thread Jon Phipps
would be appreciated Jon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Apache or IIS

2003-08-02 Thread Jon Phipps
my application but it is going to be labour intensive converitng the sites, unless someone knows a converter from IIS to apache Jon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Apache or IIS

2003-08-01 Thread Jon Phipps
suceptible to. I know there are patches and security fixes and wot not but really how much time do you want to spend securing the server? Jon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] $_POST issues with file paths

2003-07-25 Thread Jon Phipps
Thanks Mikey, had forgotten that. Works a treat. Mikey wrote: You could try using forward slashes - they are functionally equivalent from a PHP point of view... Mikey -Original Message- From: Jon Phipps [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 19:13 To: [EMAIL PROTECTED] Subject

[PHP-WIN] $_POST issues with file paths

2003-07-25 Thread Jon Phipps
Here is my problem I need to read a file path from this construct Base Path however when I read it with $appath=$_POST["sys_path"]; what I get is e:\\jon\\site_dev\\php-html not what I am expecting which is e:\\jon\\site_dev\\php-html how can I stop the post method from es

[PHP-WIN] Sorry

2003-07-25 Thread Jon Phipps
Sorry bout the double post of the radio buttons issue, Outlook express crashed so it got sent twice. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Radio Button issues

2003-07-25 Thread Jon Phipps
e{ echo 'Yes',''; echo 'No',''; } $temp= 'Security=' + $value; $handle=(fopen("e:\\jon\\site_dev\\php-html\\configs\\phphtml.cfg","a+")); fwrite($handle, 'Security='); fwrite($handle, //value of radio button goes here ); fclo

[PHP-WIN] Radio Button issues

2003-07-25 Thread Jon Phipps
e{ echo 'Yes',''; echo 'No',''; } $temp= 'Security=' + $value; $handle=(fopen("e:\\jon\\site_dev\\php-html\\configs\\phphtml.cfg","a+")); fwrite($handle, 'Security='); fwrite($handle, //value of radio button goes here ); fclo

[PHP-WIN] closing windows

2003-07-23 Thread Jon Phipps
I am curious as to how, from within php, you could emulate the javascript window.close() function. The other thing is how would I blend javascript and php, it call javascript functions from php. The javascript will be located in the same page as the php. Jon -- PHP Windows Mailing List (http

[PHP-WIN] Re: Subject: dynamic html pages

2003-07-21 Thread Jon Phipps
Thanks Neil, had not thought of doing it that way seems much more elegant than what I was doing anyway. Will work that into the code and finaly have it behaving right... now if I could just get the http referer parsed right for the log file Jon "Neil Smith" <[EMAIL PROTECT

[PHP-WIN] http referer

2003-07-21 Thread Jon Phipps
$refpage="Direct Hit"; } I get the following notice on the screen when the script is run Notice: Undefined index: HTTP_REFERER in E:\coddad\errors\403-50.php on line 28 regards Jon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Subject: Re: What is the best way to post here?

2003-06-20 Thread Jon Harrell
Subject: Re: What is the best way to post here? From: Erythros <[EMAIL PROTECTED]> Newsgroups: php.windows what do you mean ignored? do you mean no one responds to your posts? "Jon Harrell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] com... > It seems t

[PHP-WIN] What is the best way to post here?

2003-06-20 Thread Jon Harrell
It seems that most if not all of my NG posts are ignored through my news client... but I can email the list... What is the most effective way of posting here? jh -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP 4.3.2 is Slower & Can't Echo to the CLI

2003-06-18 Thread Jon Harrell
I noticed this error after updating to 4.3.2... but here is a snipet non the less... hopefully i can get the echos back ;) --- function DLCftpLogon($local_dir) { $nl_25 = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\ n\n\n\n\n\n"; echo($nl_25 . $nl_25 . $

[PHP-WIN] PHP 4.3.2 is Slower & Can't Echo to the CLI

2003-06-16 Thread Jon Harrell
I noticed that compared w/ 4.2.3 (the last working fdf/tk until now) that the CLI will not echo correctly... it takes 30-60 seconds and then a whole page is echoed... also simple scripts seems to take minutes instead of seconds... jh -- PHP Windows Mailing List (http://www.php.net/) To unsubsc

[PHP-WIN] Is php_fdf.dll on the list of improvements for 4.3.1?

2003-03-21 Thread Jon Harrell
Is php_fdf.dll on the list of improvements for 4.3.x win32? - right now the only one I can get to work w/o a crash is 4.2.3... all the stable and 5x snaps are also problamatic... jon harrell [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP-WIN] Building a .dll extension using Cygwin?

2002-04-30 Thread Jon Baer
Hi, Im trying to build a simple "Hello World" C extension using Cygwin but can't find any examples or how this can be accomplished ... can anyone give a hint? Thanks. - Jon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] global variables headache

2002-04-01 Thread Jon Lauridsen
colors from a central page. With regards Jon Lauridsen [EMAIL PROTECTED]

[PHP-WIN] InstallShield coulnd't find OCX control...

2001-10-09 Thread Jon Grover
t so many problems w/ IIS, don't go into the @#%* Windows newsgroup... you're not of any use to us here. Thanks for any help that can be provided, - Jon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

[PHP-WIN] Iffy W2K, dodgy PHP or skechy programmer (sessions)

2001-09-08 Thread Jon Thompson Coon
someone know a explanation/remedy for this, since it makes developing slightly inconsistent with this requiring that gimmick and that not. And yes, /temp is set. Regards to anyone cring to answer. - jon Thompson Coon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR