[PHP-DB] Problems with PHP4.0.4pl1 and mysql, when mysql uses another charsets(latin2)

2001-03-01 Thread Ireneusz Piasecki
Hi everyone ! I'm from Poland. I set in mySql server, that it can work with Latin 2 charset All is fine, but when i try accessing to databases through php 4.0.4pl1 a have error like below Warning: MySQL Connection Failed: Can't initialize character set 9 (path: default) in

[PHP-DB] HELP :CAN PHP SUPPORT BARCODE ?

2001-03-01 Thread ±i®p»Ê
Hi: Sir! I maked Our school's E-library system in winter vaction ,and I ran into the " making Barcode " problem. Could any one help me and tell me how : Can PHP4 output Barcode or Can PHP4 create any Barcode ? or Is there any function can support Barcode output and print? thanks,

Re: [PHP-DB] Import database in access to mysql

2001-03-01 Thread Vojtech Dvorak
Yes u can... by using MyODBC from www.mysql.com Make ODBC connection to your database (via 32bit ODBC in control panel) and than you can export tables directly to MySQL database as loading data from MySQL. I forget web page where this was shown step by step, sorry... Vojtech - Original

RE: [PHP-DB] help can please some1 help me?

2001-03-01 Thread Michael Rudel
Buenos Dias, Pedro ! Have U tried the php-function htmlentities ?? For further information consult the Manuel (String Functions -- htmlentities) Greetinx, Mike (Germany) -Original Message- From: Pedro M. S. Oliveira [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 8:59 PM

[PHP-DB] Drop down box

2001-03-01 Thread Matthew Cothier
How do I get my select form to select a value for $num_view and refesh the page? SELECT * FROM table_name ORDER BY n_id DESC LIMIT $num_view I now need a dropdown box that has set values for 5,10,15 and 20 so that the user can select a number of news articles to view and it will refresh the

Re: [PHP-DB] Storing sensitive information in MySQL

2001-03-01 Thread Ted Rolle
Ahhh my favorite subject. Privacy. There are two PHP functions that do _exactly_ what you're looking for. Mcrypt_encrypt and mcrypt_decrypt. If you're looking for just enough encryption to keep the curious out, use a single password for all encryption. If you want military-grade

[PHP-DB] Interbase + PHP Error

2001-03-01 Thread W. Yuen
I am getting this error, but I don't know what the reason is for this error. can somebody help me out? Warning: InterBase: Unable to complete network request to host "localhost". Failed to establish a connection. Connection refused in /home/httpd/html/test/php-test/ibconnect.php on line 12 Can't

Re: [PHP-DB] Solid Database Installation

2001-03-01 Thread Dan Kalowsky
David Foster wrote: There have been a number of mails about the SQLParamData error when starting Apache after installing the solid database installation. Here is a list of the actions we had to take to get solid working correctly with PHP 4.04pl1 I hope it saves some time since it cost us a

[PHP-DB] [OT?] Database design

2001-03-01 Thread dems
This is a little off topic... I am using PHP though :) I am using PHP4 to interface with an InterBase 6.0 customer / order/ product database. I want to assign each product to a category (more than one category in many cases), but I want to be able to add new categories easily (without

Re: [PHP-DB] Interbase + PHP Error

2001-03-01 Thread Meir kriheli
On Thursday 01 March 2001 16:19, W. Yuen wrote: Hi Wicky To start with, never store the database file under your http document root, it is a big security risk. Can you connect to the databse with isql, using the same connection string ? If so, examine the log file to see what's going on

RE: [PHP-DB] Drop down box

2001-03-01 Thread Matthew Cothier
From: Ben Cairns [EMAIL PROTECTED] To: php-db [EMAIL PROTECTED] Subject: RE: [PHP-DB] Drop down box Date: Thu, 1 Mar 2001 14:06:21 + Hope this helps -- Ben Cairns - Head Of Technical Operations intasept.COM Tel: 01332 365333 Fax: 01332 346010 E-Mail: [EMAIL PROTECTED] Web:

RE: [PHP-DB] How would you have liked to have invested in Yahoo when it was still a year old?

2001-03-01 Thread Michael Rudel
Its SPAM. Ignore it silently =8) ... or send an abuse mail to the sender's mail-provider. Greetinx, Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstrae 20 D-78467 Konstanz Germany fon:

Re: [PHP-DB] Selecting number of news items on frontpage

2001-03-01 Thread JJeffman
David Siegel in "Creating Killer Web Sites" 1st edition said frames are good only for show details of a list of objects like recipes, products or in your case news! You can have a frameset with three frames say top, left and main (center). Put some ad on the top , the headlines of your news on

Re: [PHP-DB] Drop down box

2001-03-01 Thread Darryl Friesen
The action you want is only available using JavaScript. You need to submit the form without a submit button. The "select" tag has the "OnChange" event which is scriptable. You can use the JavaScript statement "this.form.submit();" associated with the "OnChange" event. form... select

Re: [PHP-DB] Drop down box

2001-03-01 Thread Ron Brogden
At 06:32 PM 3/1/2001 -0300, you wrote: The action you want is only available using JavaScript. True but the action *you* want is most definitely not what many of your *users* are going to want. If you use Javascript this way your site will be un-navigable if Javascript is turned off or the

[PHP-DB] [php-db] php install?

2001-03-01 Thread Kevin
Hey, looking for a hand here. System Running: Win 98, Apache, PHP, Used Zip file for PHP install Problem: I keep getting the error= Syntax error on line 188 of f:/0_server/dc_apche/conf/httpd.conf: Cannot load c:/php/sapi/php4apache.dll into

Re: [PHP-DB] Drop down box

2001-03-01 Thread JJeffman
The event "OnChange" only happens when the user open the drop down list and change ( select ) a new value, this is not "just looking" . I don't like this kind of solution. If I have to put a button on the page I think the selection list must disappear. Why not give the user a interface with less

[PHP-DB] How to display date?

2001-03-01 Thread Osman Omar
Hi, How to display date (ex. 2001-03-01 in MySQL) into "1 March 2001" thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]