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();
> ?>
>
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
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
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
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
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
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
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
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
> 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
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
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
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.
--
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.
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
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
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
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
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
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
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
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
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?
> >
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
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
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
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
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
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
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
&
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
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
>
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
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
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
/* 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...
>
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
$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:
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
>
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:
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
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:
> >
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
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
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
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
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
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
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
> $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
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 '
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'
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.
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:
*
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
--
"
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
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
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
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
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
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
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
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
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
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
"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
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
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
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
> [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
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
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
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
>
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
"
>
> 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
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
> 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
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
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."
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
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
> 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
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
>
> 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
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
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
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
>
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
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!
-
>
> 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.
>
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
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
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
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
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
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
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]
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]
/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
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
301 - 400 of 407 matches
Mail list logo