Re: [PHP] image* functions won't work.

2001-02-06 Thread David Robley
On Wed, 7 Feb 2001 17:52, Lauri Jakku wrote: > Hi, > i've installed latest apache and php.. and find out that the > image* functions dosen't work .. > > apache_1.3.17 > freetype-2.0.1 > gd-1.8.4 > jpeg-6b > php-4.0.4pl1 > > are compiled & installed without any whine .. What do you me

[PHP] AW: Sessions and Objects

2001-02-06 Thread Matthias Krehl
As far as I unterstood: No! The variables however should be accessible directly (*sic*). I wonder why there is no nice example documented how to take advantage of objects in PHP sessions. I'd really appreciate any hints! bye Matthias Matthias Krehl [EMAIL PROTECTED] > -Ursprüngliche Nachr

[PHP] Alternative PHP Cache

2001-02-06 Thread Herman Tolentino
Dear folks, Anybody out there with experience using Alternative PHP Cache (http://apc.communityconnect.com)? I am at a loss for information regarding its use with PHP, specifically, Zend Optimizer. Thanks in advance. Herman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m

Re: [PHP] XSLT problems....

2001-02-06 Thread sterling hughes
Javier Muniz wrote: > > In my experience this is caused by an error in your .xsl... not exactly > the most verbose error so I don't know what's actually happening here. > > -jm > Yup, it is, to correct this, place the following function in your xslt document:: function report_xslt_error($pars

Re: [PHP] GD, TTF, and Anit-Alias

2001-02-06 Thread Lauri Jakku
On Tue, 6 Feb 2001, Brandon Orther wrote: > Hello > > I am making a php script that make an image with the text that I send to the > script. What I was wondering is if there was an anti-alias function in GD > for my test. > i've made one that has zoom function and 4 buildin styles done with php

[PHP] image* functions won't work.

2001-02-06 Thread Lauri Jakku
Hi, i've installed latest apache and php.. and find out that the image* functions dosen't work .. apache_1.3.17 freetype-2.0.1 gd-1.8.4 jpeg-6b php-4.0.4pl1 are compiled & installed without any whine .. -- Terv. \-^-/ ( o o ) v- Idiots tr

[PHP] Time problem

2001-02-06 Thread Roman
Hello !! I have one problem with mysql database. In table i have 2 arrays with time format. For example this arrays calls IN and OUT. In php script i want to have distinction between this arrays. For example IN is 8:30:45 and OUT is 16:45:15 and result will be: 8:14:30. Exists any functi

[PHP] PHP Contractor In Israel

2001-02-06 Thread Shimon Dekel
I am looking for someone able to do PHP contract or consulting work in Tel-Aviv Israel, Please write directly to me: [EMAIL PROTECTED] Thanks == Shimon Dekel, Israeli Vegetable Board Information System Manager 2 Karlibach St Tel-Aviv 67132

[PHP] phplib phplib-7.2b is severely inconsistent

2001-02-06 Thread Jeff
Can anyone explain this? I thought phplib was supposed to provide a consistent interface to databases. If you depend on the mysql and pgsql layers to work the same you are screwed. Their connect method inconsistency is pathetic. One function returns a value and the other does not. This code i

[PHP] Emacs PHP doc/ref system?

2001-02-06 Thread Phil. C
Does anyone know of a PHP quick reference or documentation system for Emacs? I have been playing around with the HTML manual, trying to get it to load into a window based on the current function, but I'm not having much success. Any help would be greatly appreciated! Thank you, Phil. -- PHP G

Re: [PHP] How to use phpIRC and question about HTML streaming!

2001-02-06 Thread Zenith
Thanks you very much!! -- PHP General 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 PROTECTED]

Re: [PHP] software development qu

2001-02-06 Thread Dean Hall
Okay, since no one seems interested in replying, I'll put it a different way. Does anyone know of a language-independent way to document an API? I've thought of writing Java interfaces or using IDL, but I'd like to hear if anyone has a better idea. Dean. ""Dean Hall"" <[EMAIL PROTECTED]> wrote

Re: [PHP] sending mail with PHP from web

2001-02-06 Thread Steve Werby
"Yamin Prabudy" <[EMAIL PROTECTED]> wrote: > i had make a web interface to send announcement mail to my customers,..rite > now i had about 500 > once I send mail to my customers my server hang ( i guess to much open > file)...i complie by kernel again to get a big descriptor, but still worried > a

Re: [PHP] Retrieve item from table at random

2001-02-06 Thread Steve Werby
"David Robley" <[EMAIL PROTECTED]> wrote: > On Wed, 7 Feb 2001 11:28, enthalpy wrote: > > anyone have example code for randomly grabing an item from a mysql table? > > > > Mysql 3.23 will let you order by RAND() and you could use a LIMIT to > restrict to one result. I haven't tried it, though. I

Re: [PHP] Header Location Question

2001-02-06 Thread David Robley
On Wed, 7 Feb 2001 13:27, Jeff Oien wrote: > I have the code below within a larger web page which is > like a portal. When I submit the form, I get this message: > > > Warning: Cannot add header information - headers already sent by (output > started at c:\apache\htdocs\index1.php3:9) >

Re: [PHP] Odd question regarding creating a php file

2001-02-06 Thread Steve Werby
"Dusten" <[EMAIL PROTECTED]> wrote: > fwrite($fp, " $result = mysql_query("SELECT * from winLoss WHERE > login='$login'AND pass='$pass'"); >?> > Ive ommited the redundant things. Basicly it just creates this: SELECT * > from winLoss WHERE login=''

Re: [PHP] Indexing Engine

2001-02-06 Thread Steve Werby
"Diego Fulgueira" <[EMAIL PROTECTED]> wrote: > I was wondering if anyone around knows of a tool (free if possible) to index > all the pages of my website and implement a search engine. I prefer it to > run on NT. My favorite is mnoGoSearch (formerly udmsearch) found at http://search.mnogo.ru/. I

Re: [PHP] Alarm/Timer in PHP??

2001-02-06 Thread Rasmus Lerdorf
Just use the standalone php binary and write yourself a little php script and run it from your cron periodically. -Rasmus On Wed, 7 Feb 2001, GAYTAN BAHAMONDEZ DANIEL EDUARDO wrote: > Hi there, > I need to do some kind of alarm in php, I have a date(dd-mm-) > in mysql and need that sy

Re: [PHP] parent constructor

2001-02-06 Thread Aaron Tuller
ok, I == dumb. this works: $parentClass = get_parent_class($this); eval("$parentClass::$parentClass();"); still, I think I should be able to do what I wrote below. -aaron At 8:05 PM -0800 2/6/01, Aaron Tuller wrote: >why doesn't this work? > >$parentClass = get_parent_class($this); >parent::{

Re: [PHP] Name of Class' instance

2001-02-06 Thread Steve Werby
"Boget, Chris" <[EMAIL PROTECTED]> wrote: > So if you do: > > $joeBob = new myClass(); > > "myClass" can somehow know that "joeBob" is the name of > it's instance? > > I'm thinking 'no', but would like verification. I'm not aware of a way to do so. I'm curious why you'd want to? If you want to

php-general Digest 7 Feb 2001 04:14:56 -0000 Issue 497

2001-02-06 Thread php-general-digest-help
php-general Digest 7 Feb 2001 04:14:56 - Issue 497 Topics (messages 38394 through 38486): Re: I wish: IIS and ISAPI $PHP_AUTH_USER 38394 by: Phil Driscoll 38457 by: Shane McBride 38458 by: Shane McBride Re: GD 38395 by: Web Admin Re: Parse error on blank li

RE: [PHP] XSLT problems....

2001-02-06 Thread Javier Muniz
In my experience this is caused by an error in your .xsl... not exactly the most verbose error so I don't know what's actually happening here. -jm -Original Message- From: Chris Lee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 5:34 PM To: [EMAIL PROTECTED] Subject: [PHP]

[PHP] parent constructor

2001-02-06 Thread Aaron Tuller
why doesn't this work? $parentClass = get_parent_class($this); parent::{$parentClass}(); I get a parse error. can I not use variable functions with the "::" syntax? I tried eval() and it loses the context. thanks for the help! -aaron -- PHP General Mailing List (http://www.php.net/) To uns

Re: [PHP] [newbie] minor trouble with "while, list and explode" from a text-file

2001-02-06 Thread David Robley
On Wed, 7 Feb 2001 14:14, SED wrote: > Hi, I'm trying to figure out how to do this right: > > I have this text file: > > date 1 | head 1 | text 1 > date 2 | head 2 | text 2 > date 3 | head 3 | text 3 > > And I want to display in a HTML-page like this: > > date 1 > he

Re: [PHP] Alarm/Timer in PHP??

2001-02-06 Thread Michael Kimsal
No. PHP simply executes a script when it is called by something. An option would be to an external 'something' automatically call PHP periodically. At that point, the script that is invoked could do periodic maintenance (check DB, warn you if date in MYSQL is < 1 week, etc.) We have a service

[PHP] Header Location Question

2001-02-06 Thread Jeff Oien
I have the code below within a larger web page which is like a portal. When I submit the form, I get this message: Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\index1.php3:9) Can I get it to take me to the BigCharts site a

Re: [PHP] File upload - ascii format

2001-02-06 Thread David Robley
On Wed, 7 Feb 2001 13:58, David Robley wrote: > On Wed, 7 Feb 2001 13:42, Shane McBride wrote: > > > How can I ensure that a file is transferred in ascii mode using the > > > > following: > action="do_upload.php"> > > > > File to Upload: > > > > emplresults.txt > value="emplresults">  applresu

[PHP] [newbie] minor trouble with "while, list and explode" from a text-file

2001-02-06 Thread SED
Hi, I'm trying to figure out how to do this right: I have this text file: date 1 | head 1 | text 1 date 2 | head 2 | text 2 date 3 | head 3 | text 3 And I want to display in a HTML-page like this: date 1 head 1 text 1 date 2 head

Re: [PHP] File upload - ascii format

2001-02-06 Thread David Robley
On Wed, 7 Feb 2001 13:42, Shane McBride wrote: > > How can I ensure that a file is transferred in ascii mode using the > following: action="do_upload.php"> > > File to Upload: > > emplresults.txt value="emplresults">  applresults.txt name="file_type" value="applresults"> name="submit" value="

[PHP] which template?

2001-02-06 Thread Thomas Jaske
Which template can I use to do this simply? $template = new Template(); $template->assign(content_item, placeholder); $page = template($template_file); $page->print(); thanks! tomo __ FREE Personalized Email at Mail.com Sign up at http://www.mail.com

[PHP] Alarm/Timer in PHP??

2001-02-06 Thread GAYTAN BAHAMONDEZ DANIEL EDUARDO
Hi there, I need to do some kind of alarm in php, I have a date(dd-mm-) in mysql and need that system warn me a week or so before that date, is there a function like that in php?? Thanks in advance Daniel Gaytan B. -- PHP General Mailing List (http://www.php.net/) T

[PHP] Can I do this to write out html file using fopen

2001-02-06 Thread [EMAIL PROTECTED]
Hi people, the syntax below is what I intend to use it to write out the customer detail on a new file according the customer ID. I only make it rough and short and did not go too detail on it, have limited experience oho here in some way. https://www.manageasy.com/" . "requestDetail.php3?filena

[PHP] File upload - ascii format

2001-02-06 Thread Shane McBride
How can I ensure that a file is transferred in ascii mode using the following: File to Upload: emplresults.txt  applresults.txt I think it may be how you specify the enctype? - Shane

[PHP] sending mail with PHP from web

2001-02-06 Thread Yamin Prabudy
Hi there,... i had make a web interface to send announcement mail to my customers,..rite now i had about 500 once I send mail to my customers my server hang ( i guess to much open file)...i complie by kernel again to get a big descriptor, but still worried about the hang problemi put a delay i

Re: [PHP] Retrieve item from table at random

2001-02-06 Thread David Robley
On Wed, 7 Feb 2001 11:28, enthalpy wrote: > anyone have example code for randomly grabing an item from a mysql table? > Mysql 3.23 will let you order by RAND() and you could use a LIMIT to restrict to one result. I haven't tried it, though. -- David Robley| WEBMASTER &

Re: [PHP] passing array to function?

2001-02-06 Thread David Robley
On Wed, 7 Feb 2001 11:30, Jaxon wrote: > How do you write a function that takes an array as an argument? > > Could someone please point me at an example? > > Regards, > Jaxon Try this: $val"; } } $fruits=array("a"=>"apple","b"=>"banana","c"=>"cucumber","d"=>"apricot",); show_e

[PHP] Getting referrer page

2001-02-06 Thread Dennis Gearon
Is there any way in straight HTML to get the page referred from and make a link out of it? Or is scripting languages, like my favorite, PHP, the only way to do that? -- Sites by friends of mine: http://www.myhiddentreasures.com/ ___

[PHP] XSLT problems....

2001-02-06 Thread Chris Lee
test.xml 1 :PHatCat http://freshmeat.net/projects/phatcat/ A PHP CueCat Decoder. Oct 9th 2000 Web/Applications GPL 2 About Me http://freshmeat.net/projects/aboutme/ A system for recording/sharing preferences Apr 18th 2000 Web/Tools GPL test.xsl http://www.w3.org

Re: [PHP] breaking up images to sets of 5

2001-02-06 Thread enthalpy
well that should do it for me i already have all the code i was unaware that there was a limit command.. i should be able to do something like url.php?limit=0,5 or something like that <-CoreComm-Internet-Services--http://core.com/-> (Jon Marshall CoreComm Services Ch

Re: [PHP] breaking up images to sets of 5

2001-02-06 Thread Mark Green
Boy my syntax on that one sure was rough... think I need another coffee! Hope you get the idea thou, Limit is really useful for moving through large queries ;] Mark Green wrote: > > enthalpy wrote: > > > > i use mysql to store urls for all my images and have php query that for > > the images. is

Re: [PHP] breaking up images to sets of 5

2001-02-06 Thread Mark Green
enthalpy wrote: > > i use mysql to store urls for all my images and have php query that for > the images. is there an easy way to set it up so it does 5 at a time and > has a lil next 5 link at the bottom.. the entriees in the table are not > numbered. Append your SQL query with LIMIT $edge,

[PHP] breaking up images to sets of 5

2001-02-06 Thread enthalpy
i use mysql to store urls for all my images and have php query that for the images. is there an easy way to set it up so it does 5 at a time and has a lil next 5 link at the bottom.. the entriees in the table are not numbered. <-CoreComm-Internet-Services--http://core.com/-> (Jon Marshal

RE: [PHP] MD5 / crypt

2001-02-06 Thread Dan Harrington
> If your encryption is meant to be anything near secure, there is only > one way: > DON'T Well, this is true. I kinda just want to be able to pass things back and forth without giving the average user the ability to even have a clue as to what I am doing. If they can't see, they will have less

[PHP] Retrieve item from table at random

2001-02-06 Thread enthalpy
anyone have example code for randomly grabing an item from a mysql table? <-CoreComm-Internet-Services--http://core.com/-> (Jon Marshall CoreComm Services Chicago) ([EMAIL PROTECTED] Systems Engineer II) ([EMAIL PROTECTED] Network Operations) <--

[PHP] passing array to function?

2001-02-06 Thread Jaxon
How do you write a function that takes an array as an argument? Could someone please point me at an example? Regards, Jaxon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admin

[PHP] MANY GREAT THANKS!!!

2001-02-06 Thread Jericho Barimen
Guys, Thousand blessings for all the help I got from all of you. There are still lots of thinsg I do not understand, but I learnt a LOT tonight. You won't believe it... I was stuck reading the boring tutorials and books and fed up. After all your great help, I have just created a very very simp

Re: [PHP] Date Formatting

2001-02-06 Thread Steve Edberg
At 3:04 PM -0800 2/6/01, Richard Scott Crawford wrote: >Cold Fusion has a wonderful function called CreateODBCDate(), which >takes as an argument any date in just about any format and returns a >standard ODBC date format that you can plug into a database without >worrying about conversion. > >D

Re: [PHP] Odd question regarding creating a php file

2001-02-06 Thread Chris Lee
there are a few errors in here. number one being this. echo "... mysql_query("SELECT ..."; do you see it? youve got the " in the middle there, that is ending your " " section, not what you wanted right. second too is the fact anything in " " will be evaluated, anything in ' ' will not. fwrite($

[PHP] Io Ports?

2001-02-06 Thread Chris
Hi, Is it possible to access IO ports with PHP, specifically the parallel port. I would like to do this with php, not printing functions, but access to the port, like being able to control LED's, etc. I didn't see any functions in php for that so I think I probably have to use C or something. C

Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER

2001-02-06 Thread Shane McBride
Phil, Hey check out this thread: http://www.phpbuilder.com/forum/read.php3?num=3&id=100242&thread=100047 - Original Message - From: "Phil Driscoll" <[EMAIL PROTECTED]> To: "Shane McBride" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 11:14 AM Subject: Re: [PHP

Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER

2001-02-06 Thread Shane McBride
Phil, Did you happen to copy the php4ts.dll into the winnt directory? I am not sure of the error you are getting, but it may help? - Original Message - From: "Phil Driscoll" <[EMAIL PROTECTED]> To: "Shane McBride" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 06,

Re: [PHP] Questions about simple php problems

2001-02-06 Thread David VanHorn
> >Here's what my normal "Index.php" looks like. > > > > Well.. the mailing list munged it.. I can email you a copy if you're interested. -- Dave's Engineering Page: http://www.dvanhorn.org Where's dave? http://www.findu.com/cgi-bin/find.cgi?kc6ete-9 -- PHP General Mailing List (http://

Re: [PHP] Questions

2001-02-06 Thread Jericho Barimen
--- Josh G <[EMAIL PROTECTED]> wrote: > Any of you guys care to enlighten this fellow any > further than me? Thank you for your reply. It helps a lot. Thanks to everyone who took this effort to reply to me. I just try to learn and taklking to experienced people seems a good wayto learn. > Pleas

Re: [PHP] MD5 / crypt

2001-02-06 Thread David VanHorn
> >GET or POST-Parameters are for user-input. Handing information over to the >client and taking it back later is a potential security leak. If you have >no means of revalidating the information after it crossed the so called >trust boundary, you should't do it. >Send a handler, some random an

Re: [PHP] How to use phpIRC and question about HTML streaming!

2001-02-06 Thread Alexander Wagner
Zenith wrote: > I have readying "web application develoment with PHP4.0" by Tabias > Ratschiller and Till Gerken at these days! > In chapter 3, I have talk about creating a IRC client with phpIRC and > HTML streaming, > but it hasn't talk too much about the implementation, also, it > haven't talk

[PHP] Odd question regarding creating a php file

2001-02-06 Thread Dusten
I'm having trouble creating a php file. I've tried to explain it to the peeps in IRC but am having trouble. It'll be easier to paste my code: ... $result2 = mysql_query("INSERT INTO winLoss(login, pass) VALUES('$login', '$pass')"); if($result2) { $fp = fopen ("/home2/colorado/public

Re: [PHP] Questions about simple php problems

2001-02-06 Thread David VanHorn
> >I think it's just "test.html", although I am not 100% >sure. I will check that. Maybe this is the reason... I hit this early on too. I write my code on a windows machine, and upload it using cute-ftp to the server, which is linux. I started out trying to make files like "file.ext" on windows

Re: [PHP] Is PHP integrated with LDAP?

2001-02-06 Thread Alex Akilov
Zhu George-CZZ010, There is an LDAP extension in PHP. Check the manual. Alex -- PHP General 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 PROTECTED]

Re: [PHP] MD5 / crypt

2001-02-06 Thread Alexander Wagner
Dan Harrington wrote: > What is the best way to encrypt/decrypt strings when passing between > php pages? If your encryption is meant to be anything near secure, there is only one way: DON'T GET or POST-Parameters are for user-input. Handing information over to the client and taking it back la

Re: [PHP] Java Servlet Support

2001-02-06 Thread Alex Akilov
"Shawn J. Wallace" wrote: > That sounds excellent. So if I understand you correctly, I could run > Apache with JServ (or Tomcat) and build PHP into it to get a nice > solution. I could then write servlets that call PHP scripts/functions and > vice versa? You betcha. Alex -- PHP General Mai

RE: [PHP] Error with Cookies and SSI

2001-02-06 Thread Ben Wiechman
Yes, the project is a small stock ticker. The user creates an account, and selects their own stocks, their login name is stored in a cookie, so to view their own custom stock when they return to the page the script needs to read the cookie and pull up the users information. When I try to run the

RE: [PHP] MD5 / crypt

2001-02-06 Thread James Atkinson
I've run into this befor run base64_encode() on the string befor you pass it around then base64_decode() after you get it where its going. - James > Hello, > > What is the best way to encrypt/decrypt strings when passing between php > pages? > > I am using md5 and currently get strings that prod

[PHP] Indexing Engine

2001-02-06 Thread Diego Fulgueira
I was wondering if anyone around knows of a tool (free if possible) to index all the pages of my website and implement a search engine. I prefer it to run on NT. THNKS!! Diego Fulgueira. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Date Formatting

2001-02-06 Thread Richard Scott Crawford
Cold Fusion has a wonderful function called CreateODBCDate(), which takes as an argument any date in just about any format and returns a standard ODBC date format that you can plug into a database without worrying about conversion. Does PHP have a similar function? I've looked for one but can

Re: [PHP] MD5 / crypt

2001-02-06 Thread David VanHorn
> >e.g. >5V"g\7`Qv1Sc]aV&Q4a6#bW>SbU!f_4V1QvPaUe 5Q!c b Something else is "helping" you. MD5 output does not look like that. MD5 is 32 hex chars, 0-9 and a-f I have not tried passing MD5 values out to the browser though, it may be the browser "helping". I use MD5 extensively on my spamwhack

[PHP] MD5 / crypt

2001-02-06 Thread Dan Harrington
Hello, What is the best way to encrypt/decrypt strings when passing between php pages? I am using md5 and currently get strings that produce "unprintable" characters or characters like slashes or other things that could interfere with the passing between php pages. (e.g. http://server.asdf/actio

[PHP] Questions

2001-02-06 Thread Josh G
Any of you guys care to enlighten this fellow any further than me? Please reply to the list, not me :) Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering. - Original Message

RE: [PHP] Questions about simple php problems

2001-02-06 Thread Thor M. Steindorsson
Answers are numbered according to questions. 1. Contact your hosting provider about this one. 2. Unless the webserver is instructed to let php handle html files, you cannot include php code within html. It has to be a php file so php can process it. 3. Again, contact your hosting provider and as

[PHP] Just a thanks

2001-02-06 Thread Josh G
Just a thanks to everyone on this list, for being helpful, and for being tolerant. It seems it's a rare thing these days. Just thought I'd let you guys know, that back when I was learning PHP (i'm a bit of an old hat by now), this list really helped me out, so now I'm try to contribute as much as

[PHP] Questions about simple php problems

2001-02-06 Thread Jericho Barimen
Hello everybody, I would like to ask you for some help with PHP. I am a newbie both to the list and to PHP. I try to learn from the books and manuals, but there are some things I do mnot understand and I can't read it anywhere in the books. Please take a moment and reply to my mail. I know that

[PHP] Name of Class' instance

2001-02-06 Thread Boget, Chris
I think I already know the answer to this question, but I just want to make certain. Is there a way that a class can know the name of the variable used to instantiate it? So if you do: $joeBob = new myClass(); "myClass" can somehow know that "joeBob" is the name of it's instance? I'm thinking

Re: [PHP] PHP/Majordomo web interface

2001-02-06 Thread Martin A. Marques
El Mar 06 Feb 2001 18:39, Jaguwar escribió: > Oh bother! What you are doing sounds like it's on the way to what I'm > looking for, at the very least! I guess it will take me longer than I'd > thought, though. On the other hand, it'll be one heck of a learning > ground! Well, when I sent the ma

RE: [PHP] framing search results

2001-02-06 Thread Jason Dulberg
Thanks for your help on this! Because the links that are on the HTML pages won't be determined by myself (and won't be encoded), I need to encode them when they are read by the script. All that I do is put the call to the php script onto the link. So what I tried to do is plugged the code below

Re: [PHP] Change Password script

2001-02-06 Thread enthalpy
i figured a better way to do it.. ill just have to run a cron that check a flat file thats encrypted. <-CoreComm-Internet-Services--http://core.com/-> (Jon Marshall CoreComm Services Chicago) ([EMAIL PROTECTED] Systems Engineer II) ([EMAIL PROTECTED]

Re: [PHP] PHP/Majordomo web interface

2001-02-06 Thread Jaguwar
Oh bother! What you are doing sounds like it's on the way to what I'm looking for, at the very least! I guess it will take me longer than I'd thought, though. On the other hand, it'll be one heck of a learning ground! :-) Gracìas, Martin! Michelle - Original Message - From: "Martin A.

[PHP] RE: [PHP-DB] PHP, MySQL and XML

2001-02-06 Thread Ryan Gaul
http://freshmeat.net/projects/exist/ -Original Message- From: Thor M. Steindorsson [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 5:57 PM To: php-general; php-db Subject: [PHP-DB] PHP, MySQL and XML Does anyone have a solution for importing data from a RDF-XML file into a My

RE: [PHP] Error with Cookies and SSI

2001-02-06 Thread DanO
sounds like your php script cannot write to the header, which means you'll have to set cookies (gasp!) client-side. there are some handy javascript cookie libraries that can make this much easier on you. such as: http://hotwired.lycos.com/webmonkey/javascript/code_library/wm_ckie_lib/ fear not

Re: [PHP] Dear Friends & Future Millionaire:

2001-02-06 Thread Duncan Hill
On 2001-02-06, Hi Tech Services did say, > > AS SEEN ON NATIONAL TV: > PLACE YOUR ORDER FOR THESE REPORTS NOW : > > REPORT# 1: The Insider's Guide to Advertising for Free on the Net Can we _please_ get the full headers for this message?

Re: [PHP] PHP/Majordomo web interface

2001-02-06 Thread Martin A. Marques
El Mar 06 Feb 2001 16:38, Jaguwar escribió: > I'm wondering if such a thing already exists as a "package". I'd like to > be able not only to manage a mailing list, but also to view message > archives, have users subscribe and so on. A bit like eGroups. I have been looking for something that tho

[PHP] Error with Cookies and SSI

2001-02-06 Thread Ben Wiechman
I am having a problem getting a php script to read a cookie that should be set. I have to incorporate the output of a php script into an existing page that uses SSI to do a virtual include of my php script. i.e. Problem is, when I do this, the script does not set the cookie variables. If I just

[PHP] usort Issues and Classes

2001-02-06 Thread Jason Mowat
Greets, I am playing around with usort and an LDAP class. Basically, I want to sort the results of an LDAP search based on a specific criterion. class CLDAP { var $m_Entries; var $m_LinkIdentifier; ... function Connect() { ... } function Bind() { ... } function FindEn

[PHP] Is there a way to call php functions in perl? and vice versa

2001-02-06 Thread david klein
Is there a way to call php functions in perl? or call perl functions from PHP codes? Thanks, David _ Get your FREE download of MSN Explorer at http://explorer.msn.com -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Dear Friends & Future Millionaire:

2001-02-06 Thread Hi Tech Services
AS SEEN ON NATIONAL TV: Making over half million dollars every 4 to 5 months from your home for an investment of only $25 U.S. Dollars expense one time THANK'S TO THE COMPUTER AGE AND THE INTERNET ! == BE A MILLIONAIRE LIKE OTHERS WITHIN A YEAR

[PHP] software development qu

2001-02-06 Thread Dean Hall
Hope this isn't too off-topic. [Background:] I'm developing a enterprise web development platform of sorts; the details aren't too important, but I'm looking for a way to keep this as general as possible. PHP is my embedded language of choice, and I'll develop the software in PHP first, but I'd

[PHP] Outline text using GD

2001-02-06 Thread Brandon Orther
Hello, Does anyone know how to outline text in GD? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing Lis

[PHP] porting a php3 module/patch to php4

2001-02-06 Thread Benjamin Elijah Griffin
Having seen Richard Lynch write recently on this list: : There really were very, very, very few changes from PHP3 to PHP4, : considering it was a complete re-write of the engine. I think I am going to break down and ask for tips, tricks, etc, porting a php3 module to php4. This thing was written

Re: [PHP] undefined symbol: __dn_expand ???

2001-02-06 Thread Steve Smith
On Tue, 6 Feb 2001, Jeffrey Dyer wrote: > Hey, I'm on Mandrake 7.1. I installed PHP 4.0 without any errors, using > the following: ./configure --with-mysql=/usr/local/mysql > --with-apxs=/usr/local/apache/bin/apxs --with-gnu-ld make make install > > It seemed to go fine -- no errors during ins

[PHP] PHP/Majordomo web interface

2001-02-06 Thread Jaguwar
I'm wondering if such a thing already exists as a "package". I'd like to be able not only to manage a mailing list, but also to view message archives, have users subscribe and so on. A bit like eGroups. Thanks. Michelle (Jag) -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] The meaning of myurl.myurl2.com

2001-02-06 Thread John Huggins
> What is the meaning of a URL that has two periods in it? For example > > http://www.myloc.aristesoftware.com > > Where does that take the sufer relative to the root of > aristesoftware.com? > > Todd Somewhere the above host name resolves to an IP address. It is just a different host. In the

[PHP] Blur text using GD and TTF

2001-02-06 Thread Brandon Orther
Hello, is there a way to blur text at all, I am trying to make a drop shadow effect. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

Re: [PHP] The meaning of myurl.myurl2.com

2001-02-06 Thread Kurth Bemis
At 02:08 PM 2/6/2001, Todd Cary wrote: nop.. its another server beneath the aristesoftware.com TLD. for instance www.aristesoftware.com refers to the machine named "www" on the domain aristesoftware.com. I'd advise that you read about the structure of the Internet and how everything on the i

Re: [PHP] OCILogOn and OCILogOff

2001-02-06 Thread Reuben D Budiardja
I have looked at the comment there, even before I send message to the list. But I'm still wondering how can I disconnect from the Oracle db then? is it actually doing anything? When I developed our own API using ora_*, I never called ora_logoff at the end of every session, because ora_logoff d

[PHP] undefined symbol: __dn_expand ???

2001-02-06 Thread Jeffrey Dyer
Hey, I'm on Mandrake 7.1. I installed PHP 4.0 without any errors, using the following: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-gnu-ld make make install It seemed to go fine -- no errors during installation, however, when I try to start apache I g

[PHP] binmode() in php?

2001-02-06 Thread Joel Alan Chornik
is there an equivalent in PHP to Perl´s binmode() function? does anyone know? thanks, Joel. -- PHP General 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 PROTECT

[PHP] How to use phpIRC and question about HTML streaming!

2001-02-06 Thread Zenith
I have readying "web application develoment with PHP4.0" by Tabias Ratschiller and Till Gerken at these days! In chapter 3, I have talk about creating a IRC client with phpIRC and HTML streaming, but it hasn't talk too much about the implementation, also, it haven't talk much about HTML streaming.

[PHP] The meaning of myurl.myurl2.com

2001-02-06 Thread Todd Cary
What is the meaning of a URL that has two periods in it? For example http://www.myloc.aristesoftware.com Where does that take the sufer relative to the root of aristesoftware.com? Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] Help w/ PHP2 install

2001-02-06 Thread Doug Taylor
Hello, I posted a message a few days back about a compile error I was getting on a Apache install w/ PHP2, PHP4, msql, mysql, and ssl. I haven't had any response, so I decided to try and simplify and isolate the problem by eliminating PHP4, mysql, and ssl. Basically, I've prepped PHP2 as an Apa

Re: [PHP] GD, TTF, and Anit-Alias

2001-02-06 Thread Web Admin
Hi Brandon, You asked me in a private e-mail about anti-aliasing. As far as I know if ImageTTFText function, if you use negative color reference [such as -1, -2], It turns off the anti aliasing. I think the text is automatically antialiased using a positive number. Anyone, with a sharp idea? ;-) A

RE: [PHP] Passing an array as an argument.

2001-02-06 Thread Ryan Gaul
try: function process_members($asker_rank, $total_members, $email=array()) { global $database_mysql; mysql_select_db($database_mysql); while (list ($key, $val) = each ($email)) { echo "$key => $val"; } } process_members($asker_rank, $total_members, $email); Your ori

[PHP] Sessions and Objects

2001-02-06 Thread Conover, Ryan
If I save an object as a session var. will I still have access to its methods. Ryan -- PHP General 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 PROTECTED]

  1   2   >