[PHP] CMS with templates

2004-01-13 Thread Justin French
Hi all, Can anyone point me to a Content Management System or Site Management System (preferably written in PHP) which is geared towards the adding of sections and static pages (as opposed to blogs and news), which uses multiple smarty-style (or similar) templates? In particular, I'm looking f

Re: Re[2]: [PHP] Can php select which ini file to use?

2004-01-13 Thread Chris Shiflett
--- Richard Davey <[EMAIL PROTECTED]> wrote: > > > I need PHP4 and 5 on the same machine > > > > This can't happen. You'll have to pick one or the other. > > Only on Unix it would appear, working fine here on Windows XP giving > me a multi-platform development environment, which is what I need. I

Re: [PHP] how to display a font with two words???

2004-01-13 Thread Justin French
On Wednesday, January 14, 2004, at 11:59 AM, Matt Hedges wrote: I'm trying to specify in my php document... but can't b/c it's two words... if it was html I could just put "", but since I can't do that in php, does anyone know what to do? Matt, You have plenty of options... Escape the quotes

Re: [PHP] Can php select which ini file to use?

2004-01-13 Thread John W. Holmes
Richard Davey wrote: I need PHP4 and 5 on the same machine CS> This can't happen. You'll have to pick one or the other. Only on Unix it would appear, working fine here on Windows XP giving me a multi-platform development environment, which is what I need. Installed as a module or CGI and with what

Re[4]: [PHP] Can php select which ini file to use?

2004-01-13 Thread Richard Davey
Hello Chris, Wednesday, January 14, 2004, 3:21:53 AM, you wrote: CS> I was under the impression that the conflicts between the two were more CS> fundamental to the engine and not platform specific. You're running these CS> both simultaneously and haven't run into problems? See the reply to my or

Re: [PHP] CMS with templates

2004-01-13 Thread Jason Wong
On Wednesday 14 January 2004 11:10, Justin French wrote: > Can anyone point me to a Content Management System or Site Management > System (preferably written in PHP) which is geared towards the adding > of sections and static pages (as opposed to blogs and news), which uses > multiple smarty-style

[PHP] Q on EPOCH limitations

2004-01-13 Thread jsWalter
How can I determine if a given UNIX timestamp is out of range on the current system? Right now I get an error thrown that tells me the timestamp is out of range. I'd like to "catch" that error, deal with it in my own manner, and not have the user see what went wrong. Thanks Walter -- PHP Gene

Re: Re[2]: [PHP] Can php select which ini file to use?

2004-01-13 Thread David T-G
Chris, et al -- ...and then Chris Shiflett said... % % --- Richard Davey <[EMAIL PROTECTED]> wrote: % > > > I need PHP4 and 5 on the same machine % > > % > > This can't happen. You'll have to pick one or the other. ... % I was under the impression that the conflicts between the two were more % fu

[PHP] credit card acceptance recommendations?

2004-01-13 Thread Matt Hedges
Howdy... I'm building a site in PHP for someone that let's people enter their wedding information and pictures... they want to charge to do this... So what I need is something that will only let the person enter the info. if they've paid by credit card... I don't need shopping carts or anything..

Re: [PHP] credit card acceptance recommendations?

2004-01-13 Thread Joshua D. Drake
Any ideas/suggestions? I've come across one, charge.com... anybody had any experience with it or another? We have had great luck with http://www.echo-inc.com . They also take electronic check. J thanks, Matt -- Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC Po

[PHP] class limitations brought by PEAR

2004-01-13 Thread Glenn Yonemitsu
I don't want to rely on PEAR, mainly because I don't know it too well to use it fully. But most PHP installs come with base PEAR classes, so does that take away my ability to name classes that PEAR already made? (ie. class DB). Glenn -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] Re: how to display a font with two words???

2004-01-13 Thread DvDmanDT
I just realized my misstake.. In GD you can't, in HTML it's possible.. Read the other ppls replies.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Dvdmandt" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Rename the font... I think that's the only solution...

[PHP] file writing question

2004-01-13 Thread Timmy
Hello all, Thanks in advance. I have a quesetion about writing to files. I am successfully opening a file and writing to it, but I'm having problems inserting text. My file currently has the following structure: *** [index] 24 1073946700 *** The second line in the

<    1   2