[PHP] PHP and Oracle resources

2001-01-27 Thread Kristofer Widholm
Well, I've been given the joyous task of implementing the DaveTV project at CBS via PHP, using Oracle as a database. I've never used Oracle before. Looking at the PHP functions for Oracle, and having heard about it in the past, it seems like quite a different approach than any SQL database I'

[PHP] Re: Using PHP to do centralized site authentication

2001-01-27 Thread Kristofer Widholm
>I'm trying to do something in PHP4.0.4p1 that in the past I've done in >mod_perl, but appears to be more difficult. Basically I have some PHP >code that does access checks against a DB to see if that user has access >to the requested URL. I'm using mod_layout to call the PHP script so I >can wr

Re: [PHP] IIS and PHP authorization

2001-01-27 Thread Rasmus Lerdorf
There is an ISAPI module. On Sun, 28 Jan 2001, Shane McBride wrote: > I thought PHP would only run as CGI on IIS? Right now I'm trying to config > Apache. > > - Original Message - > From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> > To: "Shane McBride" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECT

Re: [PHP] IIS and PHP authorization

2001-01-27 Thread Shane McBride
I thought PHP would only run as CGI on IIS? Right now I'm trying to config Apache. - Original Message - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "Shane McBride" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 27, 2001 9:44 PM Subject: Re: [PHP] IIS and PHP author

Re: [PHP] IIS and PHP authorization

2001-01-27 Thread Rasmus Lerdorf
If you are using the CGI version of PHP then this won't work. You can't do HTTP auth from the CGI version. -Rasmus On Sun, 28 Jan 2001, Shane McBride wrote: > I finally got PHP, MySQL and Win2k installed after a long hard battle with a Promise >Ultra/66 controller card. Now, PHP seems to work

Re: [PHP] confused about getenv arguements

2001-01-27 Thread Rasmus Lerdorf
Just put in a file and read through it. Note that HTTP_REFERER (1 R) is only set if you click on a link to get to the page. Also note that relying on HTTP_REFERER for anything important is not safe. Anybody can spoof this variable. -Rasmus On Sat, 27 Jan 2001, Noel Akins wrote: > Hello, > I

[PHP] IIS and PHP authorization

2001-01-27 Thread Shane McBride
I finally got PHP, MySQL and Win2k installed after a long hard battle with a Promise Ultra/66 controller card. Now, PHP seems to work fine exceot when I have a script that requires authorization, I never get the popup box to input the login and password. Here's the script: Any ideas? TIA- S

[PHP] Thankz...

2001-01-27 Thread [ rswfire ]
It took some work, but everything is working exactly as it should be across the entire network ... both with IIS and Apache. Thank you, everyone, for your help tonight! It was very much appreciated... _ Get your FREE download of M

[PHP] confused about getenv arguements

2001-01-27 Thread Noel Akins
Hello, I found this script at zend. Please note the getenv("HTTP_REFFERER"). http://www.odey.com. Turn the refererring URL into a variable */ $from = getenv("HTTP_REFERER"); /* Check to see if the URL in the variable is a valid referrer. Add the page URL which you would like people to arrive fr

php-general Digest 28 Jan 2001 04:56:02 -0000 Issue 480

2001-01-27 Thread php-general-digest-help
php-general Digest 28 Jan 2001 04:56:02 - Issue 480 Topics (messages 36991 through 37090): php code to do ph? 36991 by: Paul Schreiber Transparent SID and forms (POST) ? 36992 by: Alain Fontaine 37061 by: Markus Fischer Re: Zend IDE price plans 36993 by: Ch

RE: [PHP] strange PHP/MySQL problem

2001-01-27 Thread Joe Sheble (Wizaerd)
Is it possible that the name field isn't lon enough to contain the full value so is being truncated whereas the description field is long enough... Joseph E. Sheble a.k.a. Wizaerd Wizaerd's Realm Canvas, 3D, Graphics, ColdFusion, PHP, and mySQL http://www.wizaerd.com

RE: [PHP] Problem with a regex!

2001-01-27 Thread Dustin Butler
Zack, Your not going to find {title} when $var = "TITLE". Everything PHP is case sensitive. Also $string is not changed if there are matches, ereg_replace returns the modified string. HTH Dustin > I tried ereg_replace("\{" . $var . "\}",$value,$string) and > it didnt return >

Re: [PHP] strange PHP/MySQL problem

2001-01-27 Thread Joe Stump
Are you adding slashes beforehand (or running magic quotes) ? Also I always do a stripslashes() on the text fields I print out. --Joe On Sat, Jan 27, 2001 at 11:06:03PM -0500, [EMAIL PROTECTED] wrote: > if you goto > http://downloads.moddingcentral.com/add.php > you will see a simple form > > t

Re: [PHP] Programming the Hard Way?

2001-01-27 Thread Steve Werby
"[ rswfire ]" <[EMAIL PROTECTED]> wrote" > Am I programming the hard way? > mysql_query("SELECT * FROM table WHERE id='".$id."'"); > > Could I just do this? > mysql_query("SELECT * FROM table WHERE id='$id'"); Yes. And if $id is always numeric you could simplify it even more. Quotes are only ne

RE: [PHP] Apache Server

2001-01-27 Thread Jonathan Sharp
how long does it run for? -Original Message- From: [ rswfire ] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 27, 2001 8:10 PM To: [EMAIL PROTECTED] Subject: [PHP] Apache Server How come my Apache Server goes down after a short time and forces me to restart it? Shouldn't it just s

Re: [PHP] Programming the Hard Way?

2001-01-27 Thread Rasmus Lerdorf
> Am I programming the hard way? > > I *always* parse my strings like this... > > mysql_query("SELECT * FROM table WHERE id='".$id."'"); > > Could I just do this? > > mysql_query("SELECT * FROM table WHERE id='$id'"); > > If so, is this compatable across all platforms and versions of PHP? Yes -

[PHP] Programming the Hard Way?

2001-01-27 Thread [ rswfire ]
Am I programming the hard way? I *always* parse my strings like this... mysql_query("SELECT * FROM table WHERE id='".$id."'"); Could I just do this? mysql_query("SELECT * FROM table WHERE id='$id'"); If so, is this compatable across all platforms and versions of PHP? _

[PHP] Apache Server

2001-01-27 Thread [ rswfire ]
How come my Apache Server goes down after a short time and forces me to restart it? Shouldn't it just stay active?! _ Get your FREE download of MSN Explorer at http://explorer.msn.com -- PHP General Mailing List (http://www.php.n

[PHP] strange PHP/MySQL problem

2001-01-27 Thread PeterOblivion
if you goto http://downloads.moddingcentral.com/add.php you will see a simple form this form takes the info and a PHP script processes it and places it into a mysql table. now the problem if i put Cynical Saint's Video Tutorial in the name it will display Cynical Saint\ in the dbase (also seen

RE: [PHP] E Bay is going up again..

2001-01-27 Thread Jonathan Sharp
Do I have to repeat myself about this topic? Sheesh! -Codeboy -Original Message- From: tabathia [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 27, 2001 11:02 PM To: [EMAIL PROTECTED] Subject: [PHP] E Bay is going up again.. Selling on eBay is getting a little more expensive...the m

[PHP-I18N] E Bay is going up again..

2001-01-27 Thread tabathia
Selling on eBay is getting a little more expensive...the more you sell the more profit they make! Are you tired of eBay and their price hikes? Looking for an alternative? Then we have just what you are looking for at a fraction of the cost! Our Motto, The More YOU sell the more Profit YOU ma

[PHP] E Bay is going up again..

2001-01-27 Thread tabathia
Selling on eBay is getting a little more expensive...the more you sell the more profit they make! Are you tired of eBay and their price hikes? Looking for an alternative? Then we have just what you are looking for at a fraction of the cost! Our Motto, The More YOU sell the more Profit YOU ma

[PHP-CVS] cvs: php4 /ext/com COM.c php_COM.h

2001-01-27 Thread Harald Radi
phanto Sat Jan 27 19:41:43 2001 EDT Removed files: /php4/ext/com COM.c Modified files: /php4/ext/com php_COM.h Log: fixed unicodeconversion and parameter passing bugs in com and dotnet modules Index: php4/ext/com/php_COM.h di

[PHP-CVS] cvs: php4 /ext/dotnet dotnet.cpp

2001-01-27 Thread Harald Radi
phanto Sat Jan 27 19:41:22 2001 EDT Modified files: /php4/ext/dotnetdotnet.cpp Log: fixed unicodeconversion and parameter passing bugs in com and dotnet modules Index: php4/ext/dotnet/dotnet.cpp diff -u php4/ext/dotnet/dotnet.cpp:1.1 php4/ext/dotnet/dotnet

[PHP-CVS] cvs: php4 /win32 php4dllts.dsp

2001-01-27 Thread Harald Radi
phanto Sat Jan 27 19:40:28 2001 EDT Modified files: /php4/win32 php4dllts.dsp Log: fixed unicodeconversion and parameter passing bugs in com and dotnet modules Index: php4/win32/php4dllts.dsp diff -u php4/win32/php4dllts.dsp:1.28 php4/win32/php4dllts.dsp:1.29

[PHP-CVS] cvs: php4 /main internal_functions_win32.c

2001-01-27 Thread Harald Radi
phanto Sat Jan 27 19:40:15 2001 EDT Modified files: /php4/main internal_functions_win32.c Log: fixed unicodeconversion and parameter passing bugs in com and dotnet modules Index: php4/main/internal_functions_win32.c diff -u php4/main/internal_functions_win32.

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-01-27 Thread Rasmus Lerdorf
rasmus Sat Jan 27 19:36:23 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: More karma for Harald Index: CVSROOT/avail diff -u CVSROOT/avail:1.60 CVSROOT/avail:1.61 --- CVSROOT/avail:1.60 Sat Jan 27 19:23:16 2001 +++ CVSROOT/avail Sat

[PHP-CVS] cvs: php4 /ext/com COM.cpp conversion.c conversion.h php_typedef_VARIANT.h typedef_VARIANT.c

2001-01-27 Thread Harald Radi
phanto Sat Jan 27 19:24:50 2001 EDT Added files: /php4/ext/com COM.cpp conversion.c conversion.h php_typedef_VARIANT.h typedef_VARIANT.c Log: fixed unicodeconversion and parameter passing bugs in com and dotnet modules Index

[PHP-CVS] cvs: CVSROOT / avail

2001-01-27 Thread Rasmus Lerdorf
rasmus Sat Jan 27 19:23:16 2001 EDT Modified files: /CVSROOTavail Log: Oops, forgot to m4 Index: CVSROOT/avail diff -u CVSROOT/avail:1.59 CVSROOT/avail:1.60 --- CVSROOT/avail:1.59 Sat Jan 27 17:53:55 2001 +++ CVSROOT/avail Sat Jan 27 19:23:16 200

[PHP] Apache

2001-01-27 Thread [ rswfire ]
I've encounted some serious problems with Apache. I'm about to claim to be an IIS fan real soon!! Can anyone help me with the following... 1. Why does $PHP_SELF include /php/php.exe in the variable? How can I stop it from doing that? 2. Same thing with $SCRIPT_NAME as $PHP_SELF except it

RE: [PHP] Leads>?

2001-01-27 Thread Jonathan Sharp
All I have to say about his one is: "Your mother was a hamster and your father smelled of elderberries. I fart in your general direction and I wave my private parts at your ante you silly English kA nigh It!" No spam please. Thank you. -Original Message- From: [EMAIL PROTECTED] [mailto:

php-i18n Digest 28 Jan 2001 02:35:48 -0000 Issue 47

2001-01-27 Thread php-i18n-digest-help
php-i18n Digest 28 Jan 2001 02:35:48 - Issue 47 Topics (messages 104 through 107): Web based Time Sheets for Professionals 104 by: Web Time Sheets You can have a visa card .. no deposit 105 by: garey Hello 106 by: Graduate Leads>? 107 by: leadsleadsmorele

[PHP-I18N] Leads>?

2001-01-27 Thread leadsleadsmoreleads890
BUY LEADS WHOLESALE FROM US FOR YOUR BUSINESS http://www.geocities.com/leadoffers1900/leads.htm -- PHP Internationalization 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

[PHP] Leads>?

2001-01-27 Thread leadsleadsmoreleads890
BUY LEADS WHOLESALE FROM US FOR YOUR BUSINESS http://www.geocities.com/leadoffers1900/leads.htm -- 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 PROT

Re: [PHP] Problem with a regex!

2001-01-27 Thread Zack Ham
I tried ereg_replace("\{" . $var . "\}",$value,$string) and it didnt return an error... but it didnt replace anything. Other ideas ? Either {'s are impossible to escape or php just doesnt like me... --- CC Zona <[EMAIL PROTECTED]> > wrote: >In article

Re: [PHP] Problem with a regex!

2001-01-27 Thread Julian Wood
Maybe I'm misunderstanding something. I'm suggesting that you not bother at all with an ereg_replace system. If you want to do a system like you're suggesting, you would use a variable variable. That is, ${$var} will evaluate to 'Hello' when $var = 'title' and $title = 'Hello'. HTH, Julian o

[PHP-CVS] cvs: CVSROOT / cvsusers gen_acl_file.m4

2001-01-27 Thread Rasmus Lerdorf
rasmus Sat Jan 27 18:09:14 2001 EDT Modified files: /CVSROOTcvsusers gen_acl_file.m4 Log: CVS account for Harald to see if he can do some interesting .NET stuff Index: CVSROOT/cvsusers diff -u CVSROOT/cvsusers:1.195 CVSROOT/cvsusers:1.196 --- CVSROOT/cv

Re: [PHP] Problem with a regex!

2001-01-27 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Zack Ham) wrote: > What I'm trying to do is run through it and replace {title} with an > appropriate value. I have tried running > ereg_replace("{$var}",$value,$string) and > ereg_replace("\{$var\}",$value,$string). Neither work. They eith

RE: [PHP] JavaScript/PHP Function -> Apache/IIS5 -> Client Properties

2001-01-27 Thread [ rswfire ]
Jonathon, I believe I have found the cause of the problem... But first let me explain what I am doing better. Yes, I am trying to gather as many stats from the client as possible. Before a page is display, many classes are initialized. This particular class is the session class. After it

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-01-27 Thread Jim Winstead
jimwSat Jan 27 17:53:56 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: give zak access to phpweb Index: CVSROOT/avail diff -u CVSROOT/avail:1.58 CVSROOT/avail:1.59 --- CVSROOT/avail:1.58 Fri Jan 26 18:25:48 2001 +++ CVSROOT/avail Sat

Re: [PHP] Problem with a regex!

2001-01-27 Thread Zack Ham
I had it echo off the value of $var right before it ran the ereg_replace and it echoed "TITLE". So there is a value... any ideas on fixing? --- Julian Wood <[EMAIL PROTECTED]> > wrote: > >Why not use the php mechanism itself? An easy way to do a template system is >make a normal php page

RE: [PHP] JavaScript/PHP Function -> Apache/IIS5 -> Client Properties

2001-01-27 Thread Jonathan Sharp
Hm...I'm not sure I completely understand...but I believe that you're trying to gather as many stats from the client as possible? What about having a page that is somewhat transparent to the user (if they support JS) that you have something like this... function GetProperties() { docume

Re: [PHP] Problem with a regex!

2001-01-27 Thread Julian Wood
Why not use the php mechanism itself? An easy way to do a template system is make a normal php page as a template, and then include it from another page after specifying a bunch of variables. eg. template.php: = calling page: = Hope this helps, Julian on 1/27/01 6:17

RE: [PHP] Problem with a regex!

2001-01-27 Thread Jonathan Sharp
what's the value of var? It appears that it doesn't have a value set. -Jonathan -Original Message- From: Zack Ham [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 27, 2001 5:17 PM To: [EMAIL PROTECTED] Subject: [PHP] Problem with a regex! I'm trying to create a small template parser

[PHP] JavaScript/PHP Function -> Apache/IIS5 -> Client Properties

2001-01-27 Thread [ rswfire ]
I need to get a whole bunch of client properties from a visitor on my site before a page is displayed. I do this using JavaScript. I first determine if the visitor's browser supports JavaScript, and if it does I run a function that basically builds a temporary page and returns a bunch of cli

Re: [PHP] Conditional include based on virtual host ?

2001-01-27 Thread Markus Fischer
You could use $HTTP_HOST: if( stristr( $HTTP_POST, "fr.domain.com")) $lang = "fr"; Just put such in your settings.php file you allready include. Works for me. Any other ideas very welcome too :) m. -- Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/ EMail:

Re: [PHP] Invoke PHP script from onLoad handler?

2001-01-27 Thread Markus Fischer
On Sat, Jan 27, 2001 at 06:04:41PM -0600, Chuck Mayo wrote : > Now I'm completely off-topic, but does anyone have any ideas regarding > database access with Javascript, perhaps by having JS run a shell or > perl script? How would JS get the values back? Something like > > function getdb () { >

[PHP] Problem with a regex!

2001-01-27 Thread Zack Ham
I'm trying to create a small template parser so I can fill my html pages up with data. An example: {title} http://sect0r.com -- 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

Re: [PHP] Invoke PHP script from onLoad handler?

2001-01-27 Thread Chuck Mayo
This is an interesting idea - I hadn't considered having the second window be subordinant to the first, and really didn't even know I could pass data between windows. I'll play with this, it might work out. Thanks, Chuck Jonathan Sharp wrote: > I wrote a browser based application (yes it is an

[PHP] CGI/PHP4

2001-01-27 Thread [ rswfire ]
Hello, I have PHP4 installed on my NT5 system as a CGI and it is working with IIS5 and Apache. But I never realized that the CGI version ends up in the URL when I use it with Apache. I really have a thing against this. =) Is there any way to prevent that? Or do I need to use the module ve

Re: [PHP] Remote Directory listing

2001-01-27 Thread Markus Fischer
On Sat, Jan 27, 2001 at 04:03:34PM -, Kif wrote : > I have tried $startdir = http://siteiwant.com/; with no joy > :( There is no real, standard think like an index. What you see with webservers is just a component of the webserver which makes it easier for you to access sub-dirs and

Re: [PHP] Transparent SID and forms (POST) ?

2001-01-27 Thread Markus Fischer
On Sat, Jan 27, 2001 at 06:29:05PM +0100, Alain Fontaine wrote : > When I use a form that POST's information to another php page, do I have to > manually include php's session name and the session id in HIDDEN form > fields, or is this done automatically ? This applies, of course, when the > user

[PHP-CVS] cvs: php4 /ext/pfpro pfpro.c

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 16:45:28 2001 EDT Modified files: /php4/ext/pfpro pfpro.c Log: PR: Clean up and add folding Index: php4/ext/pfpro/pfpro.c diff -u php4/ext/pfpro/pfpro.c:1.7 php4/ext/pfpro/pfpro.c:1.8 --- php4/ext/pfpro/pfpro.c:1.7 Fri De

Re: [PHP] Amazing!!

2001-01-27 Thread Gary
[ rswfire ] wrote: > I restarted the Apache server and the Forbidden error is gone. But it > does not recognize PHP. What do I need to do to make that work guys? > _ > Get your FREE download of MSN Explorer at http://explorer.msn.

Re: [PHP] Thumbnails and PHP

2001-01-27 Thread Markus Fischer
On Sat, Jan 27, 2001 at 02:14:21PM -0800, Todd Cary wrote : > What is the best way to display thumbnail photos and their titles with > HTML/PHP? Table? The html way would be to just include the photos with a small WIDTH and HEIGHT attribute. The php would be to read the file and use ImageCopyR

Re: [PHP] functions????

2001-01-27 Thread Markus Fischer
Have you tried defining those function before actually using them ? Btw, case "pf" and function 'profile()' does not really match you definition with function 'pf()' ?? m. -- Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/ EMail: [EMAIL PROTECTED] PGP Public Key:

[PHP] Re: Conditional include based on virtual host ?

2001-01-27 Thread Alister
On Fri, 26 Jan 2001 14:52:28 +0100, you wrote: >Hello, > >I have developed a large web application the contents of which (language and >data) depends on the URL the site is accessed from, e.g. en.site.com would >display the "english" site, and "fr.site.com" would display the french site It's a g

[PHP-CVS] cvs: php4 / configure.in

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 16:16:55 2001 EDT Modified files: /php4 configure.in Log: PR: Remove --with-pfpro warning. Verisign has released a beta SDK which corrects the problem. Index: php4/configure.in diff -u php4/configure.in:1.215 php4/conf

RE: [PHP] Oracle support not working

2001-01-27 Thread Steve Haemelinck
You have to make sure your environment variable ORACLE_HOME is set !!! CHECK: echo $ORACLE_HOME If it isn't modify the etc/profile or /etc/profile.local -Original Message- From: Brian Clark [mailto:[EMAIL PROTECTED]] Sent: zaterdag 27 januari 2001 23:25 To: PHP is not a drug .

RE: [PHP] Invoke PHP script from onLoad handler?

2001-01-27 Thread Jonathan Sharp
I wrote a browser based application (yes it is an application!) (but I can't let you see it cause it's propriatary technology) but the client side was javascript and I had PHP save the data and read data... I won't go into detail, but basically I had PHP print JavaScript, and then have a variable

Re: [PHP] functions????

2001-01-27 Thread Kumanan
o thanks kumanan "Nick Winfield" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Sun, 28 Jan 2001, Kumanan wrote: > > > Hi, > > > > i got problem with functions > > > > > > when i call the files with url//filename.php?action=pal > > > > all t

Re: [PHP] Invoke PHP script from onLoad handler?

2001-01-27 Thread Chuck Mayo
OK, I've gone back through the archives and now understand the situation with client- and server-side. I just wasn't thinking it through. Spawning a window to let PHP query the db and somehow passing returned values back to the parent window is something I could do, I suppose, but it seems that w

RE: [PHP] Apache -> PHP 4 (CGI)

2001-01-27 Thread Jonathan Sharp
Da...this one has stumped me...in *nix I'd just say compile it into Apache, but we can't do that now can we...bummer, looks like a design flaw of NT... 8-) -Jonathan P.S. Now I must say, I am running 2K on this box here, and am using outlook (go ahead and bash me) but that's all I use it for (ex

RE: [PHP] NT5 Sub Domains

2001-01-27 Thread Jonathan Sharp
Yeah, well all have our preferences...and the NT command line is NOTHING like a good *nix one, so I guess I'll agree that the GUI is approvable by me. =) I would install it, I think that would take one less step out of getting to developing when you boot your box! -Jonathan -Original Messag

RE: [PHP] functions????

2001-01-27 Thread Joe Sheble (Wizaerd)
your function declarations must appear before you actually call them. > code > ... > function pf() { echo "profile"; } > > function pal_edit() { echo "pal"; } > switch ($action) { > case "pf": > profile(); > break; > > case "pal": >pal_edit

Re: [PHP] functions????

2001-01-27 Thread Nick Winfield
On Sun, 28 Jan 2001, Kumanan wrote: > Hi, > > i got problem with functions > > > when i call the files with url//filename.php?action=pal > > all the time it says > Fatal error: Call to unsupported or undefined function pal_edit() in > /cfiles/memberlink.php on line 7 > Declare your fun

[PHP] $B#P#CA`:n$K:$$C$?$i(B

2001-01-27 Thread Kaz Morris
-- $B-j#J#M#P$N!X#E%a!<%k#D#M!Y$r$*FO$1CW$7$^$9!#(B -- - $B!y(B.$B%&%#%s%Q%o!http://www.tokioinfo.co.jp/winpwr/index.htm $B%Q%=%3%sA`:n$K$D$^$E$$$?$i(B $BGA$$$F$_$F$/$@$5$$(B http://www.tokioinfo.co.jp/winpwr/index.htm - -- $B$3$N%a!

[PHP] Apache -> PHP 4 (CGI)

2001-01-27 Thread [ rswfire ]
I currently have PHP4 installed as a CGI on my NT5 computer. It works with IIS5. I just installed Apache and it's working. =) But how can I make it see my CGI version of PHP _ Get your FREE download of MSN Explorer at http:/

[PHP] functions????

2001-01-27 Thread Kumanan
Hi, i got problem with functions when i call the files with url//filename.php?action=pal all the time it says Fatal error: Call to unsupported or undefined function pal_edit() in /cfiles/memberlink.php on line 7 code -- PHP General Mailing List (http://www

Re: [PHP] PHP 4.0.3 on Debian?

2001-01-27 Thread Brian Clark
Hello John, (JD == "John Donagher") [EMAIL PROTECTED] alleged: JD> FYI, not the case as of the current woody. Apache 1.3.14 JD> configured with: ./configure --enable-module=so JD> built a proper apxs which PHP had no problem using. OoOoo, my fault. :) I've been flopping in potatoes for a whi

Re: [PHP] PHP 4.0.3 on Debian?

2001-01-27 Thread John Donagher
On Sat, 27 Jan 2001, Brian Clark wrote: > On some Debian systems you have to edit the apxs script if you didn't > install Apache via the Debian package system. > FYI, not the case as of the current woody. Apache 1.3.14 configured with: ./configure --enable-module=so built a proper apxs which P

[PHP] Amazing!!

2001-01-27 Thread [ rswfire ]
I restarted the Apache server and the Forbidden error is gone. But it does not recognize PHP. What do I need to do to make that work guys? _ Get your FREE download of MSN Explorer at http://explorer.msn.com -- PHP General Mailin

RE: [PHP] NT5 Sub Domains

2001-01-27 Thread [ rswfire ]
Thank you Brian and Jonathon. You are both very helpful!! I think I like the idea of a tray icon -- rather than an annoying DOS window I cannot get rid of from my task bar! =) No offense, Jonathon... I agree, I need to work on my command line skills... Should I install Apache as a service

Re: [PHP] NT5 Sub Domains

2001-01-27 Thread Brian Clark
Hello Jonathan, (JS == "Jonathan Sharp") [EMAIL PROTECTED] canalized: JS> Brian! You're not helping here, i'm in the middle of a conversion! JS> I'm trying to help this guy find his destiny! Com'on! :) JS> rswfire: You want to get used to the command line, trust me! I use it every day. BSDi

RE: [PHP] NT5 Sub Domains

2001-01-27 Thread Jonathan Sharp
Brian! You're not helping here, i'm in the middle of a conversion! I'm trying to help this guy find his destiny! Com'on! rswfire: You want to get used to the command line, trust me! -Jonathan Sharp Director of Technology - Imprev Inc. Renwick Development Group - Flyerware http://www.flyerware.c

[PHP] Apache on NT 5 =)

2001-01-27 Thread [ rswfire ]
I'm getting a Forbidden error when I try to access my site using Apache. Does anyone know what I did wrong? This is the contents of my httpd.conf file: ServerType standalone ServerRoot "C:/Program Files/Apache" PidFile logs/httpd.pid ScoreBoardFile logs/apache_runtime_status Timeout 300

RE: [PHP] NT5 Sub Domains

2001-01-27 Thread Jonathan Sharp
> I set the Apache Port option to 8080. Is that good? I stopped the IIS > service. And now I can't get it to restart, not sure why... Hm, well 8080 is fine, I'm not sure why IIS won't start...but MS probably is freaking out that opensource is actually taking over it's domain (no pun intended) =

Re: [PHP] NT5 Sub Domains

2001-01-27 Thread Brian Clark
Hello rswfire, (r == "[ rswfire ]") [EMAIL PROTECTED] stated: r> You're right, the fact that it does not have a GUI is the reason I r> was scared of it. =) >>(you may scream now if you'd like...this is where MS is...MS...) you >>run the apache deamon with a command like C:\path\to\apache.exe

RE: [PHP] NT5 Sub Domains

2001-01-27 Thread [ rswfire ]
Jonathon, Thanks so much for your help!! Okay, I have downloaded and installed Apache. And to my utter surprise...it's working!! You're right, the fact that it does not have a GUI is the reason I was scared of it. =) I set the Apache Port option to 8080. Is that good? I stopped the IIS

Re: [PHP] Thumbnails and PHP

2001-01-27 Thread Brian Clark
Hello Todd, (TC == "Todd Cary") [EMAIL PROTECTED] coined: TC> What is the best way to display thumbnail photos and their titles TC> with HTML/PHP? Table? Sure.. tables are good. Or you can display them in one long vertical line.. or.. Explain what you mean. If you mean just what the sentence

Re: [PHP] assigning an array to a array

2001-01-27 Thread Brian Clark
Hello Jimmy, (JB == "Jimmy Bäckström") [EMAIL PROTECTED] detected: JB> $arr2[0] = $arr1[0]; JB> $arr2[1] = $arr1[1]; What is wrong with this? $arr2 = $arr1; Works fine for me. -Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: [PHP] Oracle support not working

2001-01-27 Thread Brian Clark
Hello Jon, (JJ == "Jon Jacob") [EMAIL PROTECTED] divulged: (I'm no Oracle expert) JJ> Well, I think I have done everything right but must have missed JJ> something. I installed with --with-oci8 and --with-oracle, my Sometimes it doesn't pick it up correctly if you don't use the path when re

Re: [PHP] Syncronizing of mysql-db

2001-01-27 Thread Brian Clark
Hello markus, (mgn == "[EMAIL PROTECTED]") [EMAIL PROTECTED] drafted: mgn> does annybody know a tool or script which can help me to mgn> syncronize two mysql databases ? like at my isp is a database for mgn> the web, at home my local development server.. changes i do at mgn> home or online shou

Re: [PHP] PHP 4.0.3 on Debian?

2001-01-27 Thread Brian Clark
Hello Thomas, (TW == "Thomas Wentzel") [EMAIL PROTECTED] marked: TW> I use the following configure string on both machines - only TW> differences is the paths to pgsql and apxs TW> On my RedHat (which has PHP 4.0.4) I get a nice little TW> stocks.so... TW> On my Debian (which has PHP 4.0.3)

Re: [PHP] NT5 Sub Domains

2001-01-27 Thread jeremy brand
apache.org. :) > I can hear the answer already... apache.com > > > > >From: Rasmus Lerdorf <[EMAIL PROTECTED]> > >To: "[ rswfire ]" <[EMAIL PROTECTED]> > >CC: <[EMAIL PROTECTED]> > >Subject: Re: [PHP] NT5 Sub Domains > >Date: Sat, 27 Jan 2001 13:31:34 -0800 (PST) > > > >Why don't you just in

RE: [PHP] [Newbie] - @

2001-01-27 Thread Jonathan Sharp
It doesn't print out any errors or warnings generated by the function. -Jonathan Sharp Director of Technology - Imprev Inc. Renwick Development Group - Flyerware http://www.flyerware.com/ Phone: (425)688-9200 Cell: (425)766-1398 EPage: [EMAIL PROTECTED] -Original Message- From: Steve H

[PHP] [Newbie] - @

2001-01-27 Thread Steve Haemelinck
What doe the @ mean in front of a functions? -- 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] NT5 Sub Domains

2001-01-27 Thread Jonathan Sharp
Ah...yes you can. You're probably scared of apache because it doesn't have a GUI! But don't fret I was in the same boat not too long ago! 1) Download the lastest version of apache (www.apache.org you were close...) 2) Install apache (it does have an installation program) 3) Configuring apache To

[PHP] Thumbnails and PHP

2001-01-27 Thread Todd Cary
What is the best way to display thumbnail photos and their titles with HTML/PHP? Table? Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con

[PHP] Win32 - Mail & SMTP ???

2001-01-27 Thread Jon Shoberg
I have PHP-4.0.1 running on my Win200 Pro devel box though the IIS DLL and SMTP services running. I have SMTP enabled on this machine and have outlook express configured to send mail though the local SMTP service. I simply told O.Express the outgoing mail server was my machine (just told it the m

[PHP] Apache on NT5

2001-01-27 Thread [ rswfire ]
Rasmus, I think that was a really good idea to install Apache on my system. Thanks for the heads up. I am downloading apache_1_3_14_win32_r2.exe. Is that all I need? This is scary new territory for me... I hope this is the right file. ___

Re: [PHP] NT5 Sub Domains

2001-01-27 Thread [ rswfire ]
I've never tried that before. I'd be scared of doing something wrong. Can I use Apache locally as an Intranet? Can I run both IIS and Apache? I wouldn't know where to begin... =) I can hear the answer already... apache.com >From: Rasmus Lerdorf <[EMAIL PROTECTED]> >To: "[ rswfire ]" <[

[PHP] verpickteEngine - alphaRelease

2001-01-27 Thread Christian Kleinhuis
(PHP3+ mySQL ) verpickte Engine, ( *warning current development language is -> german* ) a content and user management system, including many feature, user accounting with image upload, outlook of html pages 100% configurable through template system, wich uses (currently) mySQL - SQL Results, who

Re: [PHP] NT5 Sub Domains

2001-01-27 Thread Rasmus Lerdorf
Why don't you just install the Windows version of Apache? That way your development environment will be much closer to your production environment. -Rasmus On Sat, 27 Jan 2001, [ rswfire ] wrote: > This is a little off topic, so I apologize, but I was hoping one of the > computer gurus here co

[PHP] For India -- a fountain

2001-01-27 Thread Flupres5
For India / a fountain We have been working on a completely volunteer PHP/ MySQL / Linux project for about 6 months. It is a low-overhead way to showcase and fundraise for new small charitable projects. We just received (Jan 10th) tax exemption from the IRS as well as clearance to give grant

[PHP-CVS] cvs: php4 / configure.in

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 13:05:41 2001 EDT Modified files: /php4 configure.in Log: PR: Submitted by: Reviewed by: Obtained from: Add configure warning message when compiling --with-pfpro Index: php4/configure.in diff -u php4/configure.in:1

Re: [PHP] register_shutdown_function() not working ?

2001-01-27 Thread Andrew Sitnikov
Hello Andrew, Sorry, but i forget what I have Zend Debuger :) Problem in file path, when i use absolute path /home/user/tmp/tmp/text.txt all works. It appears, that in shutdown_function getcwd () == '/', but in script getcwd () == '/home/user/public_html/' Only not clearly why. AS> Hello php

[PHP] NT5 Sub Domains

2001-01-27 Thread [ rswfire ]
This is a little off topic, so I apologize, but I was hoping one of the computer gurus here could help me. When I go live with my network, I will be using sub-domains. Such as: http://subdomain.domain.com/ In order to test this on my NT5/IIS5 system, I need to be able to use these subdomain

Re: [PHP] Custom Error 404

2001-01-27 Thread Rasmus Lerdorf
> As for the Linux machine, it will be running Apache web server. So I'm > assuming that the information below is what I need. It looks like all I > need is the REDIRECT_QUERY_STRING on Apache. So I will only need to parse > the NT string while I am developing the network. Thanks again! The p

Re: [PHP] Custom Error 404

2001-01-27 Thread [ rswfire ]
Thank you, Rasmus. I had a feeling I needed to provide more information. Right now, I am running NT 5, with the CGI version of PHP 4, and IIS 5 as the web server. As for the Linux machine, it will be running Apache web server. So I'm assuming that the information below is what I need. It lo

  1   2   >