Re: [PHP] authentication

2001-08-27 Thread abe
Hi Wilbert, what I have done in the past (probably not the best way) is to stick a function call in the top of all pages in that directory which calls a function that checks for a cookie to see that the person viewing has actually logged in. I hope that helps. Abe On Mon, 27 Aug 2001, Wilbert

PHP version?

2001-06-18 Thread Abe Asghar
Hi Guys,   I wonder if you can help.  One of our servers has migrated to php V 4.05 from V 4.04.  Unfortunately part of the site that accesses a MySQL database no longer functions.  I have checked pretty much everything and it seems OK. Is there any changes in the version which could be caus

[PHP] SEARCH ?

2001-02-22 Thread Abe Asghar
Hi there, I am implementing a search function on a site that we are working on. We have created a script that will search through the contents of a page and looks for matches etc. It works well but will get slow on a large site. Does anybody know a tutorial or info on how to create an indexing

[PHP]

2001-02-19 Thread Abe Asghar
Hi, I am trying to get a total value of orders from a file. The file has various fields separated by '|'. It is the 15th field I am trying to total. At the moment I am trying to search each character but it times out as the file is quite large - is there a more efficient way of doing this.

Re: [PHP] <- functions returning multiple values: ->

2001-01-22 Thread Abe Asghar
Thanks Guys, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] <- functions returning multiple values: ->

2001-01-22 Thread Abe Asghar
Hey there, is there a way that you can get a function to return multiple values. e.g.: {and also how to access them} function VarTest() { return $var = 10; return $var2 = 20; } Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

[PHP] <> Flash + PHP <>

2001-01-19 Thread Abe Asghar
Hey Guys, Anybody have any good links for Flash with PHP simple stuff. Any tutorials or general links that maybe useful. Thanks, Abe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] < Levels of Access >

2001-01-17 Thread Abe
Hey Guys, I wonder if anyone can shed light... I have a system that internal users access - I have separated access levels into 1, 2, 3 etc. So if you have access 1 you can view certain things - If you are 2 then you can view more or other things. However the problem arises when someone in acc

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Abe
d the actual address value onto the it. Thanks eveyone, Abe - Original Message - From: "Cal Evans" <[EMAIL PROTECTED]> To: "Abe" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 10:07 PM Subject: RE: [PHP] Function -> Sendi

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Abe
re is the name of the link, here are the variables to attach onto the end of it - but work out the values yourself!' Does that makes sense - I can't find a way to do that. Thanks, Abe - Original Message - From: "DanO" <[EMAIL PROTECTED]> To: "Abe" <

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Abe
variables) and letting them be dealt with by the function. Thanks, Abe - Original Message - From: "Cal Evans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 9:40 PM Subject: RE: [PHP] Function -> Sending URL's > There's a

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Abe
No, that wont work - unfortunately the purpose of the function is to read the values from a database then add them to the URL. So the URL is sent to the function - but the values within the URL will come from the database which is accessed from within the function. Thanks, Abe - Original

[PHP] Function -> Sending URL's

2001-01-11 Thread Abe
around this - The example is simpler than what I am actually doing and the value of $company must come from the variable. Thanks, Abe Click"; } $url = 'asdfasdf.php3?name=$company'; testPassVar($url); echo "This is a $name"; ?> -- PHP General Mailing List (http://www

[PHP] OS X

2001-01-11 Thread Abe Asghar
Hey there, does anyone use PHP 4 + Apache on MAC OS X. Is this possible? Also does anyone know any good sites with info about this. Thanks, Abe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] iterating multidimensional arrays

2001-01-11 Thread Abe Asghar
Hey there, try this... \n"; while (list ( , $val) = each ($allan[$key1])) { echo " - $val\n"; } } ?> Abe - Original Message - From: "Cybercandy Ltd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 12:57 PM S

[PHP] Saturday Work in London

2001-01-11 Thread Abe Asghar
Hey there, Just a quick enquiry - is anyone available to work Saturdays with PHP. It is important that this person is available to work in London not remotely. Sorry if this is not appropriate for this list... Please email me off the list. Thanks -- PHP General Mailing List (http://www.php.

Re: [PHP] BIG include file !!!

2001-01-10 Thread Abe
Thanks - nice looking site. Abe - Original Message - From: "Jason Murray" <[EMAIL PROTECTED]> To: "'Abe'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 10:17 PM Subject: RE: [PHP] BIG include file !!! >

[PHP] BIG include file !!!

2001-01-10 Thread Abe
worried that it is going to slow the pages down. Will it have a large effect on the pages speed. It's only about 400 lines at the moment but getting bigger the way I am working Is it likely to slow the pages much even if only some of the functions are called from particular pages. Thanks