Re: [PHP] php classes

2003-10-06 Thread Cameron Metzke
Yep thanx guys they look really cool :), and yes your right google is my friend lol, ive been looking for days on google with more search terms than ever but i missed these 2. take care and again thanx :D "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] Anybody kno

[PHP] php classes

2003-10-06 Thread Cameron Metzke
Anybody know of any real world php class tutorials?, so far ive read ones about building car and cake classes but i tend to learn better from actually follow a tutorial and building something though it and i done know jack about building cars lol. -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Tracking IP Addresses

2003-10-03 Thread Cameron Metzke
Well couldnt this be done with the majority of browsers, im not sure myself but i remember reading somewhere that you can "ask" the browser where the the user is ?. I think it has something to do with when the system is setup the country is recorded ? might be a windows only thing again im not sure

Re: [PHP] mysql query

2003-10-03 Thread Cameron Metzke
Thanx Tom, i should of realized that lol. Again Thanx :) "Tom Rogers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Friday, October 3, 2003, 8:17:23 PM, you wrote: > CM> ok im stumped lol i have used this code in the past to insert data into > CM> mysql (im relitively new th

[PHP] mysql query

2003-10-03 Thread Cameron Metzke
ok im stumped lol i have used this code in the past to insert data into mysql (im relitively new though) --code mysql_query("INSERT INTO Images (Image, desc) VALUES ('$name', '$description')") or die (mysql_error()); --end code- but i get this error] -error-

[PHP] multi uploads permissions

2003-10-01 Thread Cameron Metzke
Hi all, I have a multi upload script, which works, but the end result is that the files that are uploaded are set to permissions of 600. Im think this is because they have a tmp name then are written to the "uploads" folder so in effect they are written by another system user? (lol ok so im new to

[PHP] Re: need PHP server

2003-10-01 Thread Cameron Metzke
If your on windows try this -- http://apache2triad.org/ "Hung Cuong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I need an server to put my php file to post mail. > So anybody can introduce me some server > Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: PHP Imagemagick

2003-09-30 Thread Cameron Metzke
Ok i finally got the script going :) If anyones curious heres the code. exec($path_imagemagick."convert $path_picture -crop $height"."x$width+$x+$y $path_picture2"); "Cameron Metzke" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i have a sc

[PHP] Re: fsockopen()

2003-09-30 Thread Cameron Metzke
Ima having problems myself with this, i dont seem to get errors when entering an invalid .com or .net name i put it down to verisign hijacking invalid somains?? could this be your problem? "Phil Ewington - 43 Plc" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi All, > > I am having

[PHP] PHP Imagemagick

2003-09-30 Thread Cameron Metzke
i have a script where people upload an image it is then renamed and is supposed to be cripped according to the values they submit but i cant seem to get it to crop it uploads and is renamed fine though. also i wish to use a static name so when another picture is uploaded the old one is overwritten

Re: [PHP] fsockopen server monitor

2003-09-28 Thread Cameron Metzke
Sorry about that . Its my first post, :( "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote Cameron Metzke ([EMAIL PROTECTED]): > > Hi there, > > I have been trying to make a simple monitor script using fsockopen. here

[PHP] fsockopen server monitor

2003-09-28 Thread Cameron Metzke
Hi there, I have been trying to make a simple monitor script using fsockopen. here it is --Start Code- monitor script HTTP Server : "); } else { echo (""); } ?> FTP Server : "); } else { echo (""); } ?> POP Server : "); } els

[PHP] fsockopen server monitor

2003-09-28 Thread Cameron Metzke
Hi there, I have been trying to make a simple monitor script using fsockopen. here it is --Start Code- monitor script HTTP Server : "); } else { echo (""); } ?> FTP Server : "); } else { echo (""); } ?> POP Server : "); } els