Re: [PHP] Output (Urgent!)

2001-07-17 Thread Joseph
How you want to get a value from client side to php on the same page? Joseph "Orv î?÷inklÏ ²ørÏkîskî" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi Frederik > > Run this code. It does what you want it to. > In your or

[PHP] Re: Adding elements to an array

2001-07-17 Thread Joseph
Try $MyArray = array('DATETIME' => $DateTime); $MyArray["BUYVAL" ] = "1.23"; "Sharat Hegde" <[EMAIL PROTECTED]> wrote in message 30402B4CB8C7D311A3C600C04F1513BC7E8976@bg2ipmail">news:30402B4CB8C7D311A3C600C04F1513BC7E8976@bg2ipmail... > Hello, > > I have a requirement to add elements to an assoc

[PHP] Attention Adelaide Developers

2002-03-19 Thread Joseph Blythe
above areas and live in Adelaide South Australia, please send resumes, relevant experience and contact details to: mailto:[EMAIL PROTECTED] Please do not reply on this list! Regards, Joseph Blythe Production Manager Optcom 49a Orsmond Street Hindmarsh SA 5007 P: (08) 8346 3311 F: (08) 8346

[PHP] Autoload of cookies on Linux fails, Win32 works???

2002-04-28 Thread Joseph Smith
ing of cookies, then it prints "12345" On linux, this does not happen. In fact, there appears to be no autoloading of variables. Is this intentional or is there a configuration setting I'm missing? Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Autoload of cookies on Linux fails, Win32 works???

2002-04-28 Thread Joseph Smith
Thanks, but when I tried this.. I consistently get "No Cookie!!" Yes, the cookie is set.. I can delete the cookies and a new one gets created. - Original Message - From: "Miguel Cruz" <[EMAIL PROTECTED]> To: "Joseph Smith" <[EMAIL PROTECTED

Re: [PHP] Autoload of cookies on Linux fails, Win32 works???

2002-04-28 Thread Joseph Smith
l Cruz" <[EMAIL PROTECTED]> To: "Joseph Smith" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, April 28, 2002 4:35 PM Subject: Re: [PHP] Autoload of cookies on Linux fails, Win32 works??? > On Sun, 28 Apr 2002, Joseph Smith wrote: > > Assuming I&#x

[PHP] Slow in retriveing webpage

2002-05-04 Thread Joseph Then
Hi! I want to grab a webpage and I use the file() function to grab it. The URL in the file() function works OK when I typed it in my address bar. The speed is OK. $fcontents = file ("http://www.website.com/cgi-bin/cgifunction/webpage.cgi";); However, when I use the above code and tried to run t

[PHP] my PHP scripts hangs over a simple error

2002-07-08 Thread Joseph Szobody
expecting `','' or `';'' in /var/www/html/test.php on line 4 Now why didn't that come up immediately?! Any help is appreciated. Thanks, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: if statement

2002-07-08 Thread Joseph Szobody
try this: if($type=="test1" || $type=="test2" || $type=="test3"){ Joseph <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Is it possible to do something like this all on one line. > What I need is if

[PHP] Zip Problem

2002-07-08 Thread Mathew Joseph
Hi There, I am trying to incorporate zipping and unzipping files on a windows platform via PHP. I came across ZZiplib but wasnt able to find any information with regard to windows installation. Is there anyone who has tried something similar ? If yes, could you give me installation deta

[PHP] can I call a variable... using variables?

2002-07-09 Thread Joseph Szobody
t;; } I get a parse error when trying to run this code. Can I not use $i to call the $var1, $var2, etc. variables? Is there another way of doing this? Thanks, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: can I call a variable... using variables?

2002-07-09 Thread Joseph Szobody
Thanks folks. Worked like a charm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Accessing multiple List/Menu values

2002-07-10 Thread Joseph Szobody
ocessing script access all these different values in 'list'? If I try to echo '$list' it only show *one* of the selected items from the list. I've tried treating it as an array ($list[0], $list[1], etc), but that doesn't work either. How do I get at the diff

[PHP] Enabling php in only certain hosts and directories

2001-10-23 Thread Joseph Blythe
gards, Joseph -- 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] Enabling php in only certain hosts and directories

2001-10-24 Thread Joseph Blythe
Thanks! What would people reccommend? 1) just using safe mode 2) using open_basedir and disable_functions 3) all of the above? 4) Just shutoff the server :) If (2) or (3) what functions are most at risk? I understand that safe_mode limits quite a few already. Regards, Joseph -Original

[PHP] disable_functions not working in httpd.conf

2001-10-25 Thread Joseph Blythe
dmin_value safe_mode_allowed_env_vars PHP_ php_admin_value safe_mode_protected_env_vars LD_LIBRARY_PATH php_admin_value sendmail_from [EMAIL PROTECTED] What am I doing wrong, any suggestions welcome on the above conf too :) Thanks in advance, Joseph -- PHP General Mailing List (http://w

RE: [PHP] editor for working with php

2001-10-25 Thread Joseph Blythe
active states komodo (www.activestate.com) or ZendIDE 2 (www.zend.com) I have used both and are really good as you can debug both local and remote scripts both are commercial though, komodo is free for non-commercial use. I believe you can beta test them both (ZendIDE2 requires you to be ZPal) :)

[PHP] security

2001-10-25 Thread Joseph Blythe
just stummbled across this great study by Shaun Clowes on php security, this is just the kind of information I have been looking for, thought others could also benefit from it. http://www.securereality.com.au/studyinscarlet.txt found during google search: PHP Security cheers, joseph -- PHP

RE: [PHP] security

2001-10-25 Thread Joseph Blythe
ok thanks, think I fall in that category too, but doing my best to change it :) -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Friday, 26 October 2001 4:05 PM To: Joseph Blythe Cc: [EMAIL PROTECTED] Subject: Re: [PHP] security Has been around for quite a while

RE: [PHP] What is the best way to do this...

2001-10-26 Thread Joseph Blythe
helps, Joseph -Original Message- From: DeloX [mailto:[EMAIL PROTECTED]] Sent: Friday, 26 October 2001 4:49 PM To: [EMAIL PROTECTED] Subject: [PHP] What is the best way to do this... Let s say i have 5 pages on my site. I want some content to appear on each page so that when i want to

RE: [PHP] lesson in NOT how to run your php website ...

2001-10-29 Thread Joseph Blythe
much pain stakingly changing all of our passwords everything seems to be ok now. Just thought it was kind of funny that they blammed the web developer first as I am the one who uses all the weird arsed software :) Regards, Joseph -Original Message- From: brendan [mailto:[EMAIL PROT

RE: [PHP] Searchengine friendly URLs

2001-10-30 Thread Joseph Blythe
Not sure if you have seen this, it has been around for a while: http://www.phpbuilder.com/columns/tim2526.php3 Regards, Joseph -Original Message- From: Andy [mailto:[EMAIL PROTECTED]] Sent: Saturday, 27 October 2001 3:44 AM To: [EMAIL PROTECTED] Subject: [PHP] Searchengine

RE: [PHP] Re: I rest my case

2001-10-30 Thread Joseph Blythe
-php-source .phps Just a thought! Joseph -Original Message- From: J W W L (Warwick) Berg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 31 October 2001 3:15 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: I rest my case Hey thanks guys for the help, but it's still not happening. Apach

[PHP] Posting variables to a cgi without a form

2001-11-04 Thread Joseph Blythe
, Joseph -- 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] Posting variables to a cgi without a form

2001-11-04 Thread Joseph Blythe
Thanks, I got to recompile php to do this (me too lazy), can't I do this with the network/filesystem functions? will keep this in mind though. Regards, Joseph -Original Message- From: Jason G. [mailto:[EMAIL PROTECTED]] Sent: Monday, 5 November 2001 4:14 PM To: Joseph Blythe Su

[PHP] usage stats

2001-11-22 Thread Joseph Blythe
dated? Thought there may be some way of grabbing the stats and generate my own graph with gd or something? Any ideas? Regards, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

RE: [PHP] Missing PHP.ini

2001-11-22 Thread Joseph Blythe
John, Look in the original distribution files for php.ini-dist (or php.ini-optimized) and copy it to c:\windows\php.ini As far as I know php can run without a php.ini I beleive it has builtin defaults. Regards, Joseph -Original Message- From: John Monfort [mailto:[EMAIL PROTECTED

[PHP] strip php out of html

2001-11-22 Thread Joseph Blythe
ose because of the escape characters... Another option would be to find the php code evaluate it and then put the result back in the correct position, I sort of tried this with not much luck. Any ideas.. Regards, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

RE: [PHP] strip php out of html

2001-11-22 Thread Joseph Blythe
list :) I don't need the php in the printable version so if I can either eval it or strip it out that would be nice. Regards, Joseph -Original Message- From: David Robley [mailto:[EMAIL PROTECTED]] Sent: Friday, 23 November 2001 2:28 PM To: Joseph Blythe; [EMAIL PROTECTED] Subject: R

RE: [PHP] strip php out of html

2001-11-22 Thread Joseph Blythe
people don't click on it and point it at its self, it just comes up blank anyway as it does not use the dreamwaever template. Regards, Joseph -Original Message- From: Joseph Blythe [mailto:[EMAIL PROTECTED]] Sent: Friday, 23 November 2001 2:47 PM To: [EMAIL PROTECTED] Cc: [

RE: [PHP] GD, PNG

2001-11-22 Thread Joseph Blythe
, Joseph -Original Message- From: Yamin Prabudy [mailto:[EMAIL PROTECTED]] Sent: Saturday, 24 November 2001 4:46 AM To: Michael A. Peters; PHP Subject: Re: [PHP] GD, PNG I try to compile againts PNG and JPEG and for web inteface i had install zlib and png and jpeg then gd but still have no

RE: [PHP] GD, PNG

2001-11-25 Thread Joseph Blythe
freetype2 libs/includes, but if you get it compiled you should have no problems. Regards, Joseph -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, 23 November 2001 5:04 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] GD, PNG Hello, and thanks for your time, whi

RE: [PHP] GD, PNG

2001-11-25 Thread Joseph Blythe
least it is a standard :) Good luck with the install. Regards, Joseph -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, 26 November 2001 9:11 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] GD, PNG Interesting. Thanks So after untar, I will use that sequenc

[PHP] @file problems w/ remote files

2001-12-10 Thread Joseph Fung
e knows of an alternate way to download a file from a server - if that failed, set a flag and continue processing rather than simply erroring out. Thanks for any help - sorry for the miscommunication earlier. Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

RE: [PHP] RE: @file problems w/ remote files

2001-12-11 Thread Joseph Fung
uggestions, Joseph -Original Message- From: Tim Ward [mailto:[EMAIL PROTECTED]] Sent: December 11, 2001 4:55 AM To: PHP General Mailing List; Joseph Fung Subject: [PHP] RE: @file problems w/ remote files How about wrapping the "@file(...);" in an "if(file_exists(...)) {..

[PHP] File Upload Mime Headers Garbled

2001-02-22 Thread Joseph Koenig
I've seen this question asked, but I have yet to find the answer. What do I need to do to make IE on Mac stop giving me a warning that the File Upload Mime Headers are Garbled when a user uploads a file? Thanks, Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAI

[PHP] How to escape '$' in scripts?

2001-01-22 Thread Joseph Stein
I have a dilemma. I have recently started using CVS to maintain my website, and am using some CVS tags ($Id$, etc) and they show up as follows: those spare ':' should look like this: Author: $Author: joes $ Revision date: $Date: 2001/01/10 21:10:10 $ ID: $Id: index.php,v 1.3 2001/01/10 21

[PHP] PHP Install Problem

2001-03-19 Thread Joseph Koenig
Hi, I'm trying to get php to install on a RH 6.2 system. Apache 1.3.12. All goes well with the configure, make, and make install, but my server (apache) won't start and I get this message: Syntax error on line 249 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into serve

[PHP] browscap.ini

2001-03-27 Thread Joseph Blythe
okies) Any help always appreciated, Regards, Joseph -- 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 jobs?

2001-04-01 Thread Joseph Bannon
What is a good place to find PHP jobs? J Say I'm Hot! - Post Your Picture! http://www.sayimhot.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 administrators, e-mail: [EMAI

RE: [PHP] is this syntax correct?

2001-04-02 Thread Joseph Bannon
What does global and session_register do? J Say I'm Hot! - Post Your Picture! http://www.sayimhot.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 administrators, e-mail:

[PHP] geocities and php

2001-04-02 Thread Joseph Bannon
I notice that geocities does not allow you to reference images that are on their servers to your homepage on another server/host. Is there a way to make PHP send different host information to geocities' server? Thanks, J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] changing image size

2001-04-02 Thread Joseph Bannon
Can PHP change the size of an image (gif or jpg)? J Say I'm Hot! - Post Your Picture! http://www.sayimhot.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 administrators, e-m

[PHP] socket functions

2001-04-02 Thread Joseph Blythe
socket fuctions I can not get this to work eithier. any help would be appreciated, regards, joseph -- 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

Re: [PHP] socket functions

2001-04-03 Thread Joseph Blythe
Joseph Blythe wrote: > hello, > > does anyone know if set_nonblock() works, what paramaters it takes > and what it returns? > > there is only one mention of it in the manual under accept_connect, > and I can not seem to set the socket to non block?? > > al

[PHP] UDDI

2001-04-03 Thread Joseph Blythe
Hey, Is anyone using php and UDDI together, if so I would appreciate some comments, insights, recommendations etc... I really don't feel like selling my soul to Microsoft yet :-) Regards, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

Re: [PHP] socket functions

2001-04-04 Thread Joseph Blythe
atible? (it returns an error) You have to use set_nonblocking() which doesn't seem to work. > There is note that says it does not work with PHP4/Win32. I may need to check > BugDB to find out status of this problem. I am running linux so this should not matter. Thanks for your reply,

Re: [PHP] PHPSESSID sticks to every link after upgrate of Apache/PHP

2001-04-04 Thread Joseph Blythe
Maxim Maletsky wrote: > > Site uses sessions and, somehow, after this upgrade started carrying > PHPSESSID through HREF. Sounds to me like php was compliled with the --enable-trans-sid option which does exactly that. Just a guess. Regards Joseph -- PHP General Mailing L

[PHP] sockets (long)

2001-04-04 Thread Joseph Blythe
in example 1 the socket is not being set to nonblock mode? Can anyone verfiy this, give me a better way, or maybe just put me out of my misery :-) Regards, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP] sockets (long)

2001-04-04 Thread Joseph Blythe
;t set nonblocking to a > valid value at the current time. > > Hopefully it will be fixed in 4.0.5, due out in a few days. It was probaly me as I posted a message about this a few days ago ;-) I really hope that it does get fixed in 4.0.5 Oh well as they say !@#$ happens, Thanks,

[PHP] PHP and geocities

2001-04-05 Thread Joseph Bannon
> Sure you can, but the only way I know of is to use fsockopen() and use > fputs() to mimick an HTTP connection session. Can you give me the coding for this? > To fake geocities you'll need to set the referer, I believe. Not sure what > it needs to be set to, however. What is the code for thi

Re: [PHP] sockets (long)

2001-04-05 Thread Joseph Blythe
the manual under accept_connect() under the socket functions. I believe that the new socket functions non blocking mode is dead in the current version of php at least under linux. Regards, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE

[PHP] cookies that don't expire

2001-04-06 Thread Joseph Bannon
How do you set cookies that don't expire? J Say I'm Hot! - Post Your Picture! http://www.sayimhot.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

[PHP] running as a script

2001-04-07 Thread Joseph Bannon
How do you get PHP to run at a script, like at a telnet prompt? J -- 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] submitting to a remote form

2001-04-07 Thread Joseph Bannon
I have a remote php script on a remote server that I need to submit information to. Does PHP have the ability for me to submit information remotely? J Say I'm Hot! - Post Your Picture! http://www.sayimhot.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

RE: [PHP] submitting to a remote form

2001-04-07 Thread Joseph Bannon
> You can use fopen/fread to open the script remotely. > > Just append the query string onto the url something like this: > > www.example.com/example.php?var1=var > > ...and example.php will have $var1 with the value "var". That's basically > like using GET on a form. > > I believe that's what

RE: [PHP] submitting to a remote form

2001-04-07 Thread Joseph Bannon
Thanks for the info. Question: Is there a simple way to encode text? J -- 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 PROTECT

[PHP] GetImageSize

2001-05-09 Thread Joseph Bannon
For some reason, I can get the image image size for an image on the local machine, but remotely give me an error My code "; echo "size: $size[1]"; echo "size: $size[2]"; echo "size: $size[3]"; $size = GetImageSize ("http://www.picpage.com/users/ka/kaurisma1331/images/image0.jpg";); ech

RE: [PHP] GetImageSize

2001-05-09 Thread Joseph Bannon
> What version of PHP are you using? According to the manual: > "URL support was added in PHP 4.0.5" Oh, I have 4.0.4. I need to upgrade don't I?!? Thanks, J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

[PHP] Installing the GD Library

2001-05-09 Thread Joseph Bannon
What all do I need to do to install the GD Library and make it work with PHP? Thanks, Joseph -- 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

RE: [PHP] Installing the GD Library

2001-05-09 Thread Joseph Bannon
> On what kind of platform? Linux. J -- 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] Installing the GD Library

2001-05-09 Thread Joseph Bannon
I found your email http://marc.theaimsgroup.com/?l=php-general&m=98772364615129&w=2 1) But what about installing 1.8.4? 2) What is PNG? 3) What is freetype? Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP] Apache error when installing PHP 4.0.5

2001-05-09 Thread Joseph Bannon
What gives? Here is my error message configure: error: Invalid Apache directory - unable to find httpd.h under /usr/include/apache Here is my configure line I typed in... ./configure --with-mysql=/usr/local/mysql-3.23.37 --with-apache=/usr/include/apache --enable-t

RE: [PHP] Apache error when installing PHP 4.0.5

2001-05-09 Thread Joseph Bannon
> you need to point to the apache-source install > ie: ./configure --with-apache=../apache-1.3.19 But what if I have apache already installed? I have a Cobalt Raq3 with apache already installed. Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

[PHP] OT States and Postcodes

2001-05-09 Thread Joseph Blythe
#x27; as I have already searched alot of script archives but could only find jumpto menus etc. I would really only like to use javascript to refresh the page onChange, and do all the selected stuff with php if possible. Regards, Joseph -- PHP General Mailing List (http://www.php.net/) To unsu

RE: [PHP] Apache error when installing PHP 4.0.5

2001-05-10 Thread Joseph Bannon
> you need to recompile apache too, unless you want to run php as cgi, > in which case you just leave out the --with-apache part Can I call PHP like normal if I don't install it with Apache? Also, is there any way of cheating this? Joseph -- PHP General Mailing

[PHP] Cannot find mysqlclient library

2001-05-10 Thread Joseph Bannon
What exactly is the problem? I don't understand this error message configure: error: Cannot find mysqlclient library under /usr/local/mysql-3.23.37 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

[PHP] starting up apache with php

2001-05-10 Thread Joseph Bannon
Thanks Wagner for the help on the other issue. It worked :-) Here is my next error when I try to start Apache... Cannot load /usr/lib/apache/libphp4.so into server: libmysqlclient.so.10: cannot open shared object file: No such file or directory I have the "libmysqlclient.so.10" file in the "/

[PHP] it didn't upgrade to 4.0.5

2001-05-10 Thread Joseph Bannon
Thanks Shawn, that worked :-) Next thing. I tried to upgrade PHP to 4.0.5 but when I do "php -v", I get "4.0.4". What do I need to check to make sure it was upgraded? Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

Re: [PHP] HallMark uses PHP!!!!

2001-05-13 Thread Joseph Blythe
drug). Now days you are hard pressed not to at least come across one site using it during a normal web browsing session. Long Live PHP, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] installing PHP on a sun box

2001-05-14 Thread Joseph Bannon
I'm installing PHP on a sun box and when type in "make" and i get "not found". How can I run make if it's not found? Thanks, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP] Upgrading PHP

2001-05-14 Thread Joseph Bannon
Does anyone know of instructions on upgrading PHP? J -- 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] finding a variables name

2001-05-14 Thread Joseph Blythe
Hey ppl, How does one find the name of a variable, not what the variable contains? This is not the same as variable variables. I know this seems a bit pointless but I have come across a situation where I really need to be able to do this. Hope someone can help, Thanks, Joseph -- PHP

Re: [PHP] finding a variables name

2001-05-14 Thread Joseph Blythe
while ( list($key, $val) = each($array) ) { $out .= "$array_name[$key] = $val"; if ($size != $i - 1) $out .= ","; } $out .= ");"; return $out; } ///// Thanks, Joseph

Re: [PHP] finding a variables name

2001-05-14 Thread Joseph Blythe
Joseph Blythe wrote: > Ok here is what I am trying to acheive, basically turning a php array > into a javascript array, note this is untested and most likley won't > work :-) > > Where $array_name I need the same name as the functions first and only > argument $array

[PHP] RE: it didn't upgrade to 4.0.5

2001-05-15 Thread Joseph Bannon
What can I delete on my server to do a fresh install? I'm trying to upgrade php and it's not working. Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP] Continue Script after readfile()

2001-05-16 Thread Joseph Koenig
is it possible for a script to continue running after calling readfile()? I have a function that uses readfile(), after the file has been read, I need to update a database. Any reason my script would just stop executing? At first I thouht it may be a time limit, issue, but I set time limit to 0 an

Re: [PHP] Continue Script after readfile()

2001-05-16 Thread Joseph Koenig
OK, I think I failed to see what was realling happening. The script is continuing after the readfile(), however, I want the page to reload after the file is done. The link that lets the user download the file is really a link to $PHP_SELF with some variables set. Everything in the script will cont

[PHP] deleting a file

2001-05-16 Thread Joseph Bannon
What is the file function to remove/delete a file from a server? Joseph Say I'm Hot! - Post Your Picture! http://www.sayimhot.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP] Chained Selectors

2001-05-16 Thread Joseph Blythe
better solution as I really need this functionality, but believe such long waits on a eccomerce site is crazy, if any Australians are reading this and have done this kind of thing before could they please let me know how? Thanks again, Joseph -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Chained Selectors

2001-05-17 Thread Joseph Blythe
For an example of the speed of this in a semi-production enviroment checkout: http://www.secure.binarylogic.com.au/~chained Let me know your thoughts etc... Oh and also check out the unknown error on line 12 hmm suspect... Thanks, Joseph -- PHP General Mailing List (http://www.php.net

Re: [PHP] Chained Selectors

2001-05-17 Thread Joseph Blythe
Joseph Blythe wrote: > For an example of the speed of this in a semi-production enviroment > checkout: > > http://www.secure.binarylogic.com.au/~chained > > Let me know your thoughts etc... > > Oh and also check out the unknown error on line 12 hmm suspect... >

[PHP] removing PHP

2001-05-17 Thread Joseph Bannon
How do I remove PHP from my server? I need to do a fresh install. Joseph -- 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] Re: removing PHP

2001-05-17 Thread Joseph Bannon
I'm using Red Hat. I installed the source. I want to do a fresh install of PHP becaue no one will tell me how to upgrade 4.0.4 to 4.0.5 -lol. J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

RE: [PHP] Re: removing PHP

2001-05-17 Thread Joseph Bannon
I did --with-apache. For some reason, when I install 4.0.5, it doesn't catch. It still says 4.0.4. Is there a main file(s) I can remove to make sure 4.0.5 catches? T, Joseph -Original Message- From: Michel 'ZioBudda' Morelli [mailto:[EMAIL PROTECTED]] Sent: Thursday, May

[PHP] Finding if a number is in the range

2001-05-17 Thread Joseph Blythe
this would take some time as there are around 3000+ numbers. I do however have all the numbers in a database already but they are not categorized in ranges. A better way? Thanks Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] PGP with MySQL

2001-05-17 Thread Joseph Blythe
essing the order have the decryption key on > the their computer. > > Any comments or different ideas on this system? Jeff, search of the php-general list archives for 'PGP' as I have been through this one and there are a few concerning issues. Regards, Joseph -- PHP Gener

Re: [PHP] Finding if a number is in the range

2001-05-17 Thread Joseph Blythe
t finished my computational theory and computer > algorithms honors exam. Smarty Pants :-) I give these ideas a go unfortunately the ranges are not contiguous, they are all over the place. Thanks. Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

Re: [PHP] PGP with MySQL

2001-05-21 Thread Joseph Blythe
ough the archives and couldn't find > your message. I'm interested in this also. The PHP PGP tutorials > all deal with sending e-mail using PGP. I would like to be able to do > this on the server to retrieve information from the server. > Jeff Oien Sorry for the confusion, but I

Re: [PHP] Encrypt Password for Session

2001-05-22 Thread Joseph Blythe
't know if there are any major security holes though? example: if ( isset($verified_user) ) { $user = $verified_user; } else { $user = "nobody"; } Hope this helps, it is pretty simple really. Regards Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

[PHP] Re: mysql error, dont see why.. please help

2001-05-22 Thread Joseph Bannon
Correct, SET must be before WHERE. Joseph CollegeSucks.com -Original Message- From: Tyler Longren [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 4:04 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] mysql error, dont see why.. please help Shouldn't

[PHP] OT PHP Manuals

2001-05-22 Thread Joseph Blythe
Hey all, Just was wondering if anyone knew what was used to make the php manuals in the windows help format (.chm), I really like them :-) Regards, Joseph. -- BoldFX / Binary Logic The Logical Choice 750 Port Road Beverley 5009 Ph: (08) 8244 1800 Fax: (08) 8244 1811 mailto: [EMAIL PROTECTED

Re: [PHP] OT PHP Manuals

2001-05-22 Thread Joseph Blythe
also has bookmarks, as for PDF's they are good if you want to print. I have quite a few html manuals I would like to convert for personal use I don't care about portability as I am the only one who will be reading them. That is why :-) Regards Joseph. -- PHP General

Re: [PHP] OT PHP Manuals

2001-05-22 Thread Joseph Blythe
Matt McClanahan wrote: > On Wed, May 23, 2001 at 10:37:06AM +0930, Joseph Blythe wrote: > >> Hey all, >> >> Just was wondering if anyone knew what was used to make the php manuals >> in the windows help format (.chm), I really like them :-) > > > T

Re: [PHP] OT PHP Manuals

2001-05-22 Thread Joseph Blythe
Jason Lotito wrote: > Joseph, > > I was actually about to type back in response explaining to everyone > that you asked WHAT was use to make the .chm files. You must forgive my > colleagues, they sometimes forget to actually read the email, rather > than just scan the em

Re: [PHP] OT PHP Manuals

2001-05-23 Thread Joseph Blythe
Miles Thompson wrote: > My apologies to Joseph, and to the group at large. > > I didn't read his question carefully, and in retrospect, gave him a > pretty asinine answer. > > Braaay! - Miles Thompson Thanks all this is a great list, apology accepted :-) Joseph

Re: [PHP] setting session.gc_probability

2001-05-23 Thread Joseph Blythe
Johnson, Kirk wrote: > I say that a value of "1" means garbage collection is launched on 1 out of > every 100 page requests, i.e., it truly is a percent. This has been discussed before try searching the list archives, although I believe you are correct in your assumption.

Re: [PHP] Virtual Hosts document root directory.

2001-05-23 Thread Joseph Blythe
I am only guessing. Hope this helps, Regards Joseph -- 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] Store PHP Code in MySQL?

2001-06-19 Thread Joseph Koenig
I've been playing a little bit trying to store some PHP code in MySQL and get it to execute. However, it behaves just like expected in that it just displays the code, and doesn't execute it. Essentially, i want to do this: With $data["text"] containing: Anybody know a way to actually make thi

[PHP] MySQL -> Quicken

2001-06-19 Thread Joseph Koenig
I've got a client who wants to be able to export some stuff from a MySQL database in a format that Quicken can import to print some checks. Is this possible? From what i've seen, Quicken takes a proprietary format. Any info would be appreciated. Thanks, Joe

  1   2   3   >