[PHP] Can't load php_ldap.dll - Module doesn't exist???

2002-04-11 Thread John Steele
Hello, I'm getting this error from IIS/NTSP4 - but the php_ldap.dll module is right next to the php_gd.dll module I'm loading (along with several others, but that doesn't seem to make any difference). What module is it looking for? John -- /* SteeleSoft Consulting

[PHP] 4.1.2 Issues: ldap & $PHP_SELF help!

2002-04-10 Thread John Steele
't I've tried search engines and the archives, but no luck so far. Anyone have suggestions? Thanks, John -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... Dynamic Web Design PHP/MySQL/Linux/Hosting * www.steelesoftconsulting.com

Re: [PHP] printing in HTML or PHP

2002-03-18 Thread John Steele
my HTML generated by a PHP file. >>How can I do it? >> >>The line is: >> > > >print ""; > >?> > >E > >Erik Price >Web Developer Temp >Media Lab, H.H. Brown >[EMAIL PROTECTED] /* SteeleSoft Consulting John

[PHP] PHP 4.12 Locally, Deploy to Multiple Versions

2002-03-12 Thread John Steele
help/suggestions, John -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... Dynamic Web Design PHP/MySQL/Linux/Hosting * www.steelesoftconsulting.com [EMAIL PROTECTED] */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Filemaker Pro 5.5

2002-02-25 Thread John Steele
tables I'd appreciate anybody's input on this setup as I also haven't had experience with IIS in this manner. Thanks, John -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... Dynamic Web Design PHP/MySQL/Linux/Hosting * www.steel

Re: [PHP] Using 'Location' and variables

2002-02-20 Thread John Steele
ible, but I haven't found any info/examples >on >> >it >> >> >yet,.. >> >> > >> >> >What I have is a php script that processes data that been submitted by >a >> >> >FORM. >> >> > >> >> >That&

Re: [PHP] Using 'Location' and variables

2002-02-20 Thread John Steele
to go to. Now I know I can just whack them on the end of the >location header: > >header("Location: >http://www.somehost.com/somescript.php?name=fred&age=5";); > >But I don't want to use this method, I'd rather something similar to GET. > >BTW I'm us

Re: [PHP] Using 'Location' and variables

2002-02-20 Thread John Steele
hem on the end like a POST, but I'd prefer to >NOT get them there in the URL, like a GET does,... any ideas ?? > >Thanks in advance, > >Jim. -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... Dynamic Web Design PHP/MySQL/L

RE: [PHP] php.jobs

2002-02-01 Thread John Steele
riginal Message- >From: Brian Williams [mailto:[EMAIL PROTECTED]] >Sent: Friday, February 01, 2002 12:16 AM >To: [EMAIL PROTECTED] >Subject: [PHP] php.jobs > > >Hi, > >Where can I find a list of PHP Jobs (help wanted)? > >Thanks, >Brian -- /* SteeleSoft

Re: [PHP] Re: getting a LAMP job in this economy

2002-01-24 Thread John Steele
Come March you'll see >a noticeable change. Please mark my words :) > >Mike Frazer -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... Dynamic Web Design PHP/MySQL/Linux/Hosting * www.steelesoftconsulting.com [EMAIL PROTECTED] */

Re: [PHP] What version did $PHP_SELF still work?

2001-11-15 Thread John Steele
;$PHP_SELF still works fine, just make sure that register_globals is on. > >Also, don't forget that you must define global $PHP_SELF if you need to >use it within a function, like so: > >function foo() { >global $PHP_SELF; >} > >Mike > >John Steele wrote: &

Re: [PHP] Re: Books for PHP and MySQL Class

2001-11-15 Thread John Steele
ne to go for if you opt >for a separate MySQL book. > >PS I'm available as a guest lecturer :-) > >-- >Like music? http://l-i-e.com/artists.htm -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... Dynamic Web Design PHP/MySQL/Linux/Hosti

[PHP] What version did $PHP_SELF still work?

2001-11-15 Thread John Steele
install an earlier version, but I'm not sure which one (I'd like to use DBG though). I'd hate to have to go back to 4.0.2! Any advice welcome! John -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... Dynamic Web Design

Re: [PHP] PHP 4.0.6 $PHP_SELF empty?

2001-11-14 Thread John Steele
updated? Check umm, I think it >is register_globals > >-- >David Robley Techno-JoaT, Web Maintainer, Mail List Admin, etc >CENTRE FOR INJURY STUDIES Flinders University, SOUTH AUSTRALIA > > "I flatly deny this," said Tom under pressure. -- /* Steele

[PHP] PHP 4.0.6 $PHP_SELF empty?

2001-11-14 Thread John Steele
Hello, I just updated to v4.0.6 on win9x. Suddenly all my form-action scripts using $PHP_SELF quit working, as it's empty. Anyone know how to fix this? Thanks, John -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... Dynamic Web Design

Re: [PHP] %20

2001-11-14 Thread John Steele
B.V. >http://www.esites.nl >Minervum 7368 Telefoon: (076) 5 730 730 >4817 ZH BREDA Telefax: (076) 5 877 757 >___ -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... Dynamic Web Design PHP/MySQL/Linux/Hos

Re: [PHP] Re: $QUERY_STRING

2001-11-13 Thread John Steele
f I use "index.php?s=1", $HTTP_GET_VARS['s'] is 1, but I need the raw >>>query string because it's something like "index.php?1". >>> >>>Is this a known bug on PHP/WinXP? >>> >>>Regards, >>>Ernesto -- /* SteeleS

Re: [PHP] Problems with headers in redirect

2001-11-13 Thread John Steele
or IE6) I had to >change to using the header("Location: ") way. > >Only work around I can see is to do the redirection based on browser type >(i.e. one way for IE5, the other for IE5.5/IE6) but thats messy. > >Any other ideas??? > >Richy -- /* SteeleSoft Cons

Re: [PHP] for loop problem?

2001-11-13 Thread John Steele
>SQL: >CREATE TABLE passcodes ( > id int(11) NOT NULL auto_increment, > passcode varchar(255) NOT NULL default '', > PRIMARY KEY (id), > KEY id (id,passcode) >) TYPE=MyISAM; > >I'm beginning to think it's a MySQL problem also because this PHP SHOULD

Re: [PHP] for loop problem?

2001-11-12 Thread John Steele
> My word why all the quotes? >> > > > > >> > > > > > > > > > $connection = mysql_connect("blah","blah","blah"); >> > > > > $db = mysql_select_db("db_to_use", $connection); >> > &g

[PHP] header("Location: ...") correct implementation

2001-11-04 Thread John Steele
ffLine=0 [EMAIL PROTECTED] PrinterFont=Courier New LastSettingsCategory=3 RealName=John Steele MailboxSuperclose=1 EmptyTrashOnQuit=1 PrinterFontSize=8 SavePassword=1 SMTPServer=mail.earthlink.net TextAsDoc=0 [EMAIL PROTECTED] CheckForMailEvery=20 MainWindowState=1 SendMIME=1 SendUuencode=0 SendBi

Re: [PHP] LINE BREAK HELL

2001-11-02 Thread John Steele
= $name; >$common=$now . "|" . $type . "|" . $title . "|" . $size . "|" . $res . >"|" . $status ."|". $by . "|" . "\n"; >fwrite($fp,$common);// write to the file >fclose($fp);// close

[PHP] Delete element from an array (PHP3)

2001-10-05 Thread John Steele
unset_arr ($array) { if (phpversion() < 4) // get rid of the array element here... else unset ($array); } I'm assuming that I will have to do some shuffling of the array, and possibly return a new array with that element missing? Thanks for any help on this, John -- /* S

Re: [PHP] Oh and addition to "Emailing Files"

2001-07-29 Thread John Steele
access /manual/en/function.mail.php on this >server. > >Additionally, a 403 Forbidden error was encountered while trying to use an >ErrorDocument to handle the request. -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... PHP/MySQL/Lin

RE: [PHP] error using imagecreate function

2001-07-24 Thread John Steele
i get an fatal error message >> (shown below) >> >> >> Fatal error: Call to undefined function: >> imagecreate() in c:\website\draw.php on line 4 >> >> does any body know why this error accurs. >> >> Thanx >> >> Venomous -- /*