Re: [PHP] I need answers for the questions

2003-11-18 Thread Ryan Thompson
at you can't find at php.net/manual/en you can find on google. But I have a question for you. Correct me if I'm wrong but isn't a subnet mask of 255.255.248.0 invalid??? I thought it had to be 255's and 0's. This seems like laziness.. -- "I have

Re: [PHP] Making a Search Function?

2003-11-17 Thread Ryan Thompson
> enligthin me? > > Greatly appreciate any help in advance, > Dimitri Marshall -- "I have a photographic memory. I just forgot the film" --Unknown = Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Calling PHP functions from within javascript

2003-11-13 Thread Ryan Thompson
user. -- "I have a photographic memory. I just forgot the film" --Unknown = Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] $_POST bug?

2003-11-12 Thread Ryan Thompson
r FALSE. And anything other then 0 is TRUE. If I understand the workings of PHP FALSE can also be interpreted as NULL. So PHP sees the post as saying the fields are NULL. I could be wrong on this but I think that's where the problem is. Whether the developers planned this or it's slipped

Re: [PHP] Fatal error: Call to undefined function: xpath_new_context()

2003-11-04 Thread Ryan Thompson
ittle XPath, but I get this error: > > Fatal error: Call to undefined function: xpath_new_context() in > > Can someone please help me find my problem? > > cheers > ian -- "I have a photographic memory. I just forgot the film" --Unknown =

[PHP] Parsing specific portions of XML files

2003-10-27 Thread Ryan Thompson
sion and possibly for all. I can't use multiple change logs cause it the same file is used to make the text version that goes into the release documentation. Anyone got any ideas that can give me a push in the right direction. -- Ryan Thompson [EMAIL PROTECTE

Re: [PHP] Upgrading GD...

2003-10-27 Thread Ryan Thompson
tions for almost all supported servers. Read through the documentation for your distribution on the make command (or find it at gnu.org) It explains some stuff about part of configuration. On Tuesday 28 October 2003 01:26, Leif K-Brooks wrote: > Ryan Thompson wrote: > >Just a thou

Re: [PHP] How to deal with XML?

2003-10-27 Thread Ryan Thompson
required a fair amount of effort to ensure > the validity of the new format. This is quite a trivialization of XML, > but this is one of the main advantages I see for it. One could easily > define a multitude of other formats that are just as flexible, but > cu

Re: [PHP] Upgrading GD...

2003-10-27 Thread Ryan Thompson
both into php. > > Crud, looks like it's linked directly in. What would be the most > painless and easiest way to recompile PHP with GD2? -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net == "A computer scientist is someone who fixe

Re: [PHP] silly question about zend

2003-10-27 Thread Ryan Thompson
stalled it.) Look in their directory for a directory called ZDE* there should be a symbolic link in one of them unless you changed it. (Note: The names are ridiculously long) -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net == "A computer scientist

Re: [PHP] process forking?

2003-10-27 Thread Ryan Thompson
ile as, but the problem is when downloading a file it seems > to halt the rest of the site from being able to do anything until the > download is complete. > > so i'm just trying to get the rest of the site to function while the > download is in process, thank in ad

Re: [PHP] Ways to break up XML into Arrays????

2003-10-23 Thread Ryan Thompson
t; and his wife name is "; > echo $XML_Tag['FirstName'][1]; //Output would be "Hillary"... > echo " "; //Whitespace... > echo $XML_Tag['LastName'][1]; //Output would be "Clinton"... > --snip-- > > Just something like that...

[PHP] DB's on seperate server

2003-10-19 Thread Ryan Thompson
n the line? I guess in short. Once compiled does PHP need anything from the database install directories? -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net == "A computer scientist is someone who fixes things that aren't broken" --Unknow

Re: [PHP] Encryption question

2003-10-10 Thread Ryan Thompson
Sorry. Just stumbled on crypt() On Friday 10 October 2003 22:31, Ryan Thompson wrote: > I know this is an opinion thing but what's the best functions or function > set for password encryption? > > Currently my project uses md5 but I thinks it's more for checksums isn&#

[PHP] Encryption question

2003-10-10 Thread Ryan Thompson
I know this is an opinion thing but what's the best functions or function set for password encryption? Currently my project uses md5 but I thinks it's more for checksums isn't it? Also, is mcrypt used for passwords? I looks like it's a two-way encryption. -- Ryan Thomp

Re: [PHP] Quick question: PHP user?

2003-10-10 Thread Ryan Thompson
at only PHP can access it. > > Thanks, > Grant -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net == "A computer scientist is someone who fixes things that aren't broken" --Unknown -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP source display

2003-10-10 Thread Ryan Thompson
HP > LimitRequestBody 524288 > > > I have tried doing: > > > SetOutputFilter PHPS > SetInputFilter PHPS > LimitRequestBody 524288 > > > > However, that does not work! > > Any ideas? > > Michael -- Ryan Thompson [EMAIL PROTECTED]

Re: [PHP] Multiple PHP modules

2003-10-10 Thread Ryan Thompson
libphp4.so > > I haven't tried it, but it should work. > > On Wednesday 08 October 2003 11:33 pm, Ryan Thompson wrote: > > Just a quick question. I don't think it's possible but worth a try > > > > Is it possible to load two different PHP modules in apache

Re: [PHP] Maybe a silly question

2003-10-10 Thread Ryan Thompson
gt; this before but have seen it used in numerous sets of coding. > > What does the -> do? I see stuff like > > $test=$test->test_url = "Something"; > $test1=$test->test_this = "Something Else"; > > Is it some sort of array function? I'm j

Re: [PHP] Fw: tomcat server

2003-10-09 Thread Ryan Thompson
; > can anybody tell me how to setting tomcat server to run java beans? -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net == "A computer scientist is someone who fixes things that aren't broken" --Unknown -- PHP General Mailing List (htt

[PHP] Multiple PHP modules

2003-10-08 Thread Ryan Thompson
Just a quick question. I don't think it's possible but worth a try Is it possible to load two different PHP modules in apache having them linked to different virtual hosts? I'm hoping I can run one site with PHP 5 and another with 4.3.x -- Ryan Thompson [EMAIL

Re: [PHP] Variable Nightmare

2003-10-08 Thread Ryan Thompson
everything i know. if I use hard coding it > works : > > $myNewVar = $value1; > > But the whole point of this is that the values need to be pulled out of > another for loop: > > for loop blah > $myNewVar = $valueX; > } > > > > > I hope im expla

Re: [PHP] excuting a shell command in linux as root

2003-10-08 Thread Ryan Thompson
shell command line in PHP as root? I want to > execute it using a web browser, i'm using apache and it runs as nobody. > > Any idea/help/suggestions? Thanks in advance > > > mike -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net ==

Re: [PHP] dynamic -> static

2003-10-07 Thread Ryan Thompson
oldin wrote: > Dear All, > > Does anybody have any solutions, which makes possible to produce static > pages of all dynamic cms once a day and can be easily integrated into > already made site? > > > Thank you. -- Ryan Thompson [EMAIL PROTECTED

Re: [PHP] Private Mail System?

2003-09-25 Thread Ryan Thompson
else. -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php