[PHP] can't fint php.ini on OS X

2002-02-03 Thread Andy
does anybody know where the php.ini is on Mac OS X? I would like to activate gdlibrary. Thanx for the hint Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Adding 6 digits to a str?

2002-02-02 Thread Andy
this thing?? Thanx Andy -- 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: How to get the URL into a var?

2002-02-02 Thread Andy
thanx works ! Francois Jordaan [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am trying to find out which dir the user is browsing. How can I get the URL into a var? I tryed path_info, but it only returns the filename. I'm quite new to PHP, but

[PHP] Re: How to get the URL into a var?

2002-02-01 Thread Andy
Thanx Francois this brought me on the propper road. Works fine now! Cheers Andy Francois Jordaan [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am trying to find out which dir the user is browsing. How can I get the URL into a var?

[PHP] PHP 4.1.1 not any more with GDLibrary2.0 ????

2002-01-31 Thread Andy
anybody please help? Thanx Andy -- 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 to get the URL into a var?

2002-01-30 Thread Andy
Hi there, I am trying to find out which dir the user is browsing. How can I get the URL into a var? I tryed path_info, but it only returns the filename. Here is an example: URL: http://www.server.com/subapp/test.php Should return : subapp Is this possible?? Thanx for any help Cheers Andy

[PHP] fsockopen

2002-01-24 Thread Andy Etemadi
se ($fp); } print $return; ?> Any help would be appreciated. Thanks, Andy -- 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] Searching for a new provider

2001-12-12 Thread Andy
Hi there, I am searching for a provider who fullfills those criterias and does not cost a fortune: - PHP = 4.06 bzw. PHP 4.x mit GDLibrary ab 2.0 - GDLibrary = 2.0 - PHP installed as module - mind 5 Subdomains - mind 100 MB Speicherplatz - evtl. Java VM - MySQL Thanx andy

[PHP] Configuring PHP. php.ini does not do what it should

2001-12-04 Thread Andy
of the php.ini. ; Directory in which the loadable extensions (modules) reside. extension_dir = c:/PHP_404/extensions Is there a precompiled version of php with gdsupport included? What would be my best bet to get in running? Thanx in advance, andy -- PHP General Mailing List (http://www.php.net

[PHP] How to resize a jpeg?

2001-12-04 Thread Andy
Hi, after getting gd to work (thanx folks!) I am having some probs with the commands. The simple resize of a jpeg cant be that hard?! I have a 600x400 px jpeg and want to make a 80 x 60 out of it. Do I have to use imagecopyresized? And how. The result looks bad right now. Thanx, Andy

[PHP] How to install gdlibrary?

2001-11-27 Thread Andy
Hi there, does anybody know a link where the installation of gdlibrary is explained. I was trying to install zlib which is mandatory for gd but there is nowhere a install documentation! Thanx for any help cheers Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] Dynamic Navigation w/PHP

2001-11-19 Thread Andy Woolley
have in PHP. Regards Andy. - Original Message - From: Mike Elkins [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 19, 2001 4:17 PM Subject: [PHP] Dynamic Navigation w/PHP Hello All, I am looking for example code demonstrating the ability to dynamically modify website

[PHP] PATH_INFO and the ' / ' (search friendly URLs)

2001-11-13 Thread Andy
and info behind. This happens on win and unix. It workes for example at this site: http://www.stuttgarter-zeitung.de/stz/page/detail.php/13971 So..does anybody know whats going on with that? Maybe there is a need to enter something in a .htaccess file? Thanx for any help, Cheers Andy -- PHP

[PHP] Session handling with cookies??

2001-10-29 Thread Andy
. Thanx for any help Cheers Andy -- 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] I'm not username, log me out....

2001-10-27 Thread Andy Lewis
the user automatically gets logged in. I also would like to have a checkbox on the login page that, if checked, doesn't cache the username and password. So if they logout they must enter a username and password, instead of getting automatically logged in. Any help will be highly appreciated. Andy

[PHP] Advanced. Trapped in architecture.

2001-10-26 Thread Andy
stuck here. Thanx for any help Cheers Andy -- 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] Searchengine friendly URLs

2001-10-26 Thread Andy
Hi there, I heared that search engines are not following things after the question mark. Now I looked arround and noticed, that some sites yust have numbers behind the .php extension. How does this work? Can anybody make an example and list advantages and disadvantages? Thanx, Andy -- PHP

[PHP] Multiple Includes

2001-10-25 Thread Andy Muth
I was just curious what sort of performance hit is taken with multiple includes per page? Or maybe if there was a way to cache includes? Thanks Andy Muth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] How to protect MySQL password

2001-10-23 Thread Andy
that including a file pa/pa.php (protected area) but this file also has to have read access to all users and could be read with fopen( URL, r ). Who can help? Andy. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] mySQL wont connect

2001-09-05 Thread Andy Woolley
Kyle, If you are absolutely sure that your username and password is correct...You are sure arn't you ? Try changing P500.MSHOME.NET to either localhost or 127.0.0.1 Most likely the MySQL admin dude has set it so that you can only connect to MySQL from the machine itself Andy

[PHP] PHP Stress Testing.

2001-09-04 Thread Andy Woolley
, to try and prove how good PHP really is. Andy. -- 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 Stress Testing.

2001-09-04 Thread Andy Woolley
is probably more to do with the web server but I want to prove a point that PHP is not the fly by night software that some people are saying it is. I know it's good, but, I need to show just how good it can be. I then want to publish the results for all to see. Still interested? Andy. - Original

Re: [PHP] I dont see whats wrong!

2001-09-03 Thread Andy Woolley
You could also perhaps try this. $message = $alias $name $email $site $cam $quote ; Might not work in all cases though but it's certainly easier to read. It all very much depends on personal preference. Andy. - Original Message - From: John Monfort [EMAIL PROTECTED] To: Kyle Smith

[PHP] Re: foo? bar? wtf?

2001-08-29 Thread Andy Ladouceur
Foo, and Bar, dont mean anything. They are simply example $vars for php... I was confused on this for a while, too... -Andy Seb Frost [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Why is it that every example uses foo and bar. In my head I put these

[PHP] Re: br appear in Text file

2001-08-27 Thread Andy Ladouceur
Hi Jack, The 'black box' you see is a newline, which can be removed by doing this: $string=str_replace(\n,,$string); $string=str_replace(\r,,$string); That will replace \n (The newlines) and \r (The returns) with nothing, getting rid of your problem. Hope this helps, -Andy Jack [EMAIL PROTECTED

[PHP] $HTTP_POST_VARS

2001-08-27 Thread Andy Ladouceur
Hello all, I am wondering if there is a command or function to get a list of all the current '$HTTP_POST_VARS[variable]' variables? Or, a user-created way... Any helps appreciated, thanks! -Andy L. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] $HTTP_POST_VARS

2001-08-27 Thread Andy Ladouceur
Ah, its that simple? -feels likea bit of an idiot- Thanks for the help! Tim [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... while (list($k,$v) = each($HTTP_POST_VARS)) { echo br$k = $v; } On Mon, 2001-08-27 at 21:48, Andy Ladouceur wrote: Hello all

Re: [PHP] $HTTP_POST_VARS

2001-08-27 Thread Andy Ladouceur
Thanks! -Andy Jason Murray [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am wondering if there is a command or function to get a list of all the current '$HTTP_POST_VARS[variable]' variables? Or, a user-created way... Any helps appreciated, thank

[PHP] Re: Need help on putting variable into form

2001-08-27 Thread Andy Ladouceur
Well,think about it like this: If you did replace $comp name with ABC Company, this is what you'd get: input type=text size=30 name=comp_name value=ABC Company Not quite right, eh? This will solve your problem: print input type=text size=30 name=comp_name value=\$comp_name\; =) -Andy Hugh

Re: [PHP] Re: Need help on putting variable into form

2001-08-27 Thread Andy Ladouceur
No problem. With the space in there, it considered Company as something separate... -Andy Hugh Danaher [EMAIL PROTECTED] wrote in message 000801c12f74$62b93020$3907f4d8@win95">news:000801c12f74$62b93020$3907f4d8@win95... Andy, Thank you. It Works! Hugh - Original Message ---

[PHP] Re: Formatting Dates in Form before submit

2001-08-27 Thread Andy Ladouceur
PHP is a processed before the output is sent to the browser, so a dynamic change like what you want with it isn't possible. And unfortunately,I dont know any JScript, or VBScript, so I can't help ya there.. =/ -Andy Traci P Sumpter [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">new

[PHP] Disabling certain functions per directory

2001-08-27 Thread Andy Ladouceur
in as '/var/www/htdocs/example/' and the base directory being '/var/ww/htdocs/' I hope someone can help, thanks.. -Andy -- 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

Re: [PHP] disable_functions....

2001-08-26 Thread Andy Ladouceur
Thanks.. D'you think you'd be able to give me an example? (Sorry, I am _quite_ new to all of this...) -Andy Rasmus Lerdorf [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Any php.ini directive can be used in your httpd.conf on a per-dir basis. See th

[PHP] Cookieless =(

2001-08-26 Thread Andy Ladouceur
touched any of the cookie functions.. thats what I dont get... anyone have any ideas on what could be wrong? (And yes, im using $HTTP_Cookie_VARS[cookiename]; to access (try and access, that is) them now.. Anyone know what might be wrong? Any helps appreciated, thanks. -Andy -- PHP General Mailing

[PHP] Echo/Print

2001-08-25 Thread Andy Ladouceur
the other? Thanks, Andy -- 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: escaping special charecters upon submit

2001-08-25 Thread Andy Ladouceur
http://www.php.net/manual/en/function.addslashes.php That should work fine. -Andy [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I have a form that submits data to a database, works great until someome puts in an apostrophe in the comments area...

Re: [PHP] Echo/Print

2001-08-25 Thread Andy Ladouceur
Thanks! Helped a lot. -Andy Jeff Oien [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... You can read the notes lower on the page here to get a good idea: http://www.php.net/manual/en/function.print.php Jeff Oien I am fairly new to PHP Scripting,

[PHP] disable_functions....

2001-08-25 Thread Andy Ladouceur
Does anyone know if its possible to use disable_functions on only specified directories, and not all? Hopefully its possible.. -- 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] Server Help

2001-08-24 Thread Andy Ladouceur
that makes sense, heh.. If you need more info,say say.. Oh,btw,its a unix server. -Andy L -- 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] disable_features

2001-08-24 Thread Andy Ladouceur
Hello, I am wondering if there is any way to limit the disable_feature command to certain directories, and if so, could I please see an example? Thanks, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [PHP] HTTP headers and include()

2001-08-22 Thread Andy
See if is there some kind of echo before header()s, or HTML sent to browser. You cannot do this html head Bla bla ?php header(Location : any_script.php\n\n);? /head body /body /html Why? Because there is already content sent to the browser. If some code uses header() place

Re: [PHP] include (foo.php) not working

2001-07-25 Thread Andy Warwick
problem the other day and that solved it for me. Regards -- Andy Warwick email: [EMAIL PROTECTED] PGP ID: 0xB1D73499 Creed New Media Designtel: 07976 205085 Nottingham, England url: http://www.creed.co.uk

[PHP] Single quote

2001-07-06 Thread Andy
); but I had no luck. Who can help? Andy. -- 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] Parse URL parameters

2001-07-05 Thread Andy
How can I parse parameters sent with the URL of an pgp site? Example: I call the site with http://www.server.xyz/sub/site.php?a1=123a2=312 How can I get the values of a1 and a2? Thanks, folks! Andy. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] PHP Uptime error

2001-06-25 Thread Andy Woolley
Does anyone know if it's possible to capture TCP_TIMESTAMP using a socket. If you could do that you wouldn't need to execute /usr/bin/uptime Andy. --- Need a DHTML Menu? Try www.milonic.com/menu it's free --- - Original Message - From

[PHP] Error messages

2001-06-22 Thread Coughlan, Andy-HQ
it, although I've tried saving an offending file as a different name and this symptoms still occur. Has anyone else had a similar experience, and, if so, do they know if there's a fix for it? Andy Andy Coughlan Marketing Communications Assistant a.coughlan@portex.com Smiths Group plc Registered

Re: [PHP] Resize Images 'On The Fly'

2001-05-24 Thread Andy Woolley
Jamie, $imagesize = GetImageSize(yourfile.gif); Will return an array of image properties that you can use. Andy. - Original Message - From: Jamie Thompson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 11:46 AM Subject: [PHP] Resize Images 'On The Fly

[PHP] Cant add new Header

2001-05-04 Thread Andy
anybody please help me in that case?? Thanx Andy -- 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 out the date on the client machine

2001-05-04 Thread Andy
Hi, I am trying to find out the date via PHP of the clients machine, or from the server to store it to a mysql database. Does anybody know the syntax? Cheers Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] Can not send new Header

2001-05-04 Thread Andy
). Can anybody please help me in that case?? Thanx Andy -- 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] Messaging to a simple server?

2001-04-26 Thread Andy - Interlync
script. Tx! This would be something like PHP accessing a MySQL daemon via its port. Andy. http://alliancecommerce.net -- 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-CVS] cvs: php4 /ext/oci8 oci8.c

2001-04-25 Thread Andy Sautins
asautinsWed Apr 25 10:48:31 2001 EDT Modified files: /php4/ext/oci8 oci8.c Log: Collections cleanup - Removed date specific methods. Dates work consistently with the rest of the oci8 code. - Removed unused

[PHP-CVS] cvs: php4 /ext/oci8 php_oci8.h

2001-04-25 Thread Andy Sautins
asautinsWed Apr 25 10:44:08 2001 EDT Modified files: /php4/ext/oci8 php_oci8.h Log: Cleanup collections - removed unused members from oci_collection structure Index: php4/ext/oci8/php_oci8.h diff -u php4/ext/oci8/php_oci8.h:1.14

Re: [PHP] Javascript mailing list

2001-04-17 Thread Andy Woolley
The JavaScript Weenie is about the best I know of at: http://webdevelopersjournal.com/subform.html See you there. Andy. - Original Message - From: "Boget, Chris" [EMAIL PROTECTED] To: "Php (E-mail)" [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 4:56 PM Subje

Re: [PHP] Sorry - Way OT but I need help

2001-04-10 Thread Andy Woolley
Goes Here." HTH Andy Woolley www.databasewatch.com - Original Message - From: Boget, Chris To: 'Andy Woolley' ; [EMAIL PROTECTED] Sent: Monday, April 09, 2001 7:57 PM Subject: RE: [PHP] Sorry - Way OT but I need help I know this has nowt to do with PHP so I'll keep i

Re: [PHP] Commercial sites that use PHP

2001-04-10 Thread Andy Woolley
www.businessmeetings.com is another commercial site that I ported from ASP to PHP 12 months ago. Andy Woolley. www.databasewatch.com - Original Message - From: "Phil Labonte" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 10, 2001 7:22 PM Subject: [PHP]

[PHP] Sorry - Way OT but I need help

2001-04-09 Thread Andy Woolley
error page. I know there must be a config somewhere other than the client side "Show friendly error messages", but can't seem to find it. I have RTFM and scanned the Web but still not found it. Hope you can help. Once again I apologize for being Off Topic. Kind Regards An

Re: [PHP] Sorry - Way OT but I need help

2001-04-09 Thread Andy Woolley
Jon, your a star...Thanks alot How rediculous is that of MS to do it that way. I really did try and find out what was going on and knew it had to be something simple, but I never expected it be that stupid. Thanks Again Andy Woolley www.databasewatch.com ps. If you ever visit the Midlands

[PHP] Loading SQL files (not CSV) into mySQL

2001-04-03 Thread Andy Warwick
an be done, because phpMyAdmin has exactly this facility. But even after studying the code of that carefully, I can't tell which specific pieces are handling this enough to extract the facility. Can anyone point me, or is willing to donate, any articles/code snippets/etc that will help. TIA An

Re: [PHP] Case?

2001-03-30 Thread Andy Woolley
The 'Switch' Statement is what you are looking for. Andy Woolley www.databasewatch.com "elias" [EMAIL PROTECTED] wrote in message 9a1pfp$v4n$[EMAIL PROTECTED]">news:9a1pfp$v4n$[EMAIL PROTECTED]... You must be moving from Pascal alike coding to PHP ;) "acleave&q

[PHP] Plugin Detection with PHP?

2001-02-25 Thread Andy Clarke
s this can be turned off by the user etc, it seemed as though it would be more reliable to do it server side (if it is possible). Thanks Andy Clarke Andy Clarke 78 West Kensington Court, Edith Villas, London, En

[PHP] Magazine Subscription Script

2001-02-15 Thread Andy
Does anyone know of any sites that have any scripts for managing magazine subscriptions! Cheeky I know but may save a lot of time! Thanks Andy Kent Managing Director Angel Solutions Ltd t: 0151 737 1048 f: 0870 126 9837 e: [EMAIL PROTECTED] w: http://www.angelsolutions.co.uk

Re: [PHP] Run a script for 20minutes

2001-02-12 Thread Andy Woolley
() command. Hope this helps. Andy Woolley www.databasewatch.com - Original Message - From: "Martin E. Koss" [EMAIL PROTECTED] To: "Dominick Vansevenant" [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, February 12, 2001 12:08 PM Subject: RE: [PHP] Run a

Re: [PHP] File Download Completion

2001-01-31 Thread Andy Woolley
but at the moment I've hit a brick wall. I'll have a think later and get back to you, but for your information it is possible. Regards, Andy Woolley www.databasewatch.com - Original Message - From: "Boaz Yahav" [EMAIL PROTECTED] To: "Php-General" [EMAIL PROTECTED] Sent: Wednesd

[PHP] RTF to HTML converter

2001-01-22 Thread Andy Woolley
Greetings, I'm looking for a script written in PHP that can convert an RTF string into HTML. Thanks in Advance Andy Woolley www.databasewatch.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP] Re: PHP connecting to FIlemaker Database

2001-01-18 Thread Andy Clarke
hosting, you may find it difficult to find one that offers both FMP and PHP. Hope that this helps, Andy Clarke Andy Clarke 78 West Kensington Court, Edith Villas, London, England W14 9AB phone

Re: [PHP] Ok thanx sessions that was great, now it's time to go backhome!!!

2001-01-17 Thread andy
to your mechanic "When I do something in my car, it makes a noise." xxo, Andy -- # Andy Lester http://www.petdance.com AIM:petdance %_=split';','.; Perl ;@;st a;m;ker;p;not;o;hac;t;her;y;ju'; print map $_{$_}, split //, '[EMAIL PROTECTED]' -- PHP General Mailing List (http://w

<    3   4   5   6   7   8