Re: [PHP] Why is my class throwing this error?

2005-02-17 Thread NathanielGuy#21
), Richard Lynch <[EMAIL PROTECTED]> wrote: > NathanielGuy#21 wrote: > > function displaygallery($user = FALSE, $lastprinted = 0, $move = > > 'forward', $limit = 10) {//Line 52 > > > Error thrown > > -- > > Parse error: parse error, unexpecte

[PHP] Why is my class throwing this error?

2005-02-16 Thread NathanielGuy#21
Hello again list, Im writing a class to display a bunch of pictures form my DB and when I call a function through the class I get an error and I dont quite understand why. Now Im fairly new to classes so this might be something that is totally obvious, but I cant seem to figure it out. The code be

Re: [PHP] Connecting To Multiple MySQL Databases

2005-02-05 Thread NathanielGuy#21
Worked like a charm, thanks! --nathan On Thu, 03 Feb 2005 20:33:17 -0700, Dan Trainor <[EMAIL PROTECTED]> wrote: > NathanielGuy#21 wrote: > > I know this may be slightly off topic for a PHP listserv but I cant > > find my answer anywhere else. I start off generating a page

[PHP] Connecting To Multiple MySQL Databases

2005-02-03 Thread NathanielGuy#21
I know this may be slightly off topic for a PHP listserv but I cant find my answer anywhere else. I start off generating a page connected to one database as a certain user and I call a script that requires a connection to a second database as a different user. Is there any way I could open that c

Re: [PHP] Image Creation and Saving

2005-01-30 Thread NathanielGuy#21
hp > will tell you 'permission denied' if that was the case. > > > At 05:05 PM 1/29/2005, NathanielGuy#21 wrote: > >Hello everyone, > >I have been troubleshooting a problem with one of my scripts for a > >while now, its purpose is to allow a user to upload a fi

[PHP] Image Creation and Saving

2005-01-29 Thread NathanielGuy#21
Hello everyone, I have been troubleshooting a problem with one of my scripts for a while now, its purpose is to allow a user to upload a file, save it to the server, resize it into a thumbnail, and save the thumbnail as well. In my script all goes well until it comes to saving the images, the scri