Re: [PHP-WIN] free windows editor with ftp?

2003-09-10 Thread Chris L
[EMAIL PROTECTED] (Stephen) wrote in news:[EMAIL PROTECTED]: > I have to agree with these two, although the latest non beta version > has a small problem with its code highlighting. However, this has > (apparently) been fixed in beta. It is the best program I have found, > and it can open a huge

php-windows Digest 11 Sep 2003 00:30:20 -0000 Issue 1905

2003-09-10 Thread php-windows-digest-help
php-windows Digest 11 Sep 2003 00:30:20 - Issue 1905 Topics (messages 21339 through 21353): Extracting images from active directory using php 21339 by: Simon Taylor 21343 by: Stephen mysql+php query 21340 by: Exiang 21341 by: Bobo Wieland 21342 by: Bo

[PHP-WIN] Phantom Help

2003-09-10 Thread S F Alim
Dear All, Please someone can send me this files by email (if possible), since I don't have internet access. 1. http://www.php.net/extra/bindlib_w32.zip 2. http://www.php.net/extra/win32build.zip thank you in advance :-). really appreciate it Regards, S F Alim. Tech Support, Technical

Re: [PHP-WIN] free windows editor with ftp?

2003-09-10 Thread Stephen
I have to agree with these two, although the latest non beta version has a small problem with its code highlighting. However, this has (apparently) been fixed in beta. It is the best program I have found, and it can open a huge range of files! Stephen - Original Message - From: "Jeremy W

RE: [PHP-WIN] free windows editor with ftp?

2003-09-10 Thread Jeremy Whitlock
I use Maguma too and the free version is great. It's FTP capabilities is easy to use and powerful. Laters, Jeremy -Original Message- From: malte [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 11:50 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] free windows editor with f

Re: [PHP-WIN] free windows editor with ftp?

2003-09-10 Thread malte
I use Maguma Studio. Its easy to use and has FTP funtionality. It is available for free on http://www.maguma.com/en/download.html - Original Message - From: "Chris L" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 5:34 PM Subject: [PHP-WIN] free windows e

RE: [PHP-WIN] free windows editor with ftp?

2003-09-10 Thread Asendorf, John
The answer to both of those is HTML-Kit by Chamisoft... - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum ingenium sine mixtura dementiae fuit > -Original

[PHP-WIN] free windows editor with ftp?

2003-09-10 Thread Chris L
Any recommendations for a free windows editor suitable for PHP that has FTP built-in? Also, recommendations for a decent free editor without FTP would be welcomed. I am making recommendations to my students who are learning PHP/MySQL and for whom Emacs is a bit much to ask :) Integrated FTP wo

RE: [PHP-WIN] Re: Getting a pdf to open in Acrobat

2003-09-10 Thread George Pitcher
Simon, I have Reader 6 on my Win2k machine. I also have Full Acrobat 5 but I don't get problems when accessing pdf files at other sites. For info, I'm not serving this on my machine. Its on an NT machine a couple of counties away. George > -Original Message- > From: Simon Taylor [mailto

[PHP-WIN] How to display part of a text field record in the browser with PHP?

2003-09-10 Thread Marlene Burckhalter
XP - Apache - MySQL - PHP Can someone give me a hint? Thanks for any help. I have successfully pulled the text field record from the database, but need some direction about how to only display part of the text: $query = "SELECT youth_announce_num, youth_announce_text FROM $youthannoun

[PHP-WIN] Re: Getting a pdf to open in Acrobat

2003-09-10 Thread Simon Taylor
George, I think you will find that this is the local OS causing the problem. Does it still do that if Acrobat Reader is installed on the machine browsing? Cheers Simon "George Pitcher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I use the following code to grab a pdf from

[PHP-WIN] Getting a pdf to open in Acrobat

2003-09-10 Thread George Pitcher
Hi, I use the following code to grab a pdf from a different disk and then pass it out to a web-user. = = = = = = = = = = = = = = = = = = = The problem is that it always asks me which application to use to open the file. What do I need to do so that 'open' will always launch Acrobat? Cheers Ge

Re: [PHP-WIN] Extracting images from active directory using php

2003-09-10 Thread Stephen
I'm not familar with how LDAP works, so my comments are more general coding type ones. I suggest first checking your connection for error messages by removing this bit > echo Header("Content-Type: image/jpg").$data; That should then mean that the php error messages become visable (or, if there are

Re: [PHP-WIN] mysql+php query

2003-09-10 Thread Bobo Wieland
$SQL = "SELECT 'password' FROM 'table' WHERE 'username' = '".$user."';"; $result = mysql_query($db,$SQL,$cid); With the above you then do a: $pass = mysql_fetch_object($result); $pass->passord //is the password then... .bobo - Original Message - From: "Exiang" <[EMAIL PROTECTED]> To: <

Re: [PHP-WIN] mysql+php query

2003-09-10 Thread Bobo Wieland
$SQL = "SELECT 'password' FROM 'table' WHERE 'username' = '".$user."';"; $result = mysql_query($db,$SQL,$cid); With the above you then do a: $pass = mysql_fetch_object($result); $pass->passord //is the password then... .bobo - Original Message - From: "Exiang" <[EMAIL PROTECTED]> To: <

[PHP-WIN] mysql+php query

2003-09-10 Thread Exiang
Hi, i hav a problem query a data value from my database every setting is fine. the database is working too.just i dunno how to do it with php let say i hav a username and a password in my database i wanto query the password with given username $SQL = "SELECT `password` FROM `table` WHERE `usernam

[PHP-WIN] Extracting images from active directory using php

2003-09-10 Thread Simon Taylor
Hi All, I am busy trying to display an image extracted from the active directory on our intranet. This is what I have so far, I have searched the net on this and come up with very little info. The following just shows a page stating it could not display the image because it had errors. If anyone ha

php-windows Digest 10 Sep 2003 11:23:20 -0000 Issue 1904

2003-09-10 Thread php-windows-digest-help
php-windows Digest 10 Sep 2003 11:23:20 - Issue 1904 Topics (messages 21333 through 21338): Re: Problem writing to a file 21333 by: chris.neale.somerfield.co.uk 21335 by: Luis Moreira 21336 by: George Pitcher 21337 by: Gerardo Rojas 21338 by: Stephen

Re: [PHP-WIN] Problem writing to a file

2003-09-10 Thread Stephen
Sorry to say it, but that is quite sloppy coding. This highlights why it is important to give variables meaningful names! In the code below, George has assigned the location of his file to a pointer, but then over-written it with the pointer result of fopen. > $fp2 = "C:\\inetpub\\wwwroot\\packtra