[PHP-DB] PHP5 is coming out!!!

2001-05-01 Thread Selvin Sakal
what's wrong with the following script - Any Of the words All Of The Words P.S. I don't know when php 5 is coming out. aHaHaHa hehehe hohoho merry christmas thanks ___

Re: [PHP-DB] PHP5 is coming out!!!

2001-05-01 Thread B. van Ouwerkerk
>P.S. I don't know when php 5 is coming out. >aHaHaHa >hehehe >hohoho >merry christmas > >thanks You can come here and ask questions. But why are you trying to fool people. This_is_not_funny. Bye, B. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECT

RE: [PHP-DB] PHP5 is coming out!!!

2001-05-01 Thread Mark Roedel
Erm...can you give us a bit more information? Does the script bring up an error message? If so, what does it say? If not, what specifically makes you think there's something wrong with it? (What results do you get? How are they different from what you expected?) --- Mark Roedel ([EMAIL PROT

Re: [PHP-DB] Computer Exploded!!!

2001-05-01 Thread B. van Ouwerkerk
At 16:17 1-5-01 +1000, Selvin Sakal wrote: >My computer didn't explode i just wrote that to get attention. Every mail gets attention. No reason to fool people like you try to do. Read a book on SQL or take at least a look at a few newbie websites. Bye, B. -- PHP Database Mailing List (http

RE: [PHP-DB] Oracle 8i and php4

2001-05-01 Thread Henning Kilset Pedersen
Hi! You need to use --with-oci8, not --with-oracle when you compile. --with-oracle is for the (now outdated) Oracle 7.3.x libraries. Also make sure that you have the ORACLE_HOME environment variable set correctly, and keep it set correctly for the nobody user (or whoever runs your apache server).

RE: [PHP-DB] undefined index

2001-05-01 Thread Henning Kilset Pedersen
Hi! Drop the quotes around your array keys. It should be $row[imageurl] for example. -- Henning Kilset Pedersen Anarchy Online Server Operations Oracle, PHP, e-Commerce etc. Funcom Oslo AS -Original Message- From: Petra [mailto:[EMAIL PROTECTED]] Sent: 1. mai 2001 03:29 To: [EM

[PHP-DB] PHP5 is NOT out yet, but 4.0.5 IS!

2001-05-01 Thread Jonathan Hilgeman
1) Check out the new 4.0.5 version of PHP. 2) Some of the functions in the documentation now say "Feature added in 4.0.6" but I don't see that version available yet, since 4.0.5 was just released. Does that just mean they are enticing us or something? -Original Message- From: B. van Ouw

Re: [PHP-DB] linking images

2001-05-01 Thread Gyozo Papp
What field type do you use for stroing pictures? If not BLOB, you should try it. I haven't got a lot experience in it, but if you 'd like I 'll post some messages from the postgres mailing list to discover how it may be used. BLOBS are really useful , you can store some MBs in a field using BLOB

Re: [PHP-DB] PHP5 is coming out!!!

2001-05-01 Thread jdwright
Hiya, > what's wrong with the following script - > > > if (empty($hidden)) { > displayform(); > exit; > } > > $site= 'db.alphabot.f2s.com'; > $usernames = 'alphabot'; > $passwords = 'money'; > $dbName = 'alphabot'; > $connect = mysql_connect($site,$usernames,$passwords); > mysql_select_db($dbN

Re: [PHP-DB] PHP5 is coming out!!!

2001-05-01 Thread John Starkey
You know. I get this strange feeling that, in order to keep the correct balance, people should reply to your question under a different subject line. Have you missed any replies to this? > P.S. I don't know when php 5 is coming out. > aHaHaHa > hehehe > hohoho > merry christmas > > thanks > _

Re: [PHP-DB] PHP5 is NOT out yet, but 4.0.5 IS!

2001-05-01 Thread Joe Brown
4.0.5 went through many release candidates. As the bugs were found and corrected new ones and new features were added also. In order to cut a stable 4.0.5 version for general consumption, development was halted at one point, notes continued to be added, to document stuff. If it makes you feel a

Re: [PHP-DB] newbie: showing records from SQL

2001-05-01 Thread Jason Stechschulte
On Sat, Apr 28, 2001 at 07:06:31PM +0200, twopeak wrote: > I managed to find out how to add records in my table, but I can't find out > how to show records... > Are there manuals on the web that are specific to php & sql? > I've found manuals for both, but they both give only a little bit of > inf

Re: [PHP-DB] undefined index

2001-05-01 Thread Joe Brown
I don't think dropping the quotes is the best solution. One might consider dropping the warning level in php.ini, if it is a problem, or use numbered array like mysql_fetch_row() returns. -Joe ""Henning Kilset Pedersen"" <[EMAIL PROTECTED]> wrote in message 000f01c0d251$59b79000$a26547c1@peders

Re: [PHP-DB] undefined index

2001-05-01 Thread Phil Driscoll
Your best bet is to do some isset() calls: eg if(isset($row['imageurl'])) { $image=$row['imageurl']; } else { /*maybe report the problems or handle it like this...*/ $image=$default_image_url; /*where you have already set up $default_image_url to point somewhere sensible*/ } Cheers -- Phil

[PHP-DB] mysql_connect() fails on redhat!

2001-05-01 Thread Siamak Amirghodsi
Hello, I am using RedHat 7.0 I installed PHP 4 as RPM I installed Mysql as RPM I installed php-mysql.rpm as as RMP When I try to connect to db with mysql_connect(,-,) I get undefined function : mysql_connect Do I have to include any other call for redhat 7.0 and RPM on top of my

Re: [PHP-DB] How to randomly select data in a field. Please help newbie.

2001-05-01 Thread MAX
Hi, I'm newbie from Indonesia. Your query has helped me to create random text using PHP and MySQL. Could you please give me an example script for random text, the text changes in every 24 hours/every 7 o'clock in the morning not after "refresh/reload". Thanks for your help. Max Indonesia

Re: [PHP-DB] mysql_connect() fails on redhat!

2001-05-01 Thread B. van Ouwerkerk
>When I try to connect to db with mysql_connect(,-,) >I get undefined function : mysql_connect > >Do I have to include any other call for redhat 7.0 and RPM on top of my >script to make PHP see the mysql ? > >Does any body know how to make Redhat PHP & MYSQL RPM work together? AR

[PHP-DB] configure PHP4 with sybase-ct

2001-05-01 Thread Lester June Cabrera
Hi, When I run configure in my Solaris box ./configure --with-nsapi= --enable-libgcc --with-mysql= --enable-track-vars --enable-short-tags --enable-asp-tags --with-syb

[PHP-DB] database synchronizing

2001-05-01 Thread Benny K. Putera
I have 2 systems, local and internet. I want my Internet database is updated from local database. How can I make this through php script? Regards; Benny. Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com -- PHP Database Mailing List (

Re: [PHP-DB] database synchronizing

2001-05-01 Thread Lester June Cabrera
How about a crontab process? But I haven't tried croning a PHP script. At 12:59 PM 5/2/01 +0700, Benny K. Putera wrote: >I have 2 systems, local and internet. >I want my Internet database is updated from local database. >How can I make this through php script? > >Regards; > >Benny. > > >Join 18

Re: [PHP-DB] configure PHP4 with sybase-ct

2001-05-01 Thread Selvin Sakal
I am on a lan and i would like to know how to use PHP's get_meta_tags function though my proxy. Can someone write me some sample code. Thanks _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. --

Re: [PHP-DB] database synchronizing

2001-05-01 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Benny K. Putera") wrote: > I have 2 systems, local and internet. > I want my Internet database is updated from local database. > How can I make this through php script? See the manual for your DBMS for info on terms like "replication", "backu

[PHP-DB] get_meta_tags proxy

2001-05-01 Thread Selvin Sakal
I am on a lan and i would like to know how to use PHP's get_meta_tags function though my proxy. Can someone write me some sample code. Thanks _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. --

[PHP-DB] IMPORT DATA

2001-05-01 Thread Jennifer Arcino Demeterio
hello all, did anyone know on how to import data from one database to another using Mysql? Thanks

Re: [PHP-DB] ora 12154 tns problems

2001-05-01 Thread jarry
Try to make listener.ora file by net8assistant jarry Laurent GARCIA wrote: > > ** Top Secret ** > ** High Priority ** > > i have windows2000 server, iis5.0, oracle client 8.0.5 and php 4.0.3pl1 > i have oci8 and oracle installed > i can access to orac

Re: [PHP-DB] configure PHP4 with sybase-ct

2001-05-01 Thread Stig Sæther Bakken
[Lester June Cabrera <[EMAIL PROTECTED]>] > Hi, > > When I run configure in my Solaris box > ./configure --with-nsapi= > --enable-libgcc > --with-mysql= > --enable-track-vars > --enable-short-tags >

[PHP-DB] Emanuel virus

2001-05-01 Thread Miles Thompson
Somehow I picked up a copy of the emanuel virus, and like a damned fool, clicked on it last night. It immediately started Eudora and tried to distribute itself to anything that looked like an email address. Fortunately Eudora is set so that emails don't go out without me looking at them first.