[PHP] private functions

2001-09-07 Thread Lukas
n once you get an error. Apparently it doesn't like redeclaring the inside function the second time you call the outside function... this seems strange to me. Any help would be appreciated. Lukas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Re: Terms used in search engine.

2001-09-13 Thread Lukas
http://google.yahoo.com/bin/query?p=using+xsl+in+jsp+pages&hc=0&hs=0 This would be the referrer page, you could then parse out the 'q' parameter for google, or the 'p' one for Yahoo! for keywords. Easiest way would be to do a split() or something i guess. Lukas "Kunal Jh

[PHP] Re: Email checking

2001-09-13 Thread Lukas
Max, Unfortunately even going part way thru sending mail to someone to verify their email address doesn't guarantee that it is a valid email, the accepting SMTP server may or may not verify the recipient user in realtime, it may que it and then return invalid mail a little later. Lukas

[PHP] php website

2001-09-21 Thread Lukas
Hello, hey is it just me or is the manual on the PHP website all mixed up at the moment ? When you click on the "Documentation" / "English" links it just takes you to a search page ! Similiarly for functions and so on. Lukas Sofnology Ltd -- PHP General Mailing List (htt

[PHP] Re: Running Programs.....

2001-09-26 Thread Lukas
Anthony, "Anthony" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > Im trying to use PHP to execute a program, called J-Express, and its run > through the command shell through ./J-Express. > What do I use in PHP so that this program will be automatically

[PHP] Re: Dated/Timed actions

2001-10-02 Thread Lukas
like you describe below. Lukas "Stephane Besnard" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > Does anybody know how to generate 'dated/timed actions' with PHP? > > By this I mean, for instance, au

[PHP] RE: [PEAR-DEV] New Metabase Aniversary release

2002-01-22 Thread Lukas Smith
standard. FYI: there has been a lot of discussion about this project in the last couple months (especially december irrc) on the pear-dev mailinglist. So some questions might allready be answered there. Best regards, Lukas Smith [EMAIL PROTECTED] ___ DybNet Internet

[PHP] RE: [PEAR-DEV] [debugger] ??

2002-06-10 Thread Lukas Smith
SE IDE was bundeled with DBG version 2.10, but was dropped afterwards (dunno if the old version is still up on the site) PHPEdit is Opensource www.phpedit.com Maguma Light is freeware www.maguma.com Best regards, Lukas Smith [EMAIL PROTECTED] ___ DybNet Internet Soluti

RE: [PHP] newbie : how to access functions in seperate files???

2001-09-03 Thread Lukas Smith
best practice. what you want todo is split them up by purpose so you can include as needed also check the differences on include (include_once) versus require (require_once) greets, Lukas Smith [EMAIL PROTECTED] DybNet Internet Solutions GbR Alt Moabit 89 10559 Berlin