Re: [PHP] Re: array_rand() not random

2004-06-15 Thread Kim Steinhaug
Well, I must admit Im gotten abit to familiar with the use of MySQL lately, though it might be abit overkill - but what the heck. The database is there to be used and we shouldnt worry to much. For those really worrying there are several file based "sql" alternatives out there. Ok, I would use an

Re: [PHP] RE: Text message

2004-06-15 Thread Ulrik S. Kofod
Lester Caine sagde: > R'Twick Niceorgaw wrote: > >> Is this some kind of virus? anybody else receiving it? >> >> I have received 3 mails from this address through the list today all with a .bmp >> attachment >> >> It has passed clam av + fprot on linux as well as norton on windows but still >> wan

Re: [PHP] Regarding variable reference

2004-06-15 Thread Ulrik S. Kofod
Justin Patrin sagde: > Ulrik S. Kofod wrote: > > Why are you using eval? Eval is slow and is a hack... Just do: > $y = $$x; > >> if(isset($y)) >> { >> echo "$x:$y"; >> } >> } > True ! I just tested it with both eval and $$, and $$ seems to be about 3 to 4 t

Re: [PHP] Losing Sessions

2004-06-15 Thread Curt Zirzow
* Thus wrote Paul Liebrand ([EMAIL PROTECTED]): > Curt, > > Thanks for the reply. > > I am going to go ahead and change all my session variables to use the > methods you described. Because I am using the session_register method, could > this be the cause of my problem? That it works 90% of the ti

Re: [PHP] Losing Sessions

2004-06-15 Thread Paul Liebrand
Curt, Thanks for the reply. I am going to go ahead and change all my session variables to use the methods you described. Because I am using the session_register method, could this be the cause of my problem? That it works 90% of the time, but a couple times throughout the day the sessions just ge

Re: [PHP] Losing Sessions

2004-06-15 Thread Curt Zirzow
* Thus wrote Paul Liebrand ([EMAIL PROTECTED]): > I am hosting a web site on tierranet and throughout the day sessions get > lost. If I take the exact same code and run it on my Windows machine, I can > run it for a week straight without any problems. I have not been able to > figure out the proble

[PHP] Losing Sessions

2004-06-15 Thread Paul Liebrand
I am hosting a web site on tierranet and throughout the day sessions get lost. If I take the exact same code and run it on my Windows machine, I can run it for a week straight without any problems. I have not been able to figure out the problem and was wondering if anyone can provide any assistance

[PHP] ADOdb db abstraction library moved to sourceforge

2004-06-15 Thread John Lim
Hello, ADOdb is a popular database abstraction library for PHP. It supports a very large number of databases, including MySQL, PostgreSQL, Firebird, Interbase, SQLite, Oracle, Frontbase, DB2, SAP DB, Sybase, Informix, Netezza, Access, VFP, MS SQL, LDAP, ODBTP, ODBC, etc. Due to system outages at

Re: [PHP] Chat-name forms and Suffixes with Validation...

2004-06-15 Thread Curt Zirzow
* Thus wrote Ryan Munevar ([EMAIL PROTECTED]): > Hi Everyone, > > I'm making a form that takes the chat name user enters and combines > it with the chat suffix. I'm unclear on what you're asking here. >Does anyone have a list of all the available chat clients out >

Re: [PHP] Active windows

2004-06-15 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > I am trying to get my website to refresh when the window becomes active. > > This is needed so when a user downloads a report and the PDF is displayed, > there is now a new state in the previously active window. However, the page > needs to re

Re: [PHP] Just Testing

2004-06-15 Thread Curt Zirzow
* Thus wrote Michael Lauzon ([EMAIL PROTECTED]): > I am just testing, so that I can create a filter. btw, you're going about it wrong. Filters will just contribute spaming to the list. Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about

[PHP] Active windows

2004-06-15 Thread [EMAIL PROTECTED]
I am trying to get my website to refresh when the window becomes active. This is needed so when a user downloads a report and the PDF is displayed, there is now a new state in the previously active window. However, the page needs to refresh to regenerate the new page. Any ideas on how to do this

Re: [PHP] Just Testing

2004-06-15 Thread Greg Donald
On Tue, 15 Jun 2004 19:21:39 -0400, Michael Lauzon <[EMAIL PROTECTED]> wrote: > I am just testing, so that I can create a filter. Or a label rather? -- Greg Donald http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Just Testing

2004-06-15 Thread Michael Lauzon
I am just testing, so that I can create a filter. -- Michael Lauzon, Founder The Quill Society http://www.quillsociety.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Chat-name forms and Suffixes with Validation...

2004-06-15 Thread Ryan Munevar
Hi Everyone, I'm making a form that takes the chat name user enters and combines it with the chat suffix. Does anyone have a list of all the available chat clients out there? So far I have, AIM, .mac, iChat. What's the easiest way to combine them with the actual name? JoeTreeman6.mac fo

[PHP] RE: [SOLVED] Namespace issues

2004-06-15 Thread Shaunak Kashyap
Yes, thank you Justin. I DID have a function exists which I somehow did not notice earlier. Shaunak > -Original Message- > From: Justin Patrin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 15, 2004 4:49 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Namespace issues > > > Shaunak Kashy

Re: [PHP] Namespace issues

2004-06-15 Thread Justin Patrin
Shaunak Kashyap wrote: Hi, Facts: 1. I have the following four scripts: a.php, b.php, c.php and d.php 2. a.php defines a function named foo. 3. b.php includes c.php 4. c.php defines a function named foo Case I: d.php looks like this: include "b.php"; include "a.php"; This causes a fatal error tha

[PHP] Re: Excel files with multiple sheets

2004-06-15 Thread Torsten Roehr
"Robert Sossomon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have been looking but have not found yet of a way to generate an excel > file with multiple pages using a PHP page. I was hoping someone here > might have hit on a multiple page document. I can do a single file, but

[PHP] Re: Unit Testing

2004-06-15 Thread Justin Patrin
Rick Fletcher wrote: Has anyone done any PHP unit testing? I've been looking around for a unit testing library to try out. Below are the ones I've found so far: SimpleTest: http://www.lastcraft.com/simple_test.php PHPUnit (dead?): http://phpunit.sourceforge.net/ Pear PHPUnit: http://pear.php.net/pa

Re: [PHP] mail

2004-06-15 Thread Chris W
[EMAIL PROTECTED] wrote: have you debugged your php code to confirm that a recipient is really getting put on the message? e.g., print out the "to:" line, or better yet, hard-code a recipient in the code. based on what you find, you'll have a better sense as to whether the issue is on the mta

Re: [PHP] RE: Text message

2004-06-15 Thread Lester Caine
R'Twick Niceorgaw wrote: Is this some kind of virus? anybody else receiving it? I have received 3 mails from this address through the list today all with a .bmp attachment It has passed clam av + fprot on linux as well as norton on windows but still want to double check before opening it. - R'twick

[PHP] Namespace issues

2004-06-15 Thread Shaunak Kashyap
Hi, Facts: 1. I have the following four scripts: a.php, b.php, c.php and d.php 2. a.php defines a function named foo. 3. b.php includes c.php 4. c.php defines a function named foo Case I: d.php looks like this: include "b.php"; include "a.php"; This causes a fatal error that says that foo c

[PHP] mail

2004-06-15 Thread Chris W
I have upgraded from SUSE 9.0 to 9.1 and now having problems with the mail function. First I was getting an unknown function mail. An suse update fixed that. Now the mail function seems to execute fine but no message ever gets to where I sent it. I looked at the mail log from the postfix pr

RE: [PHP] Excel files with multiple sheets

2004-06-15 Thread Jay Blanchard
[snip] I have been looking but have not found yet of a way to generate an excel file with multiple pages using a PHP page. I was hoping someone here might have hit on a multiple page document. I can do a single file, but was looking for something a little more powerful before I try to create my o

[PHP] Excel files with multiple sheets

2004-06-15 Thread Robert Sossomon
I have been looking but have not found yet of a way to generate an excel file with multiple pages using a PHP page. I was hoping someone here might have hit on a multiple page document. I can do a single file, but was looking for something a little more powerful before I try to create my own. No

[PHP] Re: referencing an existing object

2004-06-15 Thread Torsten Roehr
> >>I would suggest something like this: > >> > >>class myotherclass { > >> var $db > >> > >> function myotherclass(&$db){ > >> $this->db =& $db; > >> > >> $sql="select * from mytable"; > >> > >> $this->db->dosql($sql); > >> } > >>} > >> > >>$db = new mydbclass()

[PHP] Re: Unit Testing

2004-06-15 Thread Torsten Roehr
"Rick Fletcher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Has anyone done any PHP unit testing? I've been looking around for a unit > testing library to try out. Below are the ones I've found so far: > > SimpleTest: http://www.lastcraft.com/simple_test.php > PHPUnit (dead?): htt

Re: [PHP] Re: array_rand() not random

2004-06-15 Thread Nori Heikkinen
on Sun, 13 Jun 2004 01:15:20AM +0200, Kim Steinhaug insinuated: > Hmm... Ive been having same problems with mysql and picking random > numbers, I ended up having to program a rather more sofisticated > system to eliminate the stats you were referring to. > > You could, not that it will be any bett

[PHP] Can access ODBC database via commandline int but not Apache - WTF?

2004-06-15 Thread BOOT
Greetings. Any help appreciated. I'm at a loss here! I am trying to use and ODBC database connection. If I run my script through PHP commandline interpreter it's fine, however through apache it will not connect and just basically hangs (no error either.) Any ideas would be much appreciated! Than

Re: [PHP] RE: Text message

2004-06-15 Thread R'twick Niceorgaw
Is this some kind of virus? anybody else receiving it? I have received 3 mails from this address through the list today all with a .bmp attachment It has passed clam av + fprot on linux as well as norton on windows but still want to double check before opening it. - R'twick Quoting Hitcho <[EMAI

[PHP] Unit Testing

2004-06-15 Thread Rick Fletcher
Has anyone done any PHP unit testing? I've been looking around for a unit testing library to try out. Below are the ones I've found so far: SimpleTest: http://www.lastcraft.com/simple_test.php PHPUnit (dead?): http://phpunit.sourceforge.net/ Pear PHPUnit: http://pear.php.net/package/PHPUnit Generi

[PHP] ChangePasseword active directory adsi

2004-06-15 Thread Matthieu Loudes
Hi, I tray to change user password in active directory. $user = new COM("WinNT://domaine/domaincontrol/USERNAME,user"); $user->ChangePassword("oldpass","newpass"); but it's not work i don't want to use LDAPS !!! help me ? Matt -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Re: referencing an existing object

2004-06-15 Thread Torsten Roehr
"Justin Patrin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bernie wrote: > > > Howdy, > > I am writing a program that has a handful of classes. I would like > > to be able to get information from one object to the other. I have a > > couple of my classes extending others, b

[PHP] Re: referencing an existing object

2004-06-15 Thread Justin Patrin
Torsten Roehr wrote: "Justin Patrin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Bernie wrote: Howdy, I am writing a program that has a handful of classes. I would like to be able to get information from one object to the other. I have a couple of my classes extending others,

[PHP] RE: Text message

2004-06-15 Thread Hitcho
<>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] index.php not loading up

2004-06-15 Thread Marek Kilimajer
Nguyen, Long P (Mission Systems) wrote --- napísal:: I am able to bring up a test.php file, but when I try to bring up this index.php file, the page does not load but the syntaxes below load up. Any ideas? Thank you. _ setCols(2); $log

Re: [PHP] Syntax Help, Please

2004-06-15 Thread Robin Vickery
On Tue, 15 Jun 2004 13:20:24 -0400, Steve Douville <[EMAIL PROTECTED]> wrote: > > I've forgotten how to assign something like this... > > $someStr = EOF>>>" > bunch of raw non-echo'd html > " > EOF>>>; > > But can't seem to get the right syntax. Tried looking in the manual, but > don't eve

Re: [PHP] Syntax Help, Please

2004-06-15 Thread janet
In a message dated 6/15/2004 10:20:59 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: >I've forgotten how to assign something like this... > >$someStr = EOF>>>" > bunch of raw non-echo'd html >" >EOF>>>; > >But can't seem to get the right syntax. Tried looking in the manual, but >don't

[PHP] Re: PHP en XML een vraag waard

2004-06-15 Thread Gerben
Try asking your question in english. since this is an engelish newsgroup oftewel stel je vraag in het engels "De Saedeleer Yves" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Gegroet, > Hoi > > Ik ben reeds een tijdje bezig met PHP en hier en daar lukt er al eens iets > :=)) > >

RE: [PHP] Syntax Help, Please

2004-06-15 Thread Rick Fletcher
> I've forgotten how to assign something like this... > > $someStr = EOF>>>" > bunch of raw non-echo'd html > " > EOF>>>; > > But can't seem to get the right syntax. Tried looking in the > manual, but > don't even know what I'm looking for! You're looking for a "heredoc." http://www.php.

[PHP] Syntax Help, Please

2004-06-15 Thread Steve Douville
I've forgotten how to assign something like this... $someStr = EOF>>>" bunch of raw non-echo'd html " EOF>>>; But can't seem to get the right syntax. Tried looking in the manual, but don't even know what I'm looking for! TIA, Steve

Re: Re: [PHP] how could I call "mail" command in PHP file

2004-06-15 Thread Min Wang
Thanks for all of your answer. Yes, mail() function works! I didn't know this function before, so tried to use the linux command. Best! Min -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Migrating PHP4 Extension to PHP5

2004-06-15 Thread Trevor Wekel
I am trying to migrate an extension for PHP 4 to PHP 5. When linking, I get a few undefined symbols such as zend_property_reference. Where can I find documentation on the Zend 2 API used in PHP 5? Alternatively, has there been a migration guide already developed? Most of the extension documenta

Re: [PHP] how could I call "mail" command in PHP file

2004-06-15 Thread "Miguel J. Jiménez"
Have you try mail() function? Min Wang wrote: Hello, all! So glad to join this maillist. I'm a beginner of PHP. I'd like to call a "mail" command in a "mail.php" like the following: There was no error, but it didn't send the mail as I wished. Other command lines like: worked. "my.txt" lies in th

[PHP] ImageMagick

2004-06-15 Thread Arthur Radulescu
Hello! Does anyone knows if PHP library for ImageMagick has multilanguage support? I am planning to use it but I have not found anything related to this on their site Thanks, Arthur

Re: [PHP] how could I call "mail" command in PHP file

2004-06-15 Thread raditha dissanayake
Min Wang wrote: Hello, all! So glad to join this maillist. I'm a beginner of PHP. I'd like to call a "mail" command in a "mail.php" like the following: perhaps you might want to use the mail() function of php instead? echo `mail -s test [EMAIL PROTECTED] ?> -- Raditha Dissanayake.

[PHP] Re: how could I call "mail" command in PHP file

2004-06-15 Thread Justin Patrin
Min Wang wrote: Hello, all! So glad to join this maillist. I'm a beginner of PHP. I'd like to call a "mail" command in a "mail.php" like the following: There was no error, but it didn't send the mail as I wished. Other command lines like: worked. "my.txt" lies in the same directory as "mail.php"

[PHP] how could I call "mail" command in PHP file

2004-06-15 Thread Min Wang
Hello, all! So glad to join this maillist. I'm a beginner of PHP. I'd like to call a "mail" command in a "mail.php" like the following: There was no error, but it didn't send the mail as I wished. Other command lines like: worked. "my.txt" lies in the same directory as "mail.php", and this

Re: [PHP] Sessioin Management URL rewriter problem

2004-06-15 Thread Jeff Schmidt
Thanks, that did the trick. Now my pages actually validate. :-) Jeff Robin Vickery wrote: On Tue, 15 Jun 2004 09:50:55 -0400, Jeff Schmidt <[EMAIL PROTECTED]> I have some tags that look like: And session management is rewriting these as: Which at first glance appears fine, right? But the problem

[PHP] Re: referencing an existing object

2004-06-15 Thread Justin Patrin
Bernie wrote: Howdy, I am writing a program that has a handful of classes. I would like to be able to get information from one object to the other. I have a couple of my classes extending others, but are there other ways to do this? For example: If I have a database class and a separate c

Re: [PHP] Regarding variable reference

2004-06-15 Thread Justin Patrin
Ulrik S. Kofod wrote: [EMAIL PROTECTED] sagde: Hi, I have variables called Cookie1 to Cookie35. I would like to print the values of Cookie1 to Cookie35 using for loop. Could anybody correct the below code to print the variables. =for($i=1;$i<34;$i++) { $x="Cooki

Re: [PHP] post data

2004-06-15 Thread Larry E . Ullman
im posting a form to itself... and im wondering if there is any way to clear the post data from the page after if have dealt with it? $_POST = array(); Larry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] post data

2004-06-15 Thread John Nichel
eoghan wrote: hi, im posting a form to itself... and im wondering if there is any way to clear the post data from the page after if have dealt with it? to stop page refreshes posting the data again? thanks eoghan unset ( $_POST ); -- John C. Nichel KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP

[PHP] Forum notify

2004-06-15 Thread Hitcho
<>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] index.php not loading up

2004-06-15 Thread John Nichel
Nguyen, Long P (Mission Systems) wrote: But if I am able to bring up test.php with the PHP configuration etc., then PHP is working right? Do you have errors set to display in the php.ini? -- John C. Nichel KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/)

[PHP] post data

2004-06-15 Thread eoghan
hi, im posting a form to itself... and im wondering if there is any way to clear the post data from the page after if have dealt with it? to stop page refreshes posting the data again? thanks eoghan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

RE: [PHP] index.php not loading up

2004-06-15 Thread Nguyen, Long P (Mission Systems)
But if I am able to bring up test.php with the PHP configuration etc., then PHP is working right? -Original Message- From: dave windsor [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 10:47 AM To: Php-general Subject: Re: [PHP] index.php not loading up Assuming you're using apac

Re: [PHP] index.php not loading up

2004-06-15 Thread dave windsor
Assuming you're using apache and php 4, check httpd.conf for a the following data: LoadModule php4_module libexec/libphp4.so In the AddModule section: AddModule mod_php4.c AddType application/x-httpd-php .php .phtml If any of those aren't there, its possible that php wasn

Re: [PHP] Sessioin Management URL rewriter problem

2004-06-15 Thread Robin Vickery
On Tue, 15 Jun 2004 09:50:55 -0400, Jeff Schmidt <[EMAIL PROTECTED]> > I have some tags that look like: > > > > And session management is rewriting these as: > > > > Which at first glance appears fine, right? But the problem is, according > to the validator, instead of having a literal ampersand

[PHP] index.php not loading up

2004-06-15 Thread Nguyen, Long P (Mission Systems)
I am able to bring up a test.php file, but when I try to bring up this index.php file, the page does not load but the syntaxes below load up. Any ideas? Thank you. _ setCols(2); $loginBox->addRow('Username'); $loginBox->addRow(''); $

[PHP] RE: Incoming Msg

2004-06-15 Thread Hatchman
<>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sessioin Management URL rewriter problem

2004-06-15 Thread Jeff Schmidt
Hello, I just tried to validate a page I'm creating with php at validator.w3.org. I'm getting a lot of error messages because the session management code in PHP is modifying a href='' tags in my document. Specifically, I have some tags that look like: And session management is rewriting the

[PHP] referencing an existing object

2004-06-15 Thread bernie
Howdy, I am writing a program that has a handful of classes. I would like to be able to get information from one object to the other. I have a couple of my classes extending others, but are there other ways to do this? For example: If I have a database class and a separate class that woul

[PHP] Re: jdmonthname Function problem

2004-06-15 Thread Alan McDonald
> > hmmm what have I done with my build that I have left something like this > > out? > > Anyone have a cloe as to what option should have been set to get this > > function working? > > It works fine on my 4.3.4 on Windows but 4.3.7 in Linux throws this > > complaint at me > > Alan > > http://de.ph

[PHP] Re: jdmonthname Function problem

2004-06-15 Thread Thomas Seifert
On Tue, 15 Jun 2004 21:32:32 +1000 [EMAIL PROTECTED] (Alan McDonald) wrote: > Fatal error: Call to undefined function: jdmonthname() in > > hmmm what have I done with my build that I have left something like this > out? > Anyone have a cloe as to what option should have been set to get this >

[PHP] jdmonthname Function problem

2004-06-15 Thread Alan McDonald
Fatal error: Call to undefined function: jdmonthname() in hmmm what have I done with my build that I have left something like this out? Anyone have a cloe as to what option should have been set to get this function working? It works fine on my 4.3.4 on Windows but 4.3.7 in Linux throws this co

[PHP] Callback in an c/c++ extension module

2004-06-15 Thread Julien PIASER
Hello, I'm developping a c/c++ extension of the php module. This extension uses CORBA (OmniORB) to communicate with a server. Clients connecting to the apache server in which the php module is included will then access to information coming from the server. All that staff is going fine. The CO

[PHP] How does one get strtotime() real NOW now that the function behaves according to GNU date syntax?

2004-06-15 Thread William Bailey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, Now that the strtotime() function behaves in according to GNU date syntax (which i feel should not have changed in a minor php version bump but thats a different issue) how does one implement something like the old system? Lets s

[PHP] Fw:

2004-06-15 Thread Sriranganath
- Original Message - From: Sriranganath To: c Sent: Tuesday, June 15, 2004 10:24 AM Subject: Fw: - Original Message - From: Sriranganath To: [EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 9:50 AM Dear Sir, I am finding difficulty in inserting a record into a MySQL DB th

RE: [PHP] Regarding variable reference

2004-06-15 Thread Ford, Mike [LSS]
On 15 June 2004 08:25, Ulrik S. Kofod wrote: > [EMAIL PROTECTED] sagde: > > > > Hi, > > I have variables called Cookie1 to Cookie35. > > > > I would like to print the values of Cookie1 to Cookie35 using for > > loop. > > > > Could anybody correct the below code to print the variables. > > >

Re: [PHP] Regarding variable reference

2004-06-15 Thread Marek Kilimajer
[EMAIL PROTECTED] wrote --- napi'sal:: Hi, I have variables called Cookie1 to Cookie35. I would like to print the values of Cookie1 to Cookie35 using for loop. Could anybody correct the below code to print the variables. == for($i=1;$i<34;$i++) { $x="Cookie".$i;

Re: [PHP] Fw:

2004-06-15 Thread Ulrik S. Kofod
Dennis Freise sagde: > On Tue, 15 Jun 2004 10:24:45 +0530 > "Sriranganath" <[EMAIL PROTECTED]> wrote: > >> $conn = mysql_connect("localhost:3308","user","password"); >> Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in >> /var/www/html/whatnew/a.php on line 3 > > Maybe

Re: [PHP] Regarding variable reference

2004-06-15 Thread Ulrik S. Kofod
[EMAIL PROTECTED] sagde: > > Hi, > I have variables called Cookie1 to Cookie35. > > I would like to print the values of Cookie1 to Cookie35 using for loop. > > Could anybody correct the below code to print the variables. > > =for($i=1;$i<34;$i++) > { > $x="Cookie

Re: [PHP] Fw:

2004-06-15 Thread Dennis Freise
On Tue, 15 Jun 2004 10:24:45 +0530 "Sriranganath" <[EMAIL PROTECTED]> wrote: > $conn = mysql_connect("localhost:3308","user","password"); > Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in > /var/www/html/whatnew/a.php on line 3 Maybe that's because the standard MySQL

[PHP] Cookies

2004-06-15 Thread Umesh Deshmukh
Hi, (B (BI want to use cookies in one of my applications. (BI want to know the details about the Domain parameter of setcookie function. (B (BWhat is significance of Domain parameter ? (BHow the use of Domain parameter helps us for authentication using cookie ? (B (BPlease help me in this r