[PHP-DB] Extracting the essence!

2002-04-14 Thread #Linux
Hi ppl! I want to strip html sites from the tags, only leaving the data from a entity. The info i would like to insert into a mysql table. Have tried to use the following code with various $dokument variables, but it dont preform as expected. http://localhost/php/index.html";); $search = a

Re: [PHP-DB] Extracting the essence!

2002-04-14 Thread #Linux
Tanks so far, but if I want don't want to display the 1st and 4th line. - Original Message - From: "Lisi" <[EMAIL PROTECTED]> To: "#Linux" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, April 14, 2002 10:55 PM Subject: Re: [PHP-DB] E

Re: [PHP-DB] Extracting the essence!

2002-04-18 Thread #Linux
this Regards Stan - Original Message - From: "#Linux" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Lisi" <[EMAIL PROTECTED]> Sent: Sunday, April 14, 2002 11:24 PM Subject: Re: [PHP-DB] Extracting the essence! > Tanks so far, but if I want don

[PHP-DB] Problem with script

2004-11-02 Thread renato . linux
Hi all, greetings from Phoenix, Arizona! I'm having a problem with a PHP script and the database it manages. I'm having his error message: Query failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 't read car

[PHP-DB] Your details

2003-08-20 Thread linux-list-request
See the attached file for details -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] $db=new mysqli fails while $db=mysqli_connect succeeds in PHP/MySQL 5

2007-08-24 Thread Linux NG/Lists
From a php-general thread earlier: generates: Fatal error: Call to undefined function new mysqli() in index.php on line 24 while '; ?> generates success: conn good: Object id #1 :very good indeed The book I'm working with (PHP & MySQL Web Dev, Welling/Thompson) specifically d

Re: [PHP-DB] $db=new mysqli fails while $db=mysqli_connect succeeds in PHP/MySQL 5

2007-08-27 Thread Linux NG/Lists
The book I'm working with (PHP & MySQL Web Dev, Welling/Thompson) specifically defines the 'new mysqli' syntax. So I'm guessing I don't have something configured right? If one works the other should too. Your code here looks fine according to the manual (http://www.php.net/manual/en/function.m

Re: [PHP-DB] $db=new mysqli fails while $db=mysqli_connect succeeds in PHP/MySQL 5

2007-08-28 Thread Linux NG/Lists
x27;--with-pear' '--with-pspell' '--enable-sockets' '--enable-track-vars' '--with-ttf' '--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--with-zip' '--with-zlib' The 'mysqli_connect(...' call work

[PHP-DB] MySQL ENCRYPT help!

2005-01-09 Thread Kevin the Linux User
ypted it, for security. If it's not a bother, can you also give a sniplet of example code, on just the part of de-crypting it, I know everything about connecting, and displaying, it's just the de-crypting I am having trouble with. -- Thanks, Kevin the Linux User