RE: [PHP] Help with GET variables which do not work after upgrading

2004-11-28 Thread Adrian Portsmouth
fined HTH ======== Adrian Portsmouth .htaccess Manager - SilkPHP [e] [EMAIL PROTECTED] [w] www.htaccessmanager.com This email, its contents and attachments are confidential and may be covered by legal privilege. This email contains i

RE: [PHP] How to detect the prefered languages of Web-Clients?

2004-11-27 Thread Adrian Portsmouth
assistance to you. ======== Adrian Portsmouth .htaccess Manager - SilkPHP [e] [EMAIL PROTECTED] [w] www.htaccessmanager.com This email, its contents and attachments are confidential and may be covered by legal privilege. This email contains information intended o

RE: [PHP] identifying the country of the people who connect to web site / portal

2004-11-27 Thread Adrian Portsmouth
to the appropriate mirror web site. HTH Adrian Portsmouth .htaccess Manager - SilkPHP [e] [EMAIL PROTECTED] [w] www.htaccessmanager.com This email, its contents and attachments are confidential and may be

RE: [PHP] can't restart session

2003-07-22 Thread Adrian Portsmouth
Chris, As I said, you are not calling your session user_info, the only way to name a session is to use session_name() BEFORE session_start() if you are not using a session_name call then change your setcookie call to the following and this should kill it for you: setcookie(session_name(),"","","/

RE: [PHP] can't restart session

2003-07-21 Thread Adrian Portsmouth
In order to use the set_cookie method to kill a session_id you need to specify the name of the session, you have used 'user_info' but nowhere in your code do you specify the session_name("user_info") as the sessions name. HTH Ade -Original Message- From: Chris W. Parker [mailto:[EMAIL PRO

RE: [PHP] session

2003-06-02 Thread Adrian Portsmouth
The value isn't available until the next page and you should register with $_SESSION["name"]=$_POST["name"]; HTH Ade www.phpscriptsearch.com -Original Message- From: Aris Santillan [mailto:[EMAIL PROTECTED] Sent: 02 June 2003 11:55 To: Php (E-mail) Subject: [PHP] session hi this co

RE: [PHP] Select email addresses from MySQL

2003-03-21 Thread Adrian Portsmouth
Hi Tim, I did something similar recently but I had a bit more info stored than just an e-mail address, so I set-up a search system for the client whereby he could e-mail all of the people in the search result set. Just a thought that might give you some ideas for your situation. HTH Ade www.phps

RE: [PHP] Banner ad solution?

2003-03-21 Thread Adrian Portsmouth
Hi Mike, Try my web site www.phpscriptsearch.com there are a couple of Banner Management utilities under the Ad Management Category. HTH Ade -Original Message- From: MIKE YRABEDRA [mailto:[EMAIL PROTECTED] Sent: 20 March 2003 17:00 To: PHP List Subject: [PHP] Banner ad solution? Can

[PHP] Mod Rewrite & Session IDs

2003-03-18 Thread Adrian Portsmouth
Hi everyone, I am currently installing mod-rewrite to change all of my URL's from: www.domain.com/category.php?ID=1 To www.domain.com/category_name.html So that they are more search engine friendly. However one problem I face is that I cannot think of any way to write the session ID which woul

RE: [PHP] javascript

2003-03-07 Thread Adrian Portsmouth
Yes until a user comes along with JS disabled. Ade www.phpscriptsearch.com -Original Message- From: Niklas Lampén [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 14:04 To: 'Php-General' Subject: RE: [PHP] javascript Advantage is obvious! If there is a field user didn't fill up, you can

RE: [PHP] Where to publish extension?

2003-03-02 Thread Adrian Portsmouth
Hi There, Not sure how you define an extension, but you could take a look at my web site www.phpscriptsearch.com and see if it applies to listing it there. But like I said, it depends what you mean by extension. As far as getting it into the next distro, not sure, I have put in a lot of effort tr

RE: [PHP] FormatDateTime in PHP

2003-02-25 Thread Adrian Portsmouth
No don't use the PHP date function, MySQL has an inbuilt function exactly for this. See DATE_FORMAT http://www.mysql.com/doc/en/Date_and_time_functions.html HTH Adrian www.phpscriptsearch.com -Original Message- From: Chris Hayes [mailto:[EMAIL PROTECTED] Sent: 25 February 2003 12:32 To

[PHP] PHP 5

2003-02-17 Thread Adrian Portsmouth
Hi, I have been checking out the books on Amazon.com and it seems there is a PHP5 book in the works due to be released on March the 4th. Does anyone know where I can find out information about this new release of PHP, what changes there are etc? TIA Adrian www.phpscriptsearch.com -- PHP Gene

RE: [PHP] Protect Access to a Directory

2003-02-05 Thread Adrian Portsmouth
Try using htaccess authentication instead? -Ade www.phpscriptsearch.com -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: 05 February 2003 07:06 To: [EMAIL PROTECTED] Subject: Re: [PHP] Protect Access to a Directory On Wednesday 05 February 2003 04:06, Pushpinder Sin