Re: [PHP] unexpected $ in ... WTF?

2004-04-14 Thread Brian V Bonini
On Wed, 2004-04-14 at 16:47, Curt Zirzow wrote: * Thus wrote Brian V Bonini ([EMAIL PROTECTED]): Parse error: parse error, unexpected $ in /foo/bar/foo.php4 on line 150 You're missing a } somewhere. ?php if (1 ) { ? Yup, I sure was :-D -- s/:-[(/]/:-)/g BrianGnuPG

[PHP] CVS web front end

2004-05-29 Thread Brian V Bonini
n e 1 know of a web based front end for CVS? Not just a file/project browser but a fully functioning web based GUI. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] CVS web front end

2004-05-29 Thread Brian V Bonini
On Sat, 2004-05-29 at 13:49, lists wrote: tortoise is nice http://www.tortoisecvs.org/ So is Cervisia but not sure what that has to do with the original question... ;-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] CVS web front end

2004-05-29 Thread Brian V Bonini
On Sat, 2004-05-29 at 15:01, Johan Holst Nielsen wrote: Lists wrote: As far as I can see, it have nothing to do with an web frontend? you're so right. I meant to send the link for horde http://www.horde.org/chora/ Are you able to check out files? check in etc.? As far as I can

Re: [PHP] ImageMagik

2004-10-21 Thread Brian V Bonini
On Thu, 2004-10-21 at 14:07, Mag wrote: Hi, I have a requirment to dynamically brighten, darken or add/remove contrast from a thumbnail image, since I cannot do this in GD I was thinking of doing this in ImageMagik, but searching google I cannot find many tutorials and even visiting the

Re: [PHP] Multiple permisions, different sessions.

2004-10-22 Thread Brian V Bonini
On Fri, 2004-10-22 at 09:05, Pablo D Marotta wrote: Hi, I´m developing an intranet on Apache-PHP-Mssql. I need to know if there´s any way of managing users to have access to specific areas inside my site, and at the same time, managing other users, giving them permision to acces other areas

Re: [PHP] Php files with .html extension?

2004-10-25 Thread Brian V Bonini
On Mon, 2004-10-25 at 09:37, Phpu wrote: Hi, How can i do a php script with a html extensionsuch as http://www.blinds-wise.com/shop/p/blind/bid/1/venetian_blinds.html AddType application/x-httpd-php .php .php3 .html -- s/:-[(/]/:-)/g BrianGnuPG - KeyID: 0x04A4F0DC | Key

Re: [PHP] Uploading Images

2004-11-01 Thread Brian V Bonini
On Mon, 2004-11-01 at 10:44, bb9876 wrote: I want to allow people to upload images but I want to be able to put limitations on it, such as allow only jpg and gif extensions and make sure the image is no larger than 60x60. Is there any way to do this?

RE: [PHP] Zip Codes

2004-11-04 Thread Brian V Bonini
On Thu, 2004-11-04 at 12:47, Vail, Warren wrote: If you can figure out how to make sense of this, you might be able to find the point that a system is connected to the internet, by tracing back to a visitors current IP address. Which may get you close but either way would probably be more

Re: [PHP] thumbnail of webpage

2004-09-18 Thread Brian V Bonini
On Fri, 2004-09-17 at 22:22, raditha dissanayake wrote: Michael Mao wrote: Is there a way to capture a snapshot of a html page and save it as a jpg using php? This is something that's very very hard to do with PHP but can be easily done with Java. Have not tried this but how about

Re: [PHP] generating a mysql script

2004-09-20 Thread Brian V Bonini
On Mon, 2004-09-20 at 19:37, Stut wrote: On Mon, 20 Sep 2004 16:20:21 -0700, AMC [EMAIL PROTECTED] wrote: Is there a tool that will generate a script that can be run to rebuild a mysql database? I need to move my database to a different server No need to use PHP which also makes this OT

[PHP] XML/XSL parsing

2005-05-12 Thread Brian V Bonini (gfx-Design)
; font-style: italic;xsl:value-of select=quote_author//div /div /xsl:for-each /xsl:template /xsl:stylesheet I know how to load the document, parse it, display contents etc... But how can I grab just one group of values at a time using php? -- Brian V Bonini [EMAIL PROTECTED] GnuPG

<    1   2   3   4