[PHP-WIN] Re: Password generator

2003-06-20 Thread Manuel Lemos
Hello, On 06/17/2003 06:45 AM, Davy Obdam wrote: I have to make a password generator, but i have a little problem. You may also want to try any of these classes: http://www.phpclasses.org/password%20generation -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.p

[PHP-WIN] Re: Parse error what's this, what to do?

2003-06-20 Thread Max Graham
This might require two separate files. In the first, you'd have to set up a form in the first file, advanced3.php: --- new old --- and then in the second, the processform.php file, you'd have this line: -

Re: [PHP-WIN] Re: Parse error what's this, what to do?

2003-06-20 Thread Ildiko Nyari
And how can I do, that this selected option will select from the database (products) the appropriate one's, and show the results? Dreamweaver MX. Sorry, but I appreciate your help. Thanks, ildiko - Original Message - From: "Cristian MARIN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: [PHP-WIN] Phpinfo.php

2003-06-20 Thread Stuart Felenstein
I also put php.ini, php4ts, php4apache2 all into my system32 directory. Stuart Dean Hayes <[EMAIL PROTECTED]> wrote: Did you add the lines LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php to your httpd.conf file Dean "The Insane Guy" Hayes Mystica

Re: [PHP-WIN] Phpinfo.php

2003-06-20 Thread Dean Hayes
Did you add the lines LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php to your httpd.conf file Dean "The Insane Guy" Hayes Mystical Web Designs http://www.mystical-sector.com <-- I design and i redesign but still i never designed true beauty like you -->

Re: [PHP-WIN] Access denied for user: 'ODBC@127.0.0.1'. Dreamweaver MX

2003-06-20 Thread Ildiko Nyari
Thank you. I have entered the variables and seems to be OK. THANKS. Why do you think that I have put the put the password into the php.ini file? And where can I define the type of connection? I just sad make mysql connection, and it was created as pconnect. How do I make mysql_connect? Where? TH

Re: [PHP-WIN] Access denied for user: 'ODBC@127.0.0.1'. Dreamweaver MX

2003-06-20 Thread Stephen
No, you misunderstand. You have mysql_pconnect($hostname_storeunclesam, $username_storeunclesam, $password_storeunclesam) but there is no value to the variables so what you are actually doing is mysql_pconnect( , , ) You need to define the variables before calling the function like so: $hostname_

Re: [PHP-WIN] Access denied for user: 'ODBC@127.0.0.1'. Dreamweaver MX

2003-06-20 Thread Ildiko Nyari
Thanks, I have the username and password entered in mySQL for that specific table and also in the php file at $username_storeunclesam so on, the same username and password, however I have this ODBC issue. What else might be wrong? THANKS. ildiko - Original Message - From: "Stephe

Re: [PHP-WIN] Access denied for user: 'ODBC@127.0.0.1'. Dreamweaver MX

2003-06-20 Thread Stephen
ODBC I believe is the default connection name when none is specified. You have the code mysql_pconnect($hostname_storeunclesam, $username_storeunclesam, $password_storeunclesam), but have you set a value to all the variables? You need to set $username_storeunclesam and $password_storeunclesam to th

Re: [PHP-WIN] Access denied for user: 'ODBC@127.0.0.1'. Dreamweaver MX

2003-06-20 Thread christian astrup bakke // chasm
this is a mailinglist for php*, not mysql. -- with best regards, christian astrup bakke // chasm www.chasm.nu [EMAIL PROTECTED] [note: this mail is scanned with norton antivirus 2003] - Original Message - From: "Ildiko Nyari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Ju

[PHP-WIN] Subject: Re: What is the best way to post here?

2003-06-20 Thread Jon Harrell
Subject: Re: What is the best way to post here? From: Erythros <[EMAIL PROTECTED]> Newsgroups: php.windows what do you mean ignored? do you mean no one responds to your posts? "Jon Harrell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] com... > It seems that most if not all of my NG

php-windows Digest 20 Jun 2003 20:27:51 -0000 Issue 1786

2003-06-20 Thread php-windows-digest-help
php-windows Digest 20 Jun 2003 20:27:51 - Issue 1786 Topics (messages 20435 through 20466): Re: PHP i need help please 20435 by: Daniel Beulshausen Re: Help changing code HELP! 20436 by: Mark Clarkstone 20437 by: Luis Moreira 20439 by: Mark Cl

[PHP-WIN] Access denied for user: 'ODBC@127.0.0.1'. Dreamweaver MX

2003-06-20 Thread Ildiko Nyari
Does anybody have a clue about this? I get this error message: Warning: mysql_pconnect(): Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) in C:\Program Files\Apache Group\Apache2\htdocs\www\Connections\storeunclesam.php on line 9 Access denied for user: '[EMAIL PROTECTED]' (Usin

[PHP-WIN] Re: What is the best way to post here?

2003-06-20 Thread erythros
what do you mean ignored? do you mean no one responds to your posts? "Jon Harrell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It seems that most if not all of my NG posts are > ignored through my news client... but I can email > the list... What is the most effective way of > po

[PHP-WIN] Session Problem

2003-06-20 Thread Waldemar Brand Neto
Thank you guys now it´s working fine. []´s Waldemar

Re: [PHP-WIN] Re: Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-20 Thread Radovan Radic
Must be wrong path, check if it is correct path, calculate all '../' and find is there such file on that path "Ildiko Nyari" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Thanks, I have the feeling it is something with the pear, but I always get similar errors, and the pear is always

[PHP-WIN] Re: PHP Standalone Engine?

2003-06-20 Thread Manuel Lemos
Hello, On 06/20/2003 02:58 PM, Galen P. Zink wrote: I work for a small networking company. We're working on a piece of software that will be run server-side with PHP and MySQL. It allows the user to develop an online store and handles all the complex shopping cart stuff with ease. It is a port

[PHP-WIN] Re: Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-20 Thread Ildiko Nyari
Thanks, I have the feeling it is something with the pear, but I always get similar errors, and the pear is always there. What do you think? ildiko - Maybe you don't have permission to open it. I think

[PHP-WIN] adodb-PEAR.inc.php issues

2003-06-20 Thread Ildiko Nyari
Hello, I heard you wrote the PEAR web codes. Can you pls let me know what is the problem with my pear and what to do about. I always get this type error messages; Warning: main(PEAR.php): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\ADOdb\adodb

[PHP-WIN] PHP Standalone Engine?

2003-06-20 Thread Galen P. Zink
I work for a small networking company. We're working on a piece of software that will be run server-side with PHP and MySQL. It allows the user to develop an online store and handles all the complex shopping cart stuff with ease. It is a port of an originally client-side application. We would l

[PHP-WIN] Re: Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-20 Thread Radovan Radic
Maybe you dont have permission to open it. I think using chown could do the trick. I have user 'www' in apache and if scripts are not owned by 'www' i get this error like you. If i am not correct, please someone enlighten me. PS. My applications work ok on Unix and Linux with this trick, although

[PHP-WIN] Phpinfo.php

2003-06-20 Thread Mathias
I use Microsoft Windows XP Pro, and PHP4. Im reading the book Sams teach yourself PHP, Mysql and Apache. I setup mysql apache2 and php4. I cannot get to work. Can anyone HELP PLEASE?!?!??? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Fw: [PHP-WIN] Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-20 Thread Ildiko Nyari
this is line1: - Original Message - From: "Ildiko Nyari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 12:47 PM Subject: [PHP-WIN] Fatal error: main(): Failed opening required. Dreamweaver MX What is this about? I can connect to mySQL database, but the we

[PHP-WIN] Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-20 Thread Ildiko Nyari
What is this about? I can connect to mySQL database, but the website in Explorer gives me this error. What do I wrong? in Dreamweaver MX. thanks Warning: main(../../Connections/storeunclesam.php): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\ad

[PHP-WIN] Re: [SMARTY] section problem

2003-06-20 Thread Carlos Castillo
well esteban, here is the way ill do that: [php] $response = array(); $link = db_connect(); $result = mysql_query("SELECT * FROM news WHERE news_status LIKE 1 ORDER BY news_date ASC"); while ($row = mysql_fetch_array($result)) { array_push($response,$row); } $smarty->assign("row", $r

[PHP-WIN] What is the best way to post here?

2003-06-20 Thread Jon Harrell
It seems that most if not all of my NG posts are ignored through my news client... but I can email the list... What is the most effective way of posting here? jh -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread erythros
i think this has to do with the value you set in $allow. in config.php you set it to "1" then in test.php you checked for the value "yes" hence unexpected number value when it was looking for a char "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > this > > Pa

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread erythros
please also include config.php "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hey I need your help I want to change a part of the config.php file in my > script which is > > $allow = "1"; // to allow comments 1 = yes 0 = no > > I'm trying to change it to $allo

[PHP-WIN] Re: Parse error what's this, what to do?

2003-06-20 Thread Ildiko Nyari
THANKS, I am just a beginner, but you made my life easier. Now I understand it, hope so. ildiko "Cristian MARIN" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It's very wrong your code: > I don't know what should do but it should look like this: > > search by > > > > new >

[PHP-WIN] Re: Parse error what's this, what to do?

2003-06-20 Thread Cristian MARIN
It's very wrong your code: I don't know what should do but it should look like this: search by new used You have mixed the php with the HTML in a very wrong way. You cannot require a html code, you have to require a file. Please the PHP manual first.

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread sven
what about the escaped doublequotes? should be \" not /" (backslash, not slash). ciao SVEN "Mark Clarkstone" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > this > > Parse error: parse error, unexpected T_LNUMBER in > c:\www\apache\htdocs\scripts\string\test.php on line 9 > > "

[PHP-WIN] Re: Sessiom Problem

2003-06-20 Thread Cristian MARIN
This is happening because the session_start() is not the first line in your page and the others lines beside the session_start are already sending data or the header informations to the browser so when you are using the session_start he can't integrate the session cookie to the header so all the se

Re: [PHP-WIN] Parse error what's this, what to do?

2003-06-20 Thread sven
that codepart isn't very useful. look around line 129, maybe a line above a command isn't correctly terminated by semicolon. could be, that your php-termination ?> before isn't recognized as it is interpreted as depending to stings from lines above? maybe some brackets of conditions or functions

[PHP-WIN] Re: Sessiom Problem

2003-06-20 Thread Andrei BEJENARU
In your script page are you displaying something *before* starting the session? Andrei BEJENARU "Waldemar Brand Neto" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hy whwn I tried to use a sessiom this error ocours: Warning: Cannot send session cookie - headers already sent by a

[PHP-WIN] Re: Parse error what's this, what to do?

2003-06-20 Thread Ildiko Nyari
Hello, Thank you line129: But the whole stuff look-a-like this: search by new used ); ?> What I want is the option selected should be an input for the search, that's what I try to figure out in Dreamweaver MX THANKS, ildiko - Original Message - From: "Max Graham" <[EMAIL PRO

Re: [PHP-WIN] Parse error what's this, what to do?

2003-06-20 Thread Alejandro C. Garrammone
Ildiko, every time you want to use php code you must start with a " so, here you want to embeded html code and then you want to write another part of the code so it's look like this: [Html Code] Hope this helps... But it isn't the answer...please post you code!! - Original Message --

[PHP-WIN] Sessiom Problem

2003-06-20 Thread Waldemar Brand Neto
Hy whwn I tried to use a sessiom this error ocours: Warning: Cannot send session cookie - headers already sent by and this: Warning: Cannot send session cache limiter In my php.ini the save path points to a valid directory and php creates a file session. Thank´s in advance. Wbn

[PHP-WIN] Accessing Excel Using ADO

2003-06-20 Thread Herhuth, Ron
I'm trying to access an Excel document as a database using ADO. I've found several snippets of code on the subject but I'm not having any luck getting it going. So far I am using just this fragment of code to connect but I'm getting an error that I don't know how to correct: Code: Open($dsn);

[PHP-WIN] Subject: Parse error what's this, what to do?

2003-06-20 Thread Neil Smith
Dude - do you think we're telepathic or something ? How the hell are we supposed to know what you have written on line 129 ?!?! Neil. At 08:09 20/06/2003 +, you wrote: Message-ID: <[EMAIL PROTECTED]> Reply-To: "Ildiko Nyari" <[EMAIL PROTECTED]> From: "Ildiko Nyari" <[EMAIL PROTECTED]> To: <[

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread Mark Clarkstone
this Parse error: parse error, unexpected T_LNUMBER in c:\www\apache\htdocs\scripts\string\test.php on line 9 "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Something about lumer? > > "Erythros" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > wha

[PHP-WIN] Re: Parse error what's this, what to do?

2003-06-20 Thread sven
do you have some code? "Ildiko Nyari" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hello Parse error: parse error, unexpected '<' in C:\Program Files\Apache Group\Apache2\htdocs\advanced3.php on line 129 what's this? I always get this error when I want to display the php file

Re: [PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread Luis Moreira
This is not very clear to me. First, what errors do you get ? Second, in one place you have $changeallow (that you don't use) and further ahead $configallow (that is not initializazed) Which one is the good one ? Luis - Original Message - From: "erythros" <[EMAIL PROTECTED]> To: <[EM

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread Mark Clarkstone
Something about lumer? "Erythros" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > what are the errors that you get? > > "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hey I need your help I want to change a part of the config.php file in my > > sc

Re: [PHP-WIN] PHP i need help please

2003-06-20 Thread Daniel Beulshausen
At 03:25 20.06.2003 +0200, Christoph Grottolo wrote: [EMAIL PROTECTED] (Daniel Beulshausen) wrote: >mit freundlichen grüßen aus berlin, >daniel welcome back to php... and thanks a lot for having implemented network access on win32. trying to get buisness rolling again... ( slowly :) ) mit freundl

php-windows Digest 20 Jun 2003 08:09:14 -0000 Issue 1785

2003-06-20 Thread php-windows-digest-help
php-windows Digest 20 Jun 2003 08:09:14 - Issue 1785 Topics (messages 20431 through 20434): Re: PHP i need help please 20431 by: Kevin Ison 20433 by: Christoph Grottolo 20434 by: Daniel Beulshausen Parse errorwhat's this, what to do? 20432 by: Ildiko Nyar

Re: [PHP-WIN] PHP i need help please

2003-06-20 Thread Daniel Beulshausen
At 13:33 19.06.2003 -0400, Kevin Ison wrote: danke Daniel... apparently multiple paths need to be encapsulated with quote marks. something i did not do. yes, colons are interpreted as line comments by the ini parser. btw: looking at the source of the java extension, it should use the CLASSPATH e