Re: [PHP] Hex Strings Appended to Pathnames

2008-02-16 Thread Mick
Nathan Rixham wrote: Richard Lynch wrote: I don't know if it's before/after, but PHP can't change the GET request to something it wasn't... So THAT was the URL requested. You might have some kind of funky mod_rewrite rule messing you up... On Tue, January 29, 2008

Re: [PHP] Hex Strings Appended to Pathnames

2008-02-10 Thread Mick
Richard Lynch wrote: I don't know if it's before/after, but PHP can't change the GET request to something it wasn't... So THAT was the URL requested. You might have some kind of funky mod_rewrite rule messing you up... On Tue, January 29, 2008 5:22 am, Mick wrote:

[PHP] Hex Strings Appended to Pathnames

2008-01-27 Thread Mick
would be the cause of appending those hex strings to those pathnames? Cheers, Mick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Rotation of images

2002-11-12 Thread Sear, Mick
I can use ImageMagick to rotate images, and that would be my preferred technique, but I was wondering how you might use GD to rotate images. As far as I can see, it's not possible. Anyone tried it? Mick e-ssociate EPSON (UK) Ltd. Tel 01442 227374 www.epson.co.uk -- PHP General Ma

[PHP] SAP documentation

2002-10-30 Thread Sear, Mick
I'm interested in the possibility of interfacing with SAP for a project using PHP or Perl. I've not found any documentation that might help yet: Can anyone point me in the direction of any help? I've only used PHP with MySQL to date. Thanks, Mick e-ssociate EPSON (UK) Ltd. T

[PHP] RE: Who is online script example

2002-09-26 Thread Sear, Mick
users_online, 0, -2);//Ditch last comma and space. return $users_online; } Dunno if this is any use to you? Mick -Original Message- From: Research and Development [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 23:26 To: PHP General List Subject: Who is online script example He

RE: [PHP] Looking for a forum

2002-09-26 Thread Sear, Mick
from other projects. If you only need a forum and want a fully-featured solution, I'd recommend phpBB from those I looked at. Mick -Original Message- From: Paul Nicholson [mailto:[EMAIL PROTECTED]] Sent: 26 September 2002 12:20 To: [EMAIL PROTECTED]; John Taylor-Johnston; [E

RE: [PHP] Newbie problem with POST vars

2002-06-13 Thread Sear, Mick
print_r($_POST); shows all the elements in the array as I expect them to be. That foreach loop is only picking the first element, though. At least it's reassured me that I'm not going mad, though, so thanks for that. Mick > I've tried this, but it's still doing th

Re: [PHP] Newbie problem with POST vars

2002-06-13 Thread Sear, Mick
I've tried this, but it's still doing the same thing. Is there something special about this particular variable that I need to know? I've tried it with $HTTP_POST_VARS as well, declaring $HTTP_POST_VARS as global in the function first. Put reset($_POST) before foreach loop > I'

[PHP] Newbie problem with POST vars

2002-06-13 Thread Sear, Mick
e first element of the array echoed, even though I know there to be other elements (I can access them as $_POST[element]) Any ideas? Cheers, Mick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Timing out session cookies

2002-05-07 Thread Sear, Mick
Hi, How do I set an expiration time on a session cookie? I basically want to log users out automatically after a period of inactivity. Cheers, Mick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Poor results with GD

2002-04-16 Thread Sear, Mick
Excellent advice, thanks. I was using GD 1.6.2 :( so will sort this and try again. Mick -Original Message- From: Richard Archer [mailto:[EMAIL PROTECTED]] Sent: 15 April 2002 22:58 To: [EMAIL PROTECTED] Subject: Re: [PHP] Poor results with GD At 5:32 PM +0200 15/4/02, Sear, Mick

RE: [PHP] Poor results with GD

2002-04-16 Thread Sear, Mick
e: $src = ImageCreateFromJPEG($image); $dst = ImageCreate($tn_width,$tn_height); ImageCopyResized($dst, $src, 0, 0, 0, 0, $tn_width,$tn_height,$width,$height); ImageJpeg($dst, $path, $compression); //compression set to 85 here. ImageDestroy($src); ImageDestroy($dst); Mick -Original Mess

[PHP] Poor results with GD

2002-04-15 Thread Sear, Mick
images are currently all generated with GD (but not for long, I think!) Cheers, Mick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Chatroom sounds

2002-02-20 Thread Mick Fitzpatrick
I was hoping there might be some code I can add to achieve this? Sorry in advance for any lack of tech speak Mick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] next and previous links

2001-10-05 Thread Mick Fitzpatrick
27;s full of mistakes but it does work! Any assistance will be appreciated TIA ... Mick *** artistsasidebsidelabelnumberpriceoriginformatinfo " . $row["artists"] . "" . $row["aside"] . "" . $row["bside&qu

[PHP] new to the list

2001-10-05 Thread Mick Fitzpatrick
Hello I've just joined the list and sending this message as a test :-) I'm 'very' new to PHP and therefore here to learn ... I hope that's ok? Mick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] where can I find a good documentation on regular expressions?

2001-07-05 Thread Mick Foster
where can I find a good documentatio on regular expressions? I´m desperate in need of it... thanks for your time -- 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] TraceRoute

2001-03-17 Thread Mick
Hi, Anyone able to tell me where i can get a traceroute php script from? -- 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] Logins

2001-03-10 Thread Mick
Hi, Is there anyway i can call the login name of the shell for the php file? What i'm trying to do is have this /home/USERNAME/public_html/.htpasswd' have all the users showing? i've tried /home/*/public_html/.htpassd but that doesn't work Anyone able to help me? Than

[PHP] Need some help plz

2001-03-10 Thread Mick
Hi, I installed PHP4 onto my FreeBSD 4.2 computer but i'm getting this error, anyone able to tell me how i can fix it? Warning: Failed opening '/usr/local/apache/htdocs/mick/domain.php' for inclusion (include_path='') in Unknown on line 0 Thanks in advanced --

Re: [PHP] PHP Cron jobs

2001-01-27 Thread mick
The best way really is a cron job ... maybe you need a new ISP or a new sysadmin. Mick > What would be the best way of getting the script to run on a timed basis, > ideally the times and frequency of the script running defined in either the > script its self, or another script.

Re: [PHP] Newbie frustration!

2001-01-23 Thread mick
I'm not sure if I fully understand what you want to do, but I don't see why you need a seperate index.php for each of your directories. Can't the index.php script pull content from any number of different directories?, eg: index.php?page=dir1/stuff index.php?page=dir2/stuff index.php/page=dir3/st

Re: [PHP] How to attach files with mail

2001-01-22 Thread mick
G'day Usman: I just happened to have this handy ... the attachment is a mime mail class by Schumann/Ratschiller that I know works. Requires only minor changes if any. Good luck. Michael Hall On Mon, 22 Jan 2001, Usman Ghani wrote: > Hello > > I am a new user of PHP. I hope that you guys would