RE: [PHP-WIN] MSSQL HELP

2003-07-03 Thread Svensson, B.A.T. (HKG)
There are two ways. In MS SQL server 7.0 you can do SELECT TOP # If you are on 6.5, then you need to do set the row count environ variable, e.g something like set rowcount # -Original Message- From: disko_kex To: [EMAIL PROTECTED] Sent: 2003-07-02 19:20 Subject: [PHP-WIN] MSSQL HELP

[PHP-WIN] Re: ASSISTANCE NEEDED

2003-07-03 Thread Louis
How the hell did this get added to the PHP list :O. Spam, junk u name it, thats just what this is Mariam Abacha [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I am sorry for the embarrassment this letter might cause you as we have not had any correspondence before this letter.

Re: [PHP-WIN] got linear algebra?

2003-07-03 Thread Step Schwarz
Hello everybody, I'm looking for a linear algebra package for PHP. I've seen some classes on the websites for simple matrix arithmetic, but I'm looking for something along the lines of PDL for Perl. Many thanks, Edgar Hassler Hey Edgar, how's it going? You may want to ask this question

[PHP-WIN] Re: include within html

2003-07-03 Thread Luis Moreira
Never mind - Original Message - From: Luis Moreira To: [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 3:09 PM Subject: include within html Hi A simple (?) question : When doing this html body ?php include 'setup_vars.php'; ... the

Re: [PHP-WIN] Re: include within html

2003-07-03 Thread Stephen
Luis, Hmm I don't seem to have recieved your original email... However, for the record, you need to put php tags ( ?php and php? ) into the include file if you want it executed! Stephen - Original Message - From: Luis Moreira [EMAIL PROTECTED] To: Luis Moreira [EMAIL PROTECTED]; [EMAIL

[PHP-WIN] include within html

2003-07-03 Thread Luis Moreira
Hi A simple (?) question : When doing this html body ?php include 'setup_vars.php'; ... the whole of SETUP_VARS.php is written to the screen, instead of bieng executed. What am I doing wrong ? Thanks Luis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

php-windows Digest 3 Jul 2003 17:03:55 -0000 Issue 1807

2003-07-03 Thread php-windows-digest-help
php-windows Digest 3 Jul 2003 17:03:55 - Issue 1807 Topics (messages 20664 through 20672): ASSISTANCE NEEDED 20664 by: MARIAM ABACHA 20667 by: Louis Re: MSSQL HELP 20665 by: Svensson, B.A.T. (HKG) Re: Connect Active Directory using LDAP... please help :)

[PHP-WIN] Fatal error with 'DB.php'

2003-07-03 Thread jsWalter
I am trying to use DB.php, but I am getting htis error... Fatal error: main(): Failed opening required 'DB.php' (include_path='.;c:\php4\pear') I can't find this path defined *anywhere* I don't have PHP installed thee. How can I fix this include path issue. Thanks Walter -- PHP Windows

[PHP-WIN] Sending a PDF page

2003-07-03 Thread Todd Cary
In this code: if ($prtpdf) { include "letter_new.php"; exit; } I create a PDF page, however I would like to continue within the script (not have the exit). If I do that, the PDF page is corrupted by the script code. What is the best solution for this? Todd -- inline: NewLogo.gif

[PHP-WIN] Using PHP with IIS

2003-07-03 Thread Terry Lowndes
I am trying to set up PHP to work with ISS on my local standalone PC so that I can learn PHP. I have created a test page with 1 paragraph of HTML and a paragraph with 1 line of PHP (?php echo This is a PHP line; phpinfo(); ? When I load the page in my browser using http://localhost/filename.php

Re: [PHP-WIN] Sending a PDF page

2003-07-03 Thread Dash McElroy
Todd, What does this letter_new.php file do? Anything that spits out any kind of output after the PDF doc is sent will result in a corrupted PDF (unless it's valid PDF stuff...). What I do when I have an issue like that is to open up Sam Spade (samspade.org - download the windows client) and do

[PHP-WIN] can't connect to mysql

2003-07-03 Thread zicux
Hello, I have a problem with connecting to MySQL. It gives out message like this: Warning: mysql_connect(): Accessdeniedforuser: '[EMAIL PROTECTED]' (Using password: YES) What the heck does that password YES mean, cause I use another password. -- zicux

Re: [PHP-WIN] can't connect to mysql

2003-07-03 Thread Doris Pelger .:. Eva Horner
Hi Zicux Using password: YES, means that you have to use the password when connecting to the db. If you cannot connect with your password, you do not have the proper rights. You could then turn to the MySql manual and check the Grant and privileges section. Cheers, Doris - Original Message

[PHP-WIN] profanity filter/list

2003-07-03 Thread Croskerry, Dan
I am writing a standard guestbook application. However, I have to make absolutely sure that no profanity appears on this particular site. I could have the entries sit in the DB and wait to be approved by me but that would mean a lot of work on my part. Does anyone know of a script that filters

[PHP-WIN] php 4.3.2 cgi 404 error

2003-07-03 Thread arakaht
Hello: I am running a win2k iis server and attempting to install php 4.3.2. I am running php in cgi mode. c:\php has permissions set. The ini.php is located in both %system% and c:\php. cgi redirect is set to 0, extention_dir is set to c:\winnt\sysstem32, Doc_root = c:\Inetpub\wwwroot, app

[PHP-WIN] Re: ASSISTANCE NEEDED

2003-07-03 Thread Hugh Bothwell
Louis [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Mariam Abacha [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I am sorry for the embarrassment this letter might cause you as we have not had any correspondence before this letter. I got your address through my

[PHP-WIN] Re: Connect Active Directory using LDAP... please help :)

2003-07-03 Thread sven
hi vince, Vince C wrote: ?php $ldaphost= company.com; if(!($ldap = ldap_connect($ldaphost,389))){ die(ldap server cannot be reached); } else { $oudc = dc=company, dc=com; $dn2 = ; $password = ; did you define your user and password? afaik win ad isn't searchable by anonymous. ciao

[PHP-WIN] Re: Connect Active Directory using LDAP... please help :)

2003-07-03 Thread Vince C
Hi Sven, I have tried to put the my login username in that place. But it showed Invalid Credental. Since I am new to this AD and LDAP, would it be the format of my username? Should I just put my login username, or should I put the whole bunch of line such as CN=my name, DN= something like