[PHP] host type if you use --no-verify whattha?

2001-09-26 Thread Joseph Blythe
ify didn't tell it to do that :) hope someone can help, as i'm stummped for now. also any suggestions on the configuration options would also appreciated. regards joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] updating a database (mysql)

2001-09-26 Thread Joseph Bannon
When I update my mysql database, is there a way with PHP to know what or if any records where updated? 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

[PHP] handling errors

2001-09-26 Thread Joseph Bannon
http://www.yahoo.com' for reading. line 28 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] Re: Zend Cache & cache_gui

2001-09-25 Thread Joseph Blythe
unfortunatly ZendLaunchPad installed php-4.0.4pl1 with Zend Optimizer 1.0.0 built in static, unless I can figure out how to get LaunchPad working with 4.0.6, will have to scrap it and go back to manually setting it all up. Thanks, Joseph -Original Message- From: John Lim [mailto:[EMAIL

RE: [PHP] Re: cookies

2001-09-25 Thread Joseph Bannon
And this is where I say kma thanks. 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] cookies

2001-09-25 Thread Joseph Bannon
When I set a cookie like below, what does the "300" represend in time? Seconds? setcookie ("referred", "yes", 300, "", ".advparadigm.com",0); Thanks, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-

[PHP] re: Zend Cache & cache_gui

2001-09-24 Thread Joseph Blythe
I was wondering if anyone else has had simular problems, or could point me somewhere to find out what is going on? Any help would be much appreciated. Regards, Joseph. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: [PHP] Finding a File

2001-09-21 Thread Joseph Koenig
ample, pull "AS" out of "ASx" and "MAS" out of "MASx"? I looked through the string functions and didn't really see anything to promising. Something like is_letter() would be cool :) Thanks, Joe Joseph Koenig wrote: > > Hello everyone -- I&#x

[PHP] Finding a File

2001-09-21 Thread Joseph Koenig
Hello everyone -- I'm just a little bit stumped on this. I've got some files that are available for user download, however, the files are in different directories. The file names are based on the item number which is available. For example, item number "AS1000-01" is in directory "AS" and is named

RE: [PHP] Just for fun:

2001-09-20 Thread Joseph Blythe
ll the functions nice and compact the user functions usually just combine a number of the helper functions together, don't know if this the best way but works for me (c: Regards, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

FW: [PHP] PHP 4.0.6/Apache 1.3.20/MySql 3.24.xx install

2001-09-20 Thread Joseph Bannon
Do you have enough space in the partition? Joseph CollegeSucks.com - See PHP in ACTION! -Original Message- (I'm sorry if this is not getting posted in the correct place, but I'm not sure who/where to turn to...) I'm attempting to upgrade my SuSE Linux 7.2 (2.4.x) se

RE: [PHP] database on CD

2001-09-20 Thread Joseph Bannon
It should be possible, especially if you use Java. But, telling MySQL where the database is located is the trick. Joseph CollegeSucks.com - See PHP in ACTION! -Original Message- Ok, Is this possible and how? I would like to put a mysql database on CD (or something like it). I then

[PHP] PHP + NT + Weird line break??

2001-09-18 Thread Joseph Koenig
On NT, I have recently run into this problem. However, this is only as of today. When using include(); at the top of a page: HTML... There is a line break before my page most of the time, but not always. Removing the include file and copy-pasting it's contents into the top of the HTML file gets

[PHP] PHP + FreeBSD + ODBC --> Progress Database

2001-09-13 Thread Joseph Koenig
This is probably a really stupid question. I've been reading info on phpbuilder and at iodbc.org and I must just be missing something. What I want to do is connect to a Progress Database on WinNT from a FreeBSD 4.3 server with PHP 4.0.6. Before I compiled PHP, I was under the impression I needed i

[PHP] GD with GIF support

2001-09-10 Thread Joseph Bannon
Does anyone have GD with GIF support? Can you send it to me? 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

[PHP] GD picture quality

2001-09-07 Thread Joseph Bannon
Take a look at this picture... http://www.sayimhot.com/images/mycurrentscore.jpg ... now take a look at it while text is added to it... http://www.sayimhot.com/myscore.php What happens to the picture quality? How can it be improved? (code below) Thanks, Joseph

[PHP] randomly picking a variable from an array

2001-09-07 Thread Joseph Bannon
How do you randomly picking a variable from an array with PHP? Thanks, Joseph PS. Thanks to those who helped me with GD. If you go to my site, you'll see the new counter I created at the top of the page. http://www.collegesucks.com -- PHP General Mailing List

RE: [PHP] ImageGIF

2001-09-07 Thread Joseph Bannon
No, its not listed. What do I need to do? J -Original Message- phpinfo() also lists which image types your GD supports. Does it list GIF? Later versions do not have GIF support. -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

[PHP] ImageGIF

2001-09-07 Thread Joseph Bannon
ImageGif: No GIF support in this PHP build in counter.php I get this error message when I try to run this code... Header("Content-Type: image/gif"); $im = ImageCreate(500, 75); $red = ImageColorAllocate($im, 255, 0, 0); ImageFill($im, 100, 100, $red); ImageGIF($im); I installed GD. When I us

RE: [PHP] GD

2001-09-07 Thread Joseph Bannon
What is FreeType? J -Original Message- From: Sebastian Wenleder [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 10:36 AM To: Joseph Bannon; PHP (E-mail) Subject: Re: [PHP] GD At 10:06 Uhr -0500 07.09.2001, Joseph Bannon wrote: >I just installed PHP 4.0.6. > >1)

[PHP] GD

2001-09-07 Thread Joseph Bannon
I just installed PHP 4.0.6. 1) Do I have to down load GD (graphics library) and install it sperately or is it in 4.0.6 already? 2) Do I have to run anything special during configuration? 3) Do I have to completely re-install PHP and Apache? Thanks, Joseph -- PHP General Mailing List (http

RE: [PHP] Grabbing dynamic pages

2001-09-07 Thread Joseph Blythe
parse the html (oh my god). Regards Joseph -Original Message- From: Donny Yap [mailto:[EMAIL PROTECTED]] Sent: Friday, 7 September 2001 4:55 PM To: Joseph Blythe Subject: RE: [PHP] Grabbing dynamic pages Yes, This shouldn't be too hard to do; work out what type of data it is you&#

RE: [PHP] Grabbing dynamic pages

2001-09-06 Thread Joseph Blythe
This is true this is exactly why i try and find a solution here first (with PHP), my bosses attitude was to hire java programmers i said 'why?'. I also noticed getss which strips stuff on the read which is kinda cool too (c: Joseph -Original Message- From: David Robley [mai

RE: [PHP] Grabbing dynamic pages

2001-09-06 Thread Joseph Blythe
u","r";); Thanks again, Joseph -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Friday, 7 September 2001 3:18 PM To: Joseph Blythe Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Grabbing dynamic pages This script worked fine for me here: http://www.asx.com.au

RE: [PHP] Grabbing dynamic pages

2001-09-06 Thread Joseph Blythe
/index.php on line 9 Trust them to make it as hard as possible using Java Slowdown Pages :-)) Will keep trying. 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] Grabbing dynamic pages

2001-09-06 Thread Joseph Blythe
TimeFrame=D&asxCode=ASX I tried a quick test using the filesystem functions with no success, I was sort of hoping for a 'Yes' / 'No" answer maybe if 'Yes' just a quick explanation. Any help would be much much appreciated. Regards, Joseph Blythe Web Developmen

[PHP] returns (functions)

2001-09-05 Thread Joseph Bannon
I have a foreach loop running in a function. During the foreach loop, if a variable matches another variable, it does "return $variable". My question is this: does the function automatically stop running when the variable is returned? J -- PHP General Mailing List (http://www.ph

RE: [PHP] array search

2001-08-31 Thread Joseph Bannon
What about going the other way? Say I have a sentence... "Hi, my name is Bob." ...and I want to search the sentence for one of the values (people) in the array... $people = array("Jim","John","JP","Bob"); Can this be done? Thanks, Joseph

[PHP] array search

2001-08-31 Thread Joseph Bannon
the array to see if that person is there. 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] fpassthru (was: fgets)

2001-08-30 Thread Joseph Bannon
What if I pass something in the header? Will that work? Joseph -Original Message- From: Christopher William Wesley [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 1:05 PM To: PHP (E-mail) Subject: RE: [PHP] fpassthru (was: fgets) On Thu, 30 Aug 2001, Joseph Bannon wrote

RE: [PHP] fpassthru (was: fgets)

2001-08-30 Thread Joseph Bannon
Dang it! -lol Any ideas how to get around my problem? 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] file upload size, before upload complete

2001-08-30 Thread Joseph Bannon
Yes, I use to do this with my site. # The original name of the file on the client machine. $filename = $HTTP_POST_FILES['file']['name']; # The mime type of the file, if the browser provided this information. An example would be "image/gif". $filetype = $HTTP_POST_FILES['file']['type']; # The

RE: [PHP] fpassthru (was: fgets)

2001-08-30 Thread Joseph Bannon
w I'm not saving their photos to my server, I just want to make sure I'm not killing my alotted bandwith. Does 'fpassthru' do this? If so, is there another solution? Thanks for helping me with this. Joseph -Original Message- On Thu, 30 Aug 2001, Joseph Bannon wrote: &

[PHP] fpassthru (was: fgets)

2001-08-30 Thread Joseph Bannon
What exactly does fpassthru do? Does it download it to my server and then shoot it to the browser?? 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

[PHP] fgets

2001-08-29 Thread Joseph Bannon
I want to use fgets to get an image off the server and then print it. Kinda like if you call the script picture.php, an image will appear. How do I do this? I'm trying to create a graphical counter with php. Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

[PHP] install error

2001-08-29 Thread Joseph Bannon
What does this mean? make[1]: Entering directory `/home/php-4.0.6' /home/php-4.0.6/build/shtool mkdir -p "/usr/lib/apache" && /usr/sbin/apxs -S LIBEXECDIR="/usr/lib/apache" -i -a -n php4 libs/libphp4.so apxs:Warning: /usr/bin/httpd not found or not executable apxs:Warning: Continuing anyway...

[PHP] remote hosts

2001-08-28 Thread Joseph Bannon
images be viewed on my website? 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 PROTECTED]

[PHP] How do I get the file size of a file on my server?

2001-08-28 Thread Joseph Bannon
How do I get the file size of a file on my server using 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 PROTECTED]

RE: [PHP] PHP mysql admin?

2001-08-27 Thread Joseph Bannon
Thanks. I'll give it a try. Joseph -Original Message- Try phpMyAdmin http://phpwizard.net/ - Original Message - > Are there any free PHP mysql database admin programs out there? -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] PHP mysql admin?

2001-08-27 Thread Joseph Bannon
Are there any free PHP mysql database admin programs out there? 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 PROTECTED]

Re: [PHP] File Upload and NT...

2001-08-24 Thread Joseph Koenig
Actually, The warning is coming from when I try and upload the file from the desktop of my Mac. It's supposed to get uploaded into: C:\WINNT\PHP\UPLOADTEMP. I checked phpinfo() and that's where it says the upload_tmp_dir is. By the way, I was using the getimagesize to check if the file is a .gif,

[PHP] File Upload and NT...

2001-08-24 Thread Joseph Koenig
Sorry, I know file uploads are asked about all the time... I'm having an odd problem on a WinNT system. When I try to do my upload, I test the file to see the type of it: $image_info = GetImageSize($the_image); However, that line gives me: Warning: getimagesize: Unable to open '/Joe1/Desktop%20

[PHP] FW: upgrading PHP

2001-08-23 Thread Joseph Bannon
Has anyone come up with an upgrade proceedure for upgrading PHP to a higher version? 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] Re: `pwd` - what does this mean?

2001-08-14 Thread Joseph Blythe
actually says: "pwd - print name of current/working directory" in the man page (c: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 15 August 2001 4:18 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Re: `pwd` - what does this mean? pass working directo

RE: [PHP] `pwd` - what does this mean?

2001-08-14 Thread Joseph Blythe
how about typing "man pwd" on a unix box? -Original Message- From: Scott Mebberson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 15 August 2001 4:08 PM To: [EMAIL PROTECTED] Subject: [PHP] `pwd` - what does this mean? Hi Guys, I actually know what it means. Well, I think it means the cur

RE: [PHP] IP Address

2001-08-07 Thread Joseph Bannon
Just because you're having a bad day doesn't mean I should. Can you just tell me what it is? I don't have those posts. J -Original Message- On Tue, Aug 07, 2001 at 08:11:52AM -0500, Joseph Bannon wrote: > What is the php code to get a visitor's IP address? >

[PHP] IP Address

2001-08-07 Thread Joseph Bannon
What is the php code to get a visitor's IP address? 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 PROTECTED]

RE: [PHP] WSIWYG Editor using PHP?

2001-07-24 Thread Joseph Blythe
sorry should be http://activestate.com -Original Message- From: Joseph Blythe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 25 July 2001 4:25 PM To: Chip Cc: [EMAIL PROTECTED] Subject: RE: [PHP] WSIWYG Editor using PHP? You might want to look at Komodo (http://www.activestate.com) I just

RE: [PHP] WSIWYG Editor using PHP?

2001-07-24 Thread Joseph Blythe
scripts remotely. Regards, Joseph -Original Message- From: chip [mailto:chip]On Behalf Of Chip Sent: Wednesday, 25 July 2001 3:56 PM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] WSIWYG Editor using PHP? I use FreeBSD. Thanks for the link, looks like Bluefish has made some big improvements since I

[PHP] komodo

2001-07-24 Thread Joseph Blythe
are using komodo under linux or windows would you please let me know your findings as this looks slightly better (and alot faster) then the Zend IDE. Regards, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

RE: [PHP] WSIWYG Editor using PHP?

2001-07-24 Thread Joseph Blythe
What OS you running Linux? maybe look at http://php.weblogs.com/editors -Original Message- From: chip [mailto:chip]On Behalf Of Chip Sent: Wednesday, 25 July 2001 12:57 PM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] WSIWYG Editor using PHP? Joseph Blythe wrote: > Try PHP Coder Pro! h

RE: [PHP] WSIWYG Editor using PHP?

2001-07-24 Thread Joseph Blythe
Try PHP Coder Pro! http://www.phpide.de Regards, Joseph. -Original Message- From: Bob Clingan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 25 July 2001 9:18 AM To: [EMAIL PROTECTED] Subject: [PHP] WSIWYG Editor using PHP? Does anyone know of any WSIWYG editors that you can plug into a

[PHP] To overwrite or unregister session variables

2001-07-17 Thread Joseph Blythe
Hey, Was just wondering if it was better practice to unregister session variables before writing new values to them or if it was fine to just overwrite their values? Regards, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[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

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: string search

2001-07-16 Thread Joseph Bannon
Will this work? $string = "http://www.aol.com/";; if (ereg ("^aol.com^", $string) { } else { } > I need a search function (if statement) that performs a search on a string > and if the string contains something like "aol.com", performs another > function. Can anyone help me? Thanks.

[PHP] string search

2001-07-16 Thread Joseph Bannon
I need a search function (if statement) that performs a search on a string and if the string contains something like "aol.com", performs another function. Can anyone help me? Thanks. Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

[PHP] referring url

2001-07-11 Thread Joseph Bannon
Is there a way in PHP to get the referring url when a link is click to get to that page? Thanks. 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 P

Re: [PHP] Creating formatted documents

2001-06-24 Thread Joseph Blythe
c fields. Can this be done in php > and if so, is there some code available that can give me an idea on how > to do it? Have a look at the php manual under Functions -> PDF Functions, this should explain things. Regards, Joseph -- PHP General Mailing List (http://www.php.net/)

RE: [PHP] php as cron

2001-06-21 Thread Joseph Tate
Have you tried 'php '? Now, I don't know how you would pass parameters to it... > -Original Message- > From: Johan Holst Nielsen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 21, 2001 8:09 AM > To: AJDIN BRANDIC > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] php as cron > > > try etc.

[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

[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

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]

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] 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] 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-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
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

[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

[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

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

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] 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-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

[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] 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] 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

[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]

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... >

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

[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

[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

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] 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

[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

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

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

[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

[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] 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

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] 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: [

[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] 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

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] 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-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] 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] 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

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]

<    3   4   5   6   7   8   9   >