[PHP] Looking for a high usage PHP host

2001-10-24 Thread Ben Quinn
month * Telnet access I've been looking for quite some time now and haven't had much luck - if anyone could help me out it'd be much appreciated! Cheers Ben Quinn Assistant webmaster of the Australian Severe Weather Association website http://www.severeweather.asn.au Webmaster of the Brisbane Storm

[PHP] Old version of GD or a patch

2001-09-17 Thread Ben Quinn
Hi all Does anyone know where i can pick up an old version of GD? preferably V 1.5 - 1.6.2 . I'm planning to use it locally (i don't run a hosting service, i simply want to perform operations on GIF files for local use) and i'm based in Australia - from what i've read so far the problems with

[PHP] ereg()

2001-08-28 Thread Ben Quinn
Hi all Say i had text similar to below Cairns Fine Mareeba Fine Innisfail Fine I'm using the following code to grab the weather forecast for each of those towns $GrabURL = forecast_map_data.txt; $GrabStart = PROVINCIAL CITY; $GrabEnd = UV ratings; $file =

Re: [PHP] Web fetching script

2001-08-27 Thread Ben Quinn
]; ? - Original Message - From: Dave [EMAIL PROTECTED] To: Ben Quinn [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 10:57 PM Subject: RE: [PHP] Web fetching script What response are you expecting, and what response are you getting? assuming your regex is working

Re: [PHP] Web fetching script

2001-08-27 Thread Ben Quinn
grabbing from http://www.arl.noaa.gov/data/ready/usr/897_profile.txt David, i couldn't get what you said to work - any chance of a quick example? :-) - Original Message - From: David Robley [EMAIL PROTECTED] To: Ben Quinn [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, August 27, 2001 5

[PHP] Web fetching script

2001-08-22 Thread Ben Quinn
Hi all I have a web fetching script that fetches text from an external URL and I would like to grab two lots of text at the same time - can anyone tell me why this isn't working? ? $GrabURL = http://grabfile.html;; $GrabStart = start; $GrabEnd = stop; $file = fopen($GrabURL, r); $rf =

[PHP] Importing a GIF image and making it transparent

2001-08-21 Thread Ben Quinn
Hi all I've been trying to make a script that imports a GIF image from an external server (i have permission to do this, see below) and designates a certain colour transparent for some time now and i'm not having much luck. Can anyone help or provide a script that does this? The images i'm

Re: [PHP] Importing a GIF image and making it transparent

2001-08-21 Thread Ben Quinn
; ? - Original Message - From: Chris Lambert [EMAIL PROTECTED] To: Ben Quinn [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 4:49 PM Subject: Re: [PHP] Importing a GIF image and making it transparent It doesn't look like you'll be able to use GD, as GIF support

Re: [PHP] Importing a GIF image and making it transparent

2001-08-21 Thread Ben Quinn
- www.whitecrown.net */ - Original Message - From: Ben Quinn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 6:09 AM Subject: Re: [PHP] Importing a GIF image and making it transparent | | Thanks to those who replied, i finally worked it out - the script has been

[PHP] Links

2001-04-28 Thread Ben Quinn
Hi all, I've been trying for many hours to find information on this, but not having much luck. What i want to do is have an index.php page, and then each link on that page has a URL like index.php?linkidie. index.php?links etc Can anyone point me in the right direction? -- PHP

[PHP] Transfering an image

2001-04-25 Thread Ben Quinn
Hi all, I am trying to copy an image from an external server and save it to my own. I have the following script to do this for a txt file and it works great! ? $page = ../temp/yep.txt; $date = date(http:/www.example.com/yep.txt); $cartFile = fopen($page,a);