Wow! I love this group, ask and you shall receive. Thanks everyone for the
comments and suggestions.
The following snippet from Andrés Robinet would actually suit my current
project..
define('DEFAULT_LANG_ID', 'en');
function getLanguageId() {
// Allow for language id override in $
I'm a noob so keep the comments to a noob's level please.
I am doing a website and my client wants the bulk of the text to be
bilingual (French and English). The last site I did used php and mysql so I
am getting comfortable with that technology. Typically I am using a single
php file and my men
: Jeff Benetti
Cc: php-general@lists.php.net
Subject: Re: [PHP] Php session settings
I almost always up the memory_limit in the php.ini. Set the memory limit to
16M, or 32M (the default is 8M). You want a higher memory_limit if you're
working with big file uploads or creating images with p
SERVER_SOFTWARE Apache/1.3.34 (Unix)
I have attached the output from phpinfo()
I cc'd the php-general group but I am not sure how an attachment will be
dealt with there.
Thanks,
Jeff
_
From: Nathan Nobbe [mailto:[EMAIL PROTECTED]
Sent: October 6, 2007 9:08 AM
To: Jeff Be
Hi all, I am new to PHP this is my second post to this group.
I have tried using the following CMS systems on my web server (remote)
Joomla
CMS made simple
Phpwebsite
And more recently
Coppermine photo album
All of these apps use PHP heavily.
None of these apps seem to run very well and they al
Sorry if this is a noob question, I have used PERL, TCL and VB but I am just
getting into PHP. If there is a better place to ask noobie questions then
let me know.
I want to use the include statement but I want to pass the name of the file
rather than hard code it. It seems that PHP needs the fi
6 matches
Mail list logo