Re: [PHP] Super newbie question with "Hello world!" statement

2001-10-20 Thread Evan Panagiotopoulos
rld!" statement > > I have been trying for several hours to get this going but I can't. Any > suggestions? > > > > phpinfo(); > ?> > > > > Also I have this extremely complex program: > > > phpinfo(); > ?> >

Re: [PHP] Super newbie question with "Hello world!" statement

2001-10-20 Thread Evan Panagiotopoulos
Oops, while I was trying to get the version of Apache I tested the httpd.conf file and I got the following messages: params.c:Parameter() - Ignoring badly formed line in configuration file: params.c:Parameter() - Ignoring badly formed line in configuration file: LoadModule php_module modules/mod

Re: [PHP] Store file remotely using socket/fopen

2001-10-26 Thread Evan Nemerson
The command is STOR not STORE. Take a look at the FTP RFC- I think its 951, but im not 100%- just search for FTP RFC. On Friday 26 October 2001 05:42 am, you wrote: > Hello list, > > Simple Enough Objective: store file remotely (wu-ftp); > MinorSnag: PHP's ftp-functions unavailable at localhost

Re: [PHP] Store file remotely using socket/fopen

2001-10-26 Thread Evan Nemerson
959. I was close... :) -- Looking for a parallel, three-dimensional explicit Eulerian grid code for astrophysical magnetohydrodynamics? Of course you are! Everyone is! http://lca.ncsa.uiuc.edu/lca_intro_zeusmp.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EM

Re: [PHP] for loop problem?

2001-11-12 Thread Evan Nemerson
My word why all the quotes? ".mysql_error().""; exit; } } mysql_close($connection); ?> That should give you some better results. On Monday 12 November 2001 07:32 pm, you wrote: > Hello everyone, > > I have a pretty big list of codes that need to be put into a mysql db. The > numbers range

Re: [PHP] Can PHP take input from the command prompt interactively?

2001-11-24 Thread Evan Nemerson
Yes. you can fopen php://stdin On Saturday 24 November 2001 06:29 pm, you wrote: > Can I write a command line PHP script like the following: > > php -q test.php > > Output: > > == > 1)choice A > 2)choice B > 3)choice C > > Please enter an option: 1 > == > > Than

[PHP] SuSE 7.3 php 4.06 Mcrypt problems.

2001-12-14 Thread Evan Cross
Hi, Im realtivley new to php so this mught be a bit of a dumb question (I dont think so though:) ). Im trying to get the Mcrypt functions to work as I wish to encrypt so data and store it in a file on the system. However when I try this i recieve the following Warning: mcrypt module initiali

[PHP] Problem Reading session files

2001-04-12 Thread Schulz, Evan
I am about to pull my hair out trying to figure out why this isn't working. I figured I would wait and hope that someone else's eyes would pick something up, though. I am running it on 4.04pl1 CGI / Win 2k / IIS 5. I am trying to read from the session files that are in C:\php\sessiondata in orde

[PHP] install help

2001-07-07 Thread Evan Nemerson
ibs later (specifically, mcrypt and pdf...) and this is entirely too difficult for windoze. Time to go watch cartoons! Be back in 1/2 hr. -Evan Nemerson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] Best Choice

2001-07-14 Thread Evan Nemerson
> 1) Can someone please clarify if we need something else for this > (asp,cgi,ect). You don't need anything other than PHP & mySQL. What you are talking about could be done in ASP, but would be much more difficult (most people find ASP to be a much more difficult language). When you say CGI, yo

Re: [PHP] Alternative to phpMyAdmin

2001-07-14 Thread Evan Nemerson
What if you were to open an SSL tunnel to the DB host, then connect through that??? > like you said... as long as the database provider accepts > connections from outside, you can administer it from anywhere. > > if the provider doesn't accept incoming connections, no amount > of tools and softw

Re: [PHP] a good PHP editor

2001-07-18 Thread Evan Nemerson
anity down with them. In order for us to grow as a species, we must work together. I thought that was what open source was all about- working together to better humanity, not just ourselves. I still believe it is, but I believe that those who ambushed Mr. Maletsky are disgraces to this cause. You

Re: [PHP] can i compile php as cgi-module and apache-module on the one server?

2001-08-07 Thread Evan Nemerson
On Tuesday 07 August 2001 22:08, you wrote: > Help yes. when compiling php just do "./configure" then "make" and "make install" first. then go back and "./configure --with-apxs" or "--with-apache" "make", "make install". There are problems if you compile as a module first, so don't do it. --

Re: [PHP] close browser

2001-08-07 Thread Evan Nemerson
On Tuesday 07 August 2001 20:20, you wrote: > You wrote: > > > You wrote: > > > > Can anybody tell me what the code to close the browser is? > > > > > > ALT+F4. ;) > > > > PHP cannot execute client side actions, afaik. > > > > - k > > 'Twas a joke. See the winky smilie? You may all laugh now.

[PHP] Alternate way of calling php scripts

2001-08-08 Thread Evan Nemerson
I seem to recall that you can call a PHP script with a slash after it then variables. For instance http://localhost/script.php/your=mom. I can't find it in the manual, and was wondering if anyone knows how it works. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA

Re: [PHP] Alternate way of calling php scripts

2001-08-08 Thread Evan Nemerson
Thanks Tim and Daniel. $PATH_INFO works perfectly. The really nice thing is I can have a form post to it... Also good call with the base href. I would probably have forgotten it and just used absolute links. -Evan Nemerson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] Re: PHP in corporate settings?

2001-08-09 Thread Evan Nemerson
sider this post to be a kind of market analysis. I sincerly hope that you are as interested- and willing- as I. Evan Nemerson [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

[PHP] Site to fund PHP + open source expansion

2001-08-09 Thread Evan Nemerson
Much of this has already been posted, but it really needs top-level exposure. Programmers all over the world have already recognized that PHP is a superior language, and open-source is not the root of all evil (as M$ would have us believe). However, many (most?) execs do not listen to reason, b

Re: [PHP] Regarding file upload using php

2001-08-13 Thread Evan Nemerson
I don't think so, but to you could put in a hidden layer... Untested, but it should work... On Tuesday 14 August 2001 09:58, you wrote: > Hi !! > > Can I upload a file to a server without using "" I don't > want to browse a file. My filename will be fixed & file will be present on > my local m

Re: [PHP] stop a batch of mail during send

2001-08-13 Thread Evan Nemerson
If the server is linux, you could have another page that just sends a KILL signal to PHP using exec(), system(), backtics, whatever... On Monday 13 August 2001 20:56, you wrote: > Let's say I am mailing 1000 members of a mailing list - is it possible > to stop the process once started? In part

Re: [PHP] Re: How give a 'timed' online quiz?

2001-08-13 Thread Evan Nemerson
You can't do this and keep it tamper-proof with JavaScript/PHP. No matter what, anyone with an IQ above that of a tree stump could play with the POST variables. I think the only way to do this and keep it tamper proof would be a Java applet. If memory serves, you can have record the time on th

Re: [PHP] to include php file into html page

2001-08-14 Thread Evan Nemerson
The language is php, not javascript. Plus I'm not sure if you can use an src attribute, but you can use the include or require functions... http://php.net/manual/en/language.basic-syntax.php On Tuesday 14 August 2001 14:32, you wrote: > Hi people > I have tried to include php file into html

Re: [PHP] PHP Shopping Carts ??

2001-08-14 Thread Evan Nemerson
http://www.hotscripts.com/PHP/Scripts_and_Programs/E-Commerce/Shopping_Carts/ On Tuesday 14 August 2001 12:39, you wrote: > In a message dated 8/14/01 3:23:54 PM Eastern Daylight Time, > > [EMAIL PROTECTED] writes: > > Could anyone point me in the direction of some PHP shopping cart scripts? > >

Re: [PHP] javascript reference (slightly ot)

2001-08-14 Thread Evan Nemerson
I used Netscape's javascript reference when I started, but I also found that looking at source code (javascripts.com used to be good) helped alot. http://developer.netscape.com/docs/manuals/communicator/jsref/index.htm On Tuesday 14 August 2001 18:58, you wrote: > Sorry for the OT but, but

Re: [PHP] "searching" arrays

2001-08-14 Thread Evan Nemerson
Try something like this if(isset($countries["singapore"])) { do something... }; or, alternatively, if(!isset($countries["singapore"])) { echo "Not a country" }; On Tuesday 14 August 2001 19:12, you wrote: > Hi, > > Is there a possibility to search arrays in PHP? For example I'd like to > fi

Re: [PHP] Formatting Percents

2001-08-16 Thread Evan Nemerson
When you print out the value just use printf("%.2f",$bprice); Like in C On Thursday 16 August 2001 21:31, you wrote: > Hello everyone, > > I am having a problem and can't seem to find an answer. Maybe someone here > can help. I have a gift store that has prices of items. Well each item has

[PHP] Segmentation fault (core dumped)

2001-08-17 Thread Evan Nemerson
the screen, I have to go through 62^12 repetitions. Does anyone have any ideas on how to fix this??? Thanks in advance, Evan Nemerson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li

[PHP] Help compiling CVS

2001-08-17 Thread Evan Nemerson
rsion already installed, but when I try to build the CVS (I want to use PHP-GTK) it gives me that. Thank in advance Evan -- 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 administrato

[PHP] mime types

2001-08-21 Thread Evan Nemerson
Well, I hope nobody will ever have to do what I just did, so here you go. I got them from the apache/conf/mime.types Have fun! $extensions = Array("ez" => "application/andrew-inset", "hqx" => "application/mac-binhex40", "cpt" => "application

Re: [PHP] mime types

2001-08-21 Thread Evan Nemerson
Making a web based proxy server. On Tuesday 21 August 2001 01:08, you wrote: > On Tue, 21 Aug 2001 18:01, Evan Nemerson wrote: > > Well, I hope nobody will ever have to do what I just did, so here you go. > > I got them from the apache/conf/mime.types &

[PHP] find out names of keys in an array

2001-09-10 Thread Evan Nemerson
4 49 | 2 2 50 | 5 6 51 | 1 52 | 53 | 7 Any ideas??? Evan Nemerson PS If anyone wants this when im done email me. evan(a)coeus-group*com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] problem with system()

2001-09-14 Thread Evan Nemerson
Use backticks. http://php.net/manual/en/language.operators.execution.php On Friday 14 September 2001 12:22, you wrote: > Hi, > > I'm trying to unzip a file and save the unzipped data in a variable in PHP > using : > > $result = system ( "gzip -d -c myfile.gz" ); /* 'gzip -d -c' unzips the >

Re: [PHP] Re: [PHP-DB] Cross site authentication

2001-09-19 Thread Evan Nemerson
If you need the data to be secure, you could probably just encrypt it with mcrypt, if you want to make sure it wasn't forged, you want to have A sign the data, then have B check it. If I were you, I would look at GNU Privacy Guard. You can just use some backticks and you're set. If you have any

Re: [PHP] Re: [PHP-DB] Cross site authentication

2001-09-19 Thread Evan Nemerson
SSL would be useless. It has no facilities for authentication, which is what we need here. Basically, SSL encrypts communications between two computers- it doesn't care which two and is therefore vulnerable to man-in-the-middle attacks. On Wednesday 19 September 2001 08:22, you wrote: > > Cus

[PHP] timeouts on loops

2001-09-22 Thread Evan Nemerson
Is there a way to put a timeout on each iteration of a loop (foreach, to be more specific)? -- 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] Create Array??

2001-09-22 Thread Evan Nemerson
/* Untested */ $num = 32; $i=Array(); for($x=1;$x<=$num;$x++) { $temp[$x]=0; }; $i=array_keys($temp); unset($temp); On Saturday 22 September 2001 23:09, you wrote: > Hi, > > If I have a value $num = 32; based on this how can I create an Array of > numbers 1 - 32, something like this... >

Re: [PHP] http authentication and php

2001-09-22 Thread Evan Nemerson
if you just want to output the file to the user, readfile("http://server.com/greendocks/locked/useradd.htm?user=blah&pass=blah";); should work. If you want to play with the file first, file() will put it in an array, fopen() will create a file pointer to it, you could create your very own HTTP

Re: [PHP] Create Array??

2001-09-22 Thread Evan Nemerson
$i=Array(); would probably be better as $temp=Array(); although i THINK either one is redundant... sorry > /* Untested */ > $num = 32; > $i=Array(); > for($x=1;$x<=$num;$x++) { > $temp[$x]=0; > }; > $i=array_keys($temp); > unset($temp); > > On Saturday 22 September 2001 23:09, you wrote:

Re: [PHP] Strange output by phpinfo()

2001-09-22 Thread Evan Nemerson
That is interesting. Code Red II doesn't trojan browsers, does it??? Hmm that's an interesting idea... Are you using a (malicious) proxy server? That's all I can come up with... On Saturday 22 September 2001 18:50, you wrote: > While viewing my phpinfo() page, i got this: > > QUERY_STRING >

Re: [PHP] News ticker

2001-09-25 Thread Evan Nemerson
Make the output in javascript format. If you just want to write to the document, use something like this document.write(''); My JavaScript is a little rusty, but I think that's the correct format. Have the PHP parsed on your server then the remote site could call it like this:

Re: [PHP] help with some printing stuff

2001-09-25 Thread Evan Nemerson
If you want to cheat, I would create the html doc, then use one of the many HTML -> PDF converters out there. Of course you could also create the PDF by hand, there is a module for that On Tuesday 25 September 2001 08:19, you wrote: > I'm having some trouble putting on a formatting to printer

Re: [PHP] 2 decimal places

2001-09-25 Thread Evan Nemerson
Yeah, but what if they don't JUST want to print it... /*untested*/ $i=524; $n=5-strlen($i); $outnum=""; for($x=1;$x<=$n;$x++){ $outnum.="0"; }; $outnum.=$i; On Tuesday 25 September 2001 09:56, you wrote: > > What if I want to pad a number with zeros in the other > > direction? I.E: > >

Re: [PHP] Building Dynamic Value list using ohp

2001-09-26 Thread Evan Nemerson
On another side-note, I haven't had trouble with echo "foo $arr[$a]" which is very handy in loops (especially for, while, and foreach) Also, nice to have you back, Maxim On Wednesday 26 September 2001 09:28 am, you wrote: > > The reason for it is that within double quote you can parse for 's

Re: [PHP] Change linux password using php

2001-10-04 Thread Evan Nemerson
d password too... just in case bob tries to change sue's password. If anything in here is outdated or just plain wrong please tell me. Evan Nemerson PS i thought /usr/bin/md5 should exist so here: #!/usr/local/bin/php -q On Thursday 04 October 2001 07:28 pm, you wrote: > Wha

Re: [PHP] Change linux password using php

2001-10-04 Thread Evan Nemerson
sswd/shadow > file- which brings up yet another problem- security. Do you really want to > give PHP access to your passwd/shadow file??? Also, if I were you I would > verify their old password too... just in case bob tries to change sue's > password. > > If anything in h

Re: [PHP] Change linux password using php

2001-10-05 Thread Evan Nemerson
e md5). I found this because I was transferring users between servers so I copy and pasted the passwords and it worked on both occasions. very strange... Bye -- Haim On Thu, Oct 04, 2001 at 11:07:57PM -0700, Evan Nemerson wrote: > Does anyone know what algorithm is used on the passwords in

Re: [PHP] OR

2004-04-25 Thread Evan Nemerson
On Sunday 25 April 2004 12:14 am, Aidan Lister wrote: > if (cond || cond2) > > OR > > if (cond OR cond2) > > > What do you use, and why? Doesn't matter- personal preference. -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- "There is a certain r

Re: [PHP] SSI and query string variables to PHP

2004-04-25 Thread Evan Nemerson
27;m going to just pretend this paragraph isn't here ;) > > any way around this without making the whole page a php script ? php.net/parse_str > > Thanks, > > Tim -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- "The greatest mistake is to imagine tha

Re: [PHP] SSI and query string variables to PHP

2004-04-25 Thread Evan Nemerson
file...not sure... > > That's why I'm asking everyone. > > Tim. > > At 01:22 AM 4/25/2004, Evan Nemerson wrote: > >On Saturday 24 April 2004 10:29 pm, Tim Traver wrote: > > > Hi all, > > > > > > ok, this may be a dumb

Re: [PHP] substrings

2004-04-25 Thread Evan Nemerson
> $r = $colors[1] ; > $g = $colors[2] ; > $b = $colors[3] ; > > but it just seems like I should be able to return a list like > > ($r,$g,$b) = fn(operands,$color) ; > > or so. > > > TIA & HAND > > :-D -- Evan Nemerson [EMAIL PROTECTED] http://co

Re: [PHP] how to verify PHP has been installed with ldap?

2004-04-29 Thread Evan Nemerson
gt; You should see your libphp5.so there with the latest timestamp. if > not, see if there are some errors issued with the 'make install' > (like are you issuing that as root?) > > Also, look in the 'apache' section from phpinfo() and look at the > value for '

Re: [PHP] how to verify PHP has been installed with ldap?

2004-04-30 Thread Evan Nemerson
gt; >> > >> You should see your libphp5.so there with the latest timestamp. if > >> not, see if there are some errors issued with the 'make install' > >> (like are you issuing that as root?) > >> > >> Also, look in the 'apache'

Re: [PHP] bg execution

2004-05-22 Thread Evan Nemerson
c('bash -c "exec nohup setsid php server.php > /dev/null 2>&1 &"'); > > ? > > Thanks -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- "If anyone can show me, and prove to me, that I am wrong in thought or deed, I will gladly change.

Re: [PHP] [OFF] - Transparency in DHTML layers?

2004-06-07 Thread Evan Nemerson
te perfect, but it shouldn't take too long. I just lost interest after about five minutes ;) function exploderPNGhack() { /* Internet Explorer PNG transparency hack * Evan Nemerson <[EMAIL PROTECTED]> * * This should allow MSIE to properly display transparent PNGs. * * Thanks to: *

Re: [PHP] SQL Case sensitivity

2004-06-23 Thread Evan Nemerson
nctions or operators > that remove the case-sensitivity. However, I have tried this where > clause to no avail: > > WHERE LCase(fldBody) LIKE '%$strSearchFor%' > > Any help would be much appreciated! -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- "

Re: [PHP] Sort a text string by last word before separator

2004-06-23 Thread Evan Nemerson
every entry on arrays/strings and > searched code snippets. Almost all focus on one element arrays such "apple, > orange, peach" rather than 2 or more elements such as "fancy cars, big > trucks, fast dangerous motorcycles," > > Is it even possible to accomplish this t

Re: [PHP] PHP4 : Installing LDAP without recompiling ?

2004-07-23 Thread Evan Nemerson
le PHP ? Try running phpize in the ext/ldap dir, then do the ./configure make make install dance. You should end up with a nice little ldap.so that you can load with dl() > > Very thanks for your help > > Regards, > Ange. -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en

[PHP] Monitoring system resources used by PHP

2007-08-20 Thread Evan Kaufman
I'm looking for a way to monitor the system resources (CPU, memory, Disk I/O, etc) used by the PHP engine on a linux machine. I can't monitor it by the usual means (top, etc), since it runs as part of the apache process(es). Does anyone know if a tool exists from Zend, or a module for Apache, to m

Re: [PHP] Letters in Loops

2006-03-23 Thread Evan Priestley
On Mar 23, 2006, at 10:08 AM, Ben Miller wrote: In trying to make an alpha list, using the following: for($i=A;$i<=Z;$i++) { echo "$i"; } Produces: A B C... X Y Z AA AB AC... AX AY AZ... all the way to YZ. What am I doing wrong that it's not stopping at just plain old "Z", witho

Re: [PHP] protecting passwords when SSL is not available

2006-03-27 Thread Evan Priestley
ed presumably being the critical periods), the system offers no security over non-nonced password transmission. Evan [1] http://en.wikipedia.org/wiki/Nonce On Mar 27, 2006, at 8:30 AM, Satyam wrote: I know the answer to a secure site is SSL, but what if you are on a shared host, SSL is unava

Re: [PHP] protecting passwords when SSL is not available

2006-03-27 Thread Evan Priestley
ays "this session has already logged in" will also have expired. I'm not sure if PHP will create an expired session ID for you; presumably it won't, but if you're writing your own session handler or implementing nonced password transmission in some other programming

Re: [PHP] protecting passwords when SSL is not available

2006-03-28 Thread Evan Priestley
This looks good, as far as I can tell. Good luck with implementation. Evan On Mar 28, 2006, at 2:51 AM, Satyam wrote: You are absolutely right! I love this list! I didn't realize that I was sending the session_id. Let's see if this works. On first serving the login page

Re: [PHP] newbie question

2006-04-05 Thread Evan Priestley
On Apr 5, 2006, at 11:41 AM, Jay Blanchard wrote: ^ Not sure if this is just a transcription error, but that should be an 'l' (ell), not a '1' (one) in "nl2br". Evan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Filter out MS Word 'quotes' for RSS

2006-04-26 Thread Evan Priestley
On Apr 26, 2006, at 5:45 AM, Kevin Davies wrote: Obviously I need to convert these on entry, or on output into RSS. Does anyone know of an easy way to do this, or is it a case of identifying each unusual character individually? These high-ascii characters have ord() values greater than 12

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Evan Priestley
Tell you what: write file_get_contents() in Javascript, and I'll write the rest of it. Evan On Apr 26, 2006, at 4:36 PM, Warren Vail wrote: This brings up a reoccurring issue for me and I'd be interested if anyone else has given it any thought. PHP appears to me to be incompl

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Evan Priestley
"var a = 3", but a huge number of PHP functions either can't be implemented in Javascript (file_get_contents) or are fundamentally unsafe to implement in Javascript (mysql_query), so you'd end up with a language you couldn't do anything with. Evan On Apr 26

Re: [PHP] Fast search

2006-05-17 Thread Evan Priestley
ter set and the length of the longest pattern, not of the total number of patterns. This particular implementation has some nice side-effects; uncomment the var_dump() line and note how 'pirate' and 'firm' have been

Re: [PHP] PHP & PDFs...

2004-02-19 Thread Evan Nemerson
ant is a PDF of the first page of another PDF, right? > > Russ Jones -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin -- PHP

Re: [PHP] Possible to write CRC/MD5 to the file?

2004-02-22 Thread Evan Nemerson
hack GPG a bit (not as difficult as you'd think) to have the PGP stuff in PHP comments, but i think you could do it... Sorry, I'm rambling. > > Just some thoughts. > > //Simon -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- PHP General Mailing List (http

Re: [PHP] Php and GpG

2004-02-23 Thread Evan Nemerson
> [1] http://www.php.net/popen > [2] http://www.php.net/ref.exec > [3] http://www.php.net/operators.execution > > -- > Adam Bregenzer > [EMAIL PROTECTED] > http://adam.bregenzer.net/ -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- PHP General Mailing Li

Re: Re[2]: [PHP] Detecting Binaries

2004-02-23 Thread Evan Nemerson
27;s off the top of my head, which means two things: (1) i may be forgetting something, and (2) I need a life ;) I'm not up to speed on this thread, but perhaps you could (ab)use some techniques from natural language processing? May be overkill, though ;) > > -- > Best rega

Re: [PHP] Finding out the local path to a file.

2004-02-23 Thread Evan Nemerson
n by > using phpinfo() point to the location of the file, not the folder I'm > requesting. > > Any ideas? dirname($_SERVER['SCRIPT_FILENAME'])? > > //Simon -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] saving form data

2004-02-23 Thread Evan Nemerson
bly your best option would be to send a POST request through the HTTPD via a socket- there are libraries out there to help you do this easily, try PEAR, hotscripts, phpclasses, etc. > > Thanks! > > -- > > Charlie Fiskeaux II > Media Designer > Cre8tive Group >

Re: [PHP] Detecting Binaries

2004-02-23 Thread Evan Nemerson
ary file URL: $url\n"; > $kill = mysql_unbuffered_query("DELETE FROM search WHERE > url_id='$url_id'"); > continue 2; > } > ++$ckbin; > } > I know it looks kind of funky out of context, but it work

Re: [PHP] system / exec Question...

2004-02-23 Thread Evan Nemerson
" > > Gary Sanders > Sr. Engineer - replaytv > Digital Networks North America > 2600 San Tomas Expwy. > Santa Clara, CA 95051-0953 > 408-565-7103 -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Apache/IE hangs with PHP

2004-02-26 Thread Evan Nemerson
ipt, I get the answer immediately. > > I've tried almost everything, Apache 2.0, PHP5, disabling Keep-Alive in > Apache, nothing works. > > What am I doing wrong? Is that a natural behaviour. > > Thanks for your help, > Vincent -- Evan Nemerson [EMAIL PROTECTED] http

Re: [PHP] Access DNS record

2004-02-26 Thread Evan Nemerson
> Jeff > > > - > Do you Yahoo!? > Yahoo! Mail SpamGuard - Read only the mail you want. -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP support C++?

2004-03-08 Thread Evan Nemerson
imple function. Why not just rewrite in in PHP? > > Thanks, > Kenneth -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php debug

2004-03-08 Thread Evan Nemerson
oducing code, I'll take a look at it. Try to get it down to as few lines of possible. -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- "If you would be a real seeker after truth, you must at least once in your life doubt, as far as possible, all things."

Re: [PHP] Compiling PHP classes/libraries to objects

2004-03-08 Thread Evan Nemerson
On Monday 08 March 2004 04:44 pm, Tariq Murtaza wrote: > Hi All > > Is there any way to use compiled form of libraries/classes in PHP. > Comments please... http://turck-mmcache.sourceforge.net/ > > Regards, > Tariq -- Evan Nemerson [EMAIL PROTECTED] htt

Re: [PHP] Spelling without Aspell/Pspell

2004-03-10 Thread Evan Nemerson
ast aspell has a CLI- enchant probably does too. Wouldn't be too difficult to hack something together. > > In other words, something that will work on a base install of PHP4.2+. > > --- > Justin French > http://indent.com.au -- Evan Nemerson [EMAIL PROTECTED] http://coe

Re: [PHP] AI:Categorizer

2004-03-10 Thread Evan Nemerson
> Szatan, Szatan...http://666-666.0-700.pl foReVeR( * ) > Poznaj jej zwiewne kształty... http://www.opera.com 007 -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] file management system

2004-03-11 Thread Evan Nemerson
bout the files, and to rate these. > - we're looking for such a system as Free software (GPL for example) > - if all those feteares are not available in an existing system, > we will add those, but if such a system do not exist, is there people > interested in the same features to

Re: [PHP] Problem with PDFlib

2004-03-11 Thread Evan Nemerson
> > Line 18 is the following: PDF_set_info($p, "Creator", "invoice.php"); > > It will do that for any other line too if i comment that out (that is using > pdf stuff) > > Any ideas? Thanks > > Teren -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup

Re: [PHP] Dumb

2004-03-11 Thread Evan Nemerson
t php4 to use the mysql4 client? > > I would like to know if this is possible just using rpms. I could do it > re-compiling everything myself, but I kind of want to stick to the rpm > style installation on this server if possible. > > Thanks for any help. -- Evan Nemerson [EMAIL PROTEC

Re: [PHP] Pear Package...

2004-03-15 Thread Evan Nemerson
cli; `pear install DB`, for example > the one I use along with the web files. I tried the include and require > function but no luck. > >Why is that? What workaround do I need on this? > > FletchSOD -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- "...t

Re: [PHP] Php mailer

2004-03-19 Thread Evan Nemerson
IMP and SquirrelMail are both nice. http://www.horde.org/imp/ http://www.squirrelmail.org On Friday 19 March 2004 03:40 pm, Mrs. Geeta Thanu wrote: > Hi all, > > I am new to php and want to use php for our mailing program. > At present we have servlet program what the users access it thru web >

Re: [PHP] SQL Injection check (mysql)

2004-03-22 Thread Evan Nemerson
Chris Shiflett - http://shiflett.org/ > > PHP Security - O'Reilly > Coming mid-2004 > HTTP Developer's Handbook - Sams > http://httphandbook.org/ > PHP Community Site > http://phpcommunity.org/ -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en

Re: [PHP] Storing encrypted data in a database with

2004-03-23 Thread Evan Nemerson
x27; ) ' > at line 1 > > Now, if you look closely you can see and additional single quote in > ÃR'âHXâ. I cannot use addslashes() here can I? Or should I base64_encode > each item and then decode on the way back out. Any thoughts would be > appreciated. > > TVMIA! -

Re: [PHP] something like __URL__ (analogous to __FILE__)

2004-03-23 Thread Evan Nemerson
> > So no matter what file I use (like rabbits.php) and I include config.php, > CONFIG_FILE_URL will always return the url for the config file and NOT the > file doing the calling (rabbits.php). > > Sorry for the longwinded explanation. I hope someone can help! Thank you. >

Re: [PHP] How to send SMS

2004-03-28 Thread Evan Nemerson
t: Monday, March 29, 2004 12:49 PM > Subject: [PHP] How to send SMS > > > How to send sms with PHP and Mysql and mobil phone Nokia 5110? > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php -- Eva

Re: [PHP] Bison and Flex required to install PHP?

2004-03-30 Thread Evan Nemerson
On Tuesday 30 March 2004 06:08 pm, Terence wrote: > checking lex output file root... ./configure: line 2425: lex: command not > found > configure: error: cannot find output from lex; giving up > > and from a search on Yahoo!: > > http://www.madpenguin.org/modules.php?op=modload&name=NS-Comments&fil

[PHP] [ANNOUNCE] PHP extension for neural networks

2004-03-31 Thread Evan Nemerson
a bit. I'm sending something over to pecl-dev right now, so hopefully the extension will be there sometime soon. Meanwhile, if you want to play with it, I'd love to get some feedback- positive or negative. Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en -- PHP General Mai

Re: [PHP] PDF Page Pulling

2004-04-07 Thread Evan Nemerson
o be able to pull a certain page out of a multi-page PDF, and then > be able to save that single page to it's own PDF file. > > Anyone know how to do this with free tools? > > Thanks. > > -- > > Adam Voigt > [EMAIL PROTECTED] > > -- > PHP General Mailing L

Re: [PHP] Need help with for loop, pulling MySQL data, completely lost

2005-08-21 Thread Evan Priestley
n of your problem, by the way; this one's tricky and definitely had me for a while when I first ran into it. Evan On Aug 21, 2005, at 7:24 AM, Dan Trainor wrote: Hello, all - As a pet project of mine, I've decided to write a bit of code. This is what I have, and it

Re: [PHP] gettting last assigned key in an array

2006-02-10 Thread Evan Priestley
function get_last_key( $array ) { // end( $array ); return key( $array ); return array_search( reset( array_reverse( array_values( array_flip( $array ) ) ) ) ,array_reverse( array_values( array_flip( $array ) ) ) ,true

[PHP] Solaris and libtool

2001-02-27 Thread Montgomery-Recht, Evan
Is anyone here framiliar with Solaris/libtool issue's? thanks, evan -- 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]

[PHP] PHP and iPlanet on Solaris

2001-02-28 Thread Montgomery-Recht, Evan
not in the documentation that I need to add. thanks, evan -- 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]

[PHP] iPlanet issue...

2001-02-28 Thread Montgomery-Recht, Evan
/server4/docs" Then I change it to reflect it for the virtual domain and it works for that virtual domain, but no others and then all of the sudden if there's anything on the main page, ofcourse that doesn't work. help. evan -- PHP General Mailing List (http://www.php.net/) To uns

RE: [PHP] PHP and iPlanet on Solaris

2001-03-01 Thread Montgomery-Recht, Evan
Figured it out, it the reference for php4_execute service needs to be higher up in the file. evan > -Original Message- > From: Montgomery-Recht, Evan [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 28, 2001 9:33 AM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP

<    1   2   3   4   5   >