RE: [PHP] The ubitquitous forum project

2001-03-25 Thread Matt Stone
See http://www.planetveggie.com/ubb-bin/Ultimate.cgi?action=intro Basically it is like: Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 When I click on topic 5 I get: Topic 5: Post 1 Post 2 Post 3 Post 4 Post 5 See for yourself. -Original Message- From: Felix Kronlage [mailto:[EMAIL

RE: [PHP] Random letter/number passwords

2001-03-25 Thread Matt Stone
Oops sorry, this line is supposed to read: $passfirst = randomGen($length-3, 1); $passend = randomGen(3, 0); $pass = $passfirst.'-'.$passend; return $pass; -Original Message- From: Matt Stone [mailto:[EMAIL PROTECTED]] Sent: Monday, 26 March 2001 4:12 PM

[PHP] multiple record out put

2001-03-25 Thread Peter Houchin
Hiya, I'm creating a page where the user can select multiple options to query the DB with i am at the moment i can't get more than 1 record to display from the db at all. If any one could offer soem suggestions i would be very grateful ? //db connect info above if ($Submit) {

Re: [PHP] Email validation

2001-03-25 Thread Manuel Lemos
Hello Mike, On 21-Mar-01 01:21:13, you wrote: Hello Again, Can anyone tell me what the best form of Email validation there is? It needs to be quick as open to - and . as possible. Look here for a complete email validation class: http://phpclasses.UpperDesign.com/browse.html/package/13

[PHP] PHP Authentication

2001-03-25 Thread Jon
Hi, I have read that for using PHP authentication I must be able to user variables such as $PHP_AUTH_USER that are only avaible when PHP is installed as a module. On the other hand I am using APACHE 1.3.17 with PHP 4.04 and I have configured Apache with the following lines: ScriptAlias /php4/

RE: [PHP] PHP Authentication

2001-03-25 Thread Jack Dempsey
Hi Jon, just to let you know, you don't "need" $PHP_AUTH_USER to do authentication...i just finished up a little auth system (which works and i'm psyched) and i only used some session variables.that having been said, if you want to configure it as a module, check out www.php.net if you got

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c

2001-03-25 Thread Romolo Manfredini
romolo Mon Mar 26 00:00:44 2001 EDT Modified files: /php4/ext/pgsql pgsql.c Log: pg_close was undefining default_conn even if a ref to it was still there. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.94

<    1   2