[PHP] Re: Question 1

2002-07-14 Thread David Robley
In article E00ACB0129A4C748B02A744610798CE50652CE@headoffice- fs.techex.net.au, [EMAIL PROTECTED] says... I am looking at importing data from rdtool into a mysql backend And not sure how to go about it... I was wondering if anyone has tried this or know of some information that may help.

Re: [PHP] two way encryption

2002-07-14 Thread Jason Wong
On Monday 15 July 2002 10:27, Justin French wrote: I'm getting the following error using 4.1.1: Fatal error: Call to undefined function: mcrypt_create_iv() in /usr/local/apache/htdocs/tests/enc.php on line 3 Did you actually install the mcrypt libs? Which is confusing, given that the

Re: [PHP] Re: Variables aren't being passed to php page

2002-07-14 Thread Jason Wong
On Monday 15 July 2002 03:55, Tim Luoma wrote: Jason Wong wrote: This list gets at least one question a day on this subject ... And there will be a lot more as people scan the web for example scripts and find ones that assume 'register_globals' is set to on. Questions coming from those

RE: [PHP] Re: Question 1

2002-07-14 Thread David Robley
On 15 Jul 2002 at 14:27, Chris Kay wrote: I wish it was that eazy :) --- Chris Kay Technical Support - Techex Communications Website: www.techex.com.au Email: [EMAIL PROTECTED] Telephone: 1300 88 111 2 - Fax:

RE: [PHP] Re: Question 1

2002-07-14 Thread David Robley
On 15 Jul 2002 at 14:50, Chris Kay wrote: The data is stored in a text file that is created by mrtg/rrdtool The file size always stays the same and never grows even though the data does. I wish to pull the data into a mysql database, I don't have fields yet as I am not sure how to do

[PHP] BREAK into the DB

2002-07-14 Thread César Aracena
Hi all. I have this DB where I’m storing this sometimes large amount of text into a TEXT field, but I can’t seem to find the way to BREAK lines so it won’t make my browser go 3000 pixels wide when that text is printed. About this, I have two questions: 1) What should I use to break the text into

RE: [PHP] BREAK into the DB

2002-07-14 Thread Martin Towell
there's a function word_wrap() (or is it wordwrap(), something like that anyway) that'll help you there. -Original Message- From: César Aracena [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 3:00 PM To: 'PHP General List' Subject: [PHP] BREAK into the DB Hi all. I have this DB

RE: [PHP] BREAK into the DB -- SOLVED

2002-07-14 Thread César Aracena
Thanks Martin. Greg just told me in private to look for nl2br and through that I found wordwrap() (without _) which helped me. Thanks to both of you. C. -Original Message- From: Martin Towell [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 2:06 AM To: 'César Aracena'; 'PHP

<    1   2