Re: [PHP] as stupid as I normally am.....

2001-01-23 Thread [EMAIL PROTECTED]
I did use "./mysqladmin reload" and I got this back on the interface ( using telnet) ** mysql> ./mysqladmin reload -> * and it does not do anything, is that mean the db serevr has already been reloaded? cheers Jack [EMAIL PROTECTED] "There is nothing mor

[PHP] RC4 Encryption / Decryption Class

2001-01-23 Thread Mukul Sabharwal
Hi, I've made a small class that adds RC4 encryption functionality to those versions of PHP which don't have mycrypt either installed or the specific version for RC4 is not installed. It's a class that simply requires you to pass some parameters, like key, and the plaintext, and an optional decr

[PHP] Repition Reduction ?

2001-01-23 Thread Mukul Sabharwal
Hi, I'm making a small quiz script, and wanted to know how I could minimize repition of questions to a single user. And also how to randomize all the questions ? thanks. = To find out more about me : http://www.geocities.com/mimodit My bookmarks are available @ http://mukul.free.fr __

Re: [PHP] as stupid as I normally am..... ( Nope!)

2001-01-23 Thread [EMAIL PROTECTED]
Nope, it still not working after i refresh the page. I went to database mysql again and check table "user" and see username "freesale" there with the host IP and it is empty at the password field in the table. I also went to check table "db" and look at the fields Host, user and I also see correct

php-general Digest 24 Jan 2001 06:38:51 -0000 Issue 473

2001-01-23 Thread php-general-digest-help
php-general Digest 24 Jan 2001 06:38:51 - Issue 473 Topics (messages 36242 through 36341): Some Code for Uploading Images... 36242 by: Diego Fulgueira 36244 by: Website4S.aol.com Re: "Authenticating" across sites/servers 36243 by: Michael Kimsal 36337 by: Kr

RE: [PHP] as stupid as I normally am..... ( Nope!)

2001-01-23 Thread Samantha Savvakis
When you insert into the user table, the "Host" column is where you are connecting "FROM" not where you want to connect to. This could be something you have wrong. You want to connect to "216.122.146.147" ?? And you have inserted into the user table that you are coming from 216.122.146.147. So, i

Re: [PHP] as stupid as I normally am..... ( Nope!)

2001-01-23 Thread [EMAIL PROTECTED]
How do I look in to mysql log files? Anyway, the IP 216.122.146.147 is the IP of db server where the page tries connect to (and my developing machine is on ISDN line and the ip is 192.168.0.100 in which I think it does not quite relevant to bring it up here) . But The actual IP of the server that

[PHP] storing query result in arrays: waste of memory?

2001-01-23 Thread Tyson Lloyd Thwaites
Hi all, I am writing an object-oriented program in PHP, and some of the child objects require similar data to their parents, but from different columns of the same table. Is it better to retrieve the whole table up-front and store it in a session array, or to run the queries seperately each time

[PHP] problem with \n

2001-01-23 Thread Roman
I have PHP 4.0.4 version but i have problem with this escape command : \n : don't work. what's the problem another escape command work with no problems... Thanx, roman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP] problem with \n

2001-01-23 Thread Philip Olson
How are you using it (code snip) and what is it not doing for you? Philip On Wed, 24 Jan 2001, Roman wrote: > I have PHP 4.0.4 version but i have problem with this escape command : \n : > don't > work. what's the problem another escape command work with no problems... > > > Thanx, roman >

[PHP] session.save_path

2001-01-23 Thread Jimmy Bäckström
Yo! I'm sending this call for help once again, since I didn't get an answer to my problem last time. I'm working a little with sessions, but I get a message like this: Warning: open(/tmp\sess_1b7577b36d874741ed1e74b4bead0dfd, O_RDWR) failed: m (2) in h:\program\apache\htdocs/boa/sessionTest.p

[PHP] |O:T| Can anyone translate for me this Perl code into PHP?

2001-01-23 Thread Maxim Maletsky
Hello guys, I *know* it is totally OT, but, I need your help... Below is a piece of PERL code that I am trying to "translate" into PHP. It is quite simple code needed to send emails within a newsletter. I kind of tried to rewrite it in PHP but since I know *nothing* about Perl I found myself ask

[PHP] db connection error

2001-01-23 Thread [EMAIL PROTECTED]
Hi all, I got the error below when I tried to establish db coonection. Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /home/sites/site1/web/FreeSale/submitagree.php3 on line 2 The sniplet is : $connection = mysql_connect("216.122.146.14

RE: [PHP] db connection error

2001-01-23 Thread Maxim Maletsky
It says that the username or password are incorrect. Just Double Check them! Cheers, Maxim Maletsky -Original Message- From: Jacky@lilst [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 6:07 AM To: [EMAIL PROTECTED] Subject: [PHP] db connection error Hi all, I got the error

<    1   2   3