There are a lot of off topic emails sent. But there is far more whining and
complaining. Good grief!
On Fri, Aug 23, 2013 at 2:40 PM, Tamara Temple wrote:
>
> On Aug 23, 2013, at 7:32 AM, Jim Giner
> wrote:
>
> > On 8/23/2013 4:52 AM, Matt Pelmear wrote:
> >> On 08/23/2013 04:36 PM, Lester Cain
On Sat, Dec 18, 2010 at 11:44 PM, Robert Cummings wrote:
> On 10-12-19 12:17 AM, Ethan Rosenberg wrote:
>>
>> Dear List -
>>
>> Thanks to all for your EXCELLENT comments. I definitly agree that
>> goto is a command to be avoided at all costs.
>
> Closed-minded drivel (or you're buttering up the p
Does anyone have any ideas as to what I might be doing wrong?
Thanks for any help!
Thomas
First of all check if you are actually connecting to the same
database both times.
Start with printing $GLOBALS['database'] and see if it connects
where you really want.
You mention
-+--+-+-----+---+
6 rows in set (0.00 sec)
Does anyone have any ideas as to what I might be doing wrong?
Thanks for any help!
Thomas
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm trying to create a shopping cart where users can visit a product page
(called from a MySQL database depending on the url ending in
?product_id=#). On the product page users can select options from dropdown
lists (such as color, etc.) These dropdown lists are also dynamically
generated f
I'm attempting to make a table with one row and 3 columns holding three
different images. I want each image URL to be called from my database.
Everything is set-up in my database. When I use the following code, it
places the same picture across the three columns and does this three times
(c
Hi.
Working with PHP 4.4 and mySQL 4.1, I've got some texts stored in a
UTF-8 table with special chars.
I serve a UTF-8 header within my HTML, Apache is configured to serve
UTF-8 and PHP scripts are saved in UTF-8 charset.
However, sometimes I get 'España' and other times 'Espa�a'. The
differen
st of both worlds?
Big thanks in advance,
Thomas Tschernich
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How would I know if this mySQL query:
DELETE FROM `table` WHERE `date_to_be_deleted` LIKE '$todays_date'
actually deleted any rows from the table?
www.php.net/mysql_affected_rows
Greetings,
Thomas Tschernich
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, v
Not at all. No version number for Postgres there.
--- Chris <[EMAIL PROTECTED]> a écrit :
> Thomas Woerly wrote:
> > Hello,
> >
> > Thanks for you reply. Yeah, sorry for the subjet, wrong manipulation from
> me.
> >
> > With a phpinfo(), I have pgsq
Hello,
Thanks for you reply. Yeah, sorry for the subjet, wrong manipulation from me.
With a phpinfo(), I have pgsql section. Is it ok ? My version of PHP is 4.4.2,
so this is ok too.
pgsql
PostgreSQL Support enabled
Active Persistent Links 0
Active Links
reading my request.
Thomas
___
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
Profitez des connaissances, des opinions et des expériences des intern
Hello,
I am trying to insert a php page into a database. I need to know if
there is something that I need to do when setting up the table, also is
there something to do with the code.
Thank You for your help
Thomas
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit
which need access control, and then put the following code
at the beginning of the script:
if(login_check($user, $pass)
{
//allow access, main script body here
}
else
{
//deny access
echo "you aren't supposed to be here";
exit;
}
i hope i understood your probl
ectly!
#This script assumes a database named DATABASE, and that user data
is stored in a table called users, with (at least) fields user,
password, and email. The password column must be char(32) type to accept
the encrypted pwd
#Thomas Dodson [EMAIL PROTECTED] 24 May 2005
function d
Thanks for the help.
It is working like it should.
Next on the query parameters.
Again Thanks for the help.
Thomas
On 7/2/05, Martín Marqués wrote:
> El Sáb 02 Jul 2005 14:21, John DeSoi escribió:
> >
> > On Jul 2, 2005, at 9:17 AM, Thomas Bonham wrote:
> >
> > >
ng offset: 1 in
/var/www/html/thomas/cis166ae/database/web_users/dan/newrow.php on
line 27
Notice: Uninitialized string offset: 2 in
/var/www/html/thomas/cis166ae/database/web_users/dan/newrow.php on
line 28
Notice: Uninitialized string offset: 3 in
/var/www/html/thomas/cis166ae/database/web_users
Warning: pg_query(): Query failed: ERROR: permission denied for
relation property in
/var/www/html/thomas/cis166ae/database/web_users/dan/newrow.php on
line 20
Warning: Wrong parameter count for pg_num_rows() in
/var/www/html/thomas/cis166ae/database/web_users/dan/newrow.php on
line 21
As it show abov
--
# CONNECTIONS AND AUTHENTICATION
#-------
# - Connection Settings -
# Thomas Bonham 06-25-2005
#tcpip_socket = false
tcpip_socket = yes
max_connections = 100
# note: increasing max_connections costs about 500 bytes of shared
# memory per connection slot,
I think so.
I'm going to go there my book (agin) and I'm also going to ask the head
IT guy.
Thanks for all of your help!
Thomas
Robbert van Andel wrote:
Can you log into the PostgreSQL server from the console or command line?
Are you sure you are using the right username, passwo
server running on host
"localhost" and accepting TCP/IP connections on port 5432? in
/var/www/html/thomas/cis166ae/database/secretdb.php on line 11
Connected Successfully
Thomas
Thomas Bonham wrote:
I add the hostname and port, then I configure postgresql.conf and enable
the port 54
refused Is the server running on host
"thomas.example.com" and accepting TCP/IP connections on port 5432? in
/var/www/html/thomas/cis166ae/database/secretdb.php on line 10
Could not connect
Thomas
Robbert van Andel wrote:
You might need to include the hostname and port.
---
Thanks for the help.
The code now looks like this.
CODE:
Login
And now the error I get is the following.
Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL:
IDENT authentication failed for user "auth" in
/var/www/html/thomas/cis166a
I modafide the code some more and now with the following code I get this
error.
CODE:
Login
Parse error: parse error, unexpected '=' in
/var/www/html/thomas/cis166ae/database/secretdb.php on line 8
Thanks
Thomas Bonham wrote:
Hello All,
I’m trying to
Hello All,
I’m trying to get php to connect to my PostgreSQL database.
The code that I’m using is below.
Login
Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL:
IDENT authentication failed for user "auth" in
/var/www/html/thomas/cis166a
Hello All,
I’m trying to get php to connect to my PostgreSQL database.
The code that I’m using is below.
Login
Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL:
IDENT authentication failed for user "auth" in
/var/www/html/thomas/cis166a
Hello All,
I’m trying to get php to connect to my PostgreSQL database.
The code that I’m using is below.
Login
Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL:
IDENT authentication failed for user "auth" in
/var/www/html/thomas/cis166a
Hello All,
I’m trying to get php to connect to my PostgreSQL database.
The code that I’m using is below.
Login
Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL:
IDENT authentication failed for user "auth" in
/var/www/html/thomas/cis166a
.org wrote:
On 09/05/05, Thomas <[EMAIL PROTECTED]> wrote:
Is there any reason that this method signature is not supported by
DB_DataObject?
Perhaps because it doesn't make sense to wrap every DB
method when you can already do
$dataObject->getDatabaseConnection()->query(...)
--
Kiera
re is a query method, of course, but it takes only one
SQL string argument..
Cheers,
Thomas
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
See
To unsubscribe, visit: http://www.php.net/unsub.php
-Original Message-
From: Mrs.Jomon [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 18, 2004 10:03 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] i want to unsubscribe
hi, i am not concentrating php now nd i have to
unsubscribe f
How exactly are you wanting to
"chmod" the file attributes?
(with a script or in general?)
-Original Message-
From: mayo [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 17, 2004 2:17 PM
To: php
Subject: [PHP-DB] chmod on win xp
so I would like to write to file on my local box.
I've lo
First, I will admit that I am new to PHP. I'm installing PHP on our Windows
2K / IIS server for some users who want to use it. We also host SQL Server
7 for websites. I'm getting the following error on the server, and on the
client's webpages:
PHP Warning: Unknown(): Invalid library (maybe not
gt; socket anyways.
>>
>> Something else to check; if you're using two logins, one for remote, one for
>> local, verify that their database permissions are the same.
--
Thomas Deliduka
IT Manager
-
Xenocast
Street Smart Media Solutions
http://www.xe
ish a link as if mysql_connect() was called
> without arguments, and use it.
>
> Every subsequent call to mysql_query() will be made on the active
> database.
>
> Peter
>
> On Fri, 15 Aug 2003, Thomas Deliduka wrote:
>
>> The ONLY way I have been able to work a
> select * from table1
>
> use:
>
> select * from database1.table1
>
> if that works, and the php command doesn't that may mean the the mysql client
> lib is broken, although, I've been using it with mysql 4 and it seems to work
> fine.
>
> -Micah
>
> default; you can override this action by specifying which DB handle to use
> for a given query. Replace $dbh with $dbh2 to select from tables on the
> second database.
>
> Peter
>
> On Fri, 15 Aug 2003, Thomas Deliduka wrote:
>
>>
ata from "db2"? This only happens when I'm
connecting from Server 2 to server 1 it does not happen any other time.
Incidentally it doesn't happen when I'm connecting from server 2 to another
server running mySQL 3.23.54 there is no problem at all.
I'm thinking it's a p
Try using mssql
"Russell Roberts-Spears" <[EMAIL PROTECTED]> schrieb im
Newsbeitrag news:[EMAIL PROTECTED]
> Hi,
>
> I am new to PHP DB code and am currently struggling with the connection to
> SQL Server 2000. I am using ODBC and have created a System DSN with
> integrated NT security specifiying
I try to build a small webserver using php in cgi mode connecting to a mssql
database. It works allready with 11 different languages. But now I try to
read hangul (korean chars). Under IIS (same php config, same script, same
database) I got the right characters out of the database. Trying to use my
Can I create a mySQL user and PW from PHP
Thomas Tremain
www.LiveHost.net <http://www.livehost.net/>
There is a utility called MyAcess it is like MyODBC and I have used it to do
this exact thing. It works very well. I believe you can find it on
Freshmeat.
Thomas G. Knight
[EMAIL PROTECTED]
http://www.slaponline.com
-Original Message-
From: David Eisenhart [mailto:[EMAIL PROTECTED]]
Sent
olved moving to the above configuration.
I am really confident with the current setup, which is running for half a
year now. But keep in mind that - most of the times - you get far more
performance by optimizing your database (and queries) than by upgrading
hardware (the --log-slow-queries and
sy if you remember: AND is equal to multiplication, OR is equal to
addition. Multiplications are done before additions, so ANDs are done before
ORs.
Thomas
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ining day(s).
Really.
[No, this was not off-topic]
Thomas
PS: I (and many others on the list) _like_ to help people with problems when
their stuck. But from time to time this list tends to be a nubee-forum. I
take time from my projects to read this list (and answer sometimes), just to
give back to
Sorry, didn't want to be that offensive. It just comes through from time to
time.
Thomas
Sparks [mailto:alex@;paychoice.com] wrote:
>
> Yes, I've been trying to learn what I need. Yes, I've surfed the
> newbie/wanna be places. I just asked if anyone knew of one,
&g
AND
HOUR(dtg)>=7
");
... where 86400 = 24 hours (in seconds)
See <http://www.mysql.com/doc/en/Date_and_time_functions.html#IDX1302>
Thomas
> -Ursprüngliche Nachricht-
> Von: Thoenen, Peter Mr. EPS
> [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 1
quot;col3"=>"data3"),
=> array ("col2"=>"data2","col3"=>"data3"),
);
and then, do the updates in a neat foreach loop:
foreach ($a as $pkey=>$data) {
[ build update stmt from $data array ]
dbquery ($stmt)
}
Hope this helps.
Thomas
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
your (old, maybe handcrafted)
httpd.conf.
Thomas
Michael Cortes [mailto:[EMAIL PROTECTED]] wrote:
> Gesendet: Donnerstag, 10. Oktober 2002 18:52
> An: [EMAIL PROTECTED]
> Betreff: RE: [PHP-DB] OT...where do I go for this..?
>
>
> I just checked and register_globals are on
s seems to be a common trivial error: in 139, you get the number of rows
found, but if there are none, you try to retrieve data in line 140, where
you get the error message. Exchange line 140 with 142, and the error message
will go away.
And please, the next time you ask here, post only code s
Do you have
display_errors = On
in your php.ini ?
Ryan Jameson (USA) wrote:
>
> I do the following
>
> error_reporting(E_ALL);
> echo error_reporting();
> ?>
>
> and it says 2047 and still reports no errors. What overrides
> my setting?
>
> Thanks...
> <>< Ryan
--
PHP Database Mailing Li
Diana Castillo [mailto:[EMAIL PROTECTED]] wrote:
>
> Hi, I want to export some fields on a regular basis from a
> table to a text
> file, preferable to the users local computer. I tried writing
> to a file with
> fopen but I get "permission denied" when I try to open it for writing.
> What is t
I'm using PHP4.2.2 Win with MySQL 3.2.52 Win and PHP doesn't pass vars from
1 php to the other how i fix it?
Thanks
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
] = $row[0];
}
Thomas
> -Ursprüngliche Nachricht-
> Von: LSC Exhibits Department [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 23. September 2002 19:17
> An: '[EMAIL PROTECTED]'
> Betreff: [PHP-DB] getting mysql_fetch_row into array
>
>
> Going through brain
and magic_quotes. Can't tell how you designed picture
uploads, but if you did it "the right way" (my opinion, no flames :-), both
need to be "Off".
Thomas
> Von: Steve Vernon [mailto:[EMAIL PROTECTED]]
> Gesendet: Sonntag, 22. September 2002 20:00
> An: [E
ine, which is
automatically defined to session_name().session_id() if the user has turned
off cookies.
Read: http://php.net/session
Thomas
> -Ursprüngliche Nachricht-
> Von: Martin Adler [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 12. September 2002 14:34
> An: [EMAI
Good afternoon!
Quick performance question - I'm currently preparing the release of a new
website running on a Linux box written in PHP and MySQL with sessions
throughout.
I've read a bit about changing the PHP session handler to use a database vs.
the flat file method.
Does anyone have experie
/bin:/store/bin:/usr/ccs/bin:/sbin:/usr/sbin
Anyone around with a possible solution, or does anyone
need more info to help solve the problem? I would be
happy to provide more info, and I would be very
gratefull for a solution to this problem.
--
Thomas
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
192.168.10.11's
computer to C:\program files\ dir. Any way i can do this??
Thomas Henning
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sol script that runs a linux command from a normal input
text box. With that same command it executes it and makes the tt.sql. And im
not using exec() because i need to see the results of it thats why i use
system()
help pls
Thomas "omega" Henning
--
PHP Database Mailing List (ht
And how can i use it?
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> On Sunday 12 May 2002 01:34, Thomas \"omega\" Henning wrote:
> > Hey all,
> >
> > Is there a way i can sync two tables in mysql on two totaly diff
Hey all,
Is there a way i can sync two tables in mysql on two totaly different
servers over the internet via php4 or mysql?
I'm using php4.0.6
thanks
Thomas "omega" Henning
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
well sorry 2 say but it was just an incompability between php and mysql php
4.1.2 fixed it :)
"David Robley" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> (Thomas \"O
o answer
> - Original Message -
> From: Thomas "omega" Henning <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, April 22, 2002 11:25 AM
> Subject: [PHP-DB] Problem
>
>
> Ok i have a problem big one. I'm using php 4.0.6 and mysql 3.23
Ok i have a problem big one. I'm using php 4.0.6 and mysql 3.23 both win.
And i use PhpMyAdmin to fill my database but MySQL reject every query i post
to it any idea why?
Thanks
Thomas "omega" Henning
--
PHP Database Mailing List (http://www.php.net/)
To unsubscri
i think, your sql-statement isn´t correct.
Maybe you don´t insert the right count of values, or you try to insert NULL
in a "NOT NULL"-defined column.
Try to "echo" the statement and run it with phpMyAdmin, wich will show you
the position of your error in your statement.
mysql_insert_id() gives y
converted to 1.9 without problems...
bye,
Thomas Murphy
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t;
> No charge...this time. =)
thank you very much. :)
bye,
Thomas Murphy
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hallo,
i was wondering if there is a built-in function in php that just cuts
off not needed zeros from float-numbers (like changing "1.90" to "1.9"
or "10.00" to "10").
I get this numbers from a mysql-database, perhaps there even is a
mysql-function
thanks alot it helped
"Thomas "Omega" Henning" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello how can i upload something from my hdd to the webserver using php?
>
> note: don't have ftp on the
:-)
And now it is very easy to do full backups, and no problem with db/fs
getting out of sync.
Only one thing has given me a hard time: The first time I stored all 5
instances of an image (thumb plus 4 other resolutions) in the same db table,
but mysql choked on it when it became about 200 mb (the
Hello how can i upload something from my hdd to the webserver using php?
note: don't have ftp on the machine!!
Thanks
Thomas "omega" Henning
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
e
compiled with support for php?
Thanks for any help,
Thomas
--
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]
can someone tell me a decrypt and crypt fuction besides in the mcrypt pack?
--
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]
Hello All,
Does PHP have a crypt and decrypt algorithm?
Is xor supported by php and can you give me some examples for it?
Thanks
Thomas "omega" Henning
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
Ok i got here:
When i type the ecrypted msg oomoeogoao ohooomoeo it types out omega hmeo
code:
elseif($cmd=="@")
{
$sep=substr($enc,0,1);
$denc=explode($sep,$enc);
for($i=0;$i $enc:$dencf");
}
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
H
My quiestion how i make the PHP code put the first char in this case o in
its right place?
Thomas "omega" Henning
ok this is my code
elseif($cmd=="@")
{
$sep=substr($enc,0,1);
$denc=explode($sep,$enc);
for($i=0;$i $enc:$dencf");
}
--
PHP Database Mailing List (h
Hello,
I saw here somewhere a functions that breakes up a string at a nother string
like
"120,120,122" and break up at ","
and it would result
$var[0]="120";
$var[1]="120";
$var[2]="122";
Thanks for the info
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PR
Something i forgot
when i echo("$denc[1]"); then it types Array out !!!
"Thomas "Omega" Henning" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I'm curently working on an Encryption Bot for
ps alot
Thanks
Thomas "omega" Henning
--
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]
My date is like -MM-DD
as to the select you posted that selects only those to i need it ordered by
the sum of these to fields
Thomas "omega" Henning
"George Nicolae" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I
Sorry but I don't have the query done yet . But maybe later I will have it
done but I don't know how to use the substr command in mySQL . If you tell
me how to use it I will post it on the forum.
Thomas "omega" Henning
"George Nicolae" <[EMAIL PROTECTED]> wrot
>
> --
>
>
> Best regards,
> George Nicolae
> IT Manager
> ___
> X-Playin - Professional Web Design
> www.x-playin.f2s.com
>
>
>
> "Thomas "Omega" Henning" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]"
Hello,
Is it possible to order the table somethin like this
'select * from intrat order by idatum+iszam DESC; '
where idatum is date
and iszam is int
thanks
Thomas "omega" Henning
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTE
, almost literary quoting my
> answer, and then pinpointing down things I already pointed out! Moron...
>
> >From: Thomas "omega" Henning
> >Sent: Wednesday, December 26, 2001 8:50 AM
> >To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> >[EMAIL PROTECTED]
> >Su
Hello All,
I'v writen a program in PHP4.0.6+MySQL and its working on a linux machine.
I'm trying to print from Crystal Report through MyODBC. Where i have to
install MyODBC on my linux machine or windows machine?
Thanks for all help
Thomas "omega" Henning
--
PHP Databas
Here is the problem $sql != $sql_temp
so the $result = NULL; because mssql_query(" ") has no query to send to the
MsSQL server.
This should work try it out!!!
Thomas "omega" Henning
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTE
Hi,
If it's a php script dumping the data, have a look at the
"max_execution_time" config variable. IIRC the default is 30 seconds, which
you can override from within the running script with
ini_set ("max_execution_time", 100000);
Hope this helps.
Thomas
>
Thanks everyone.
Appreciate it.
"Thomas" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have looked into some source code that I found, but I'm a newbie at
this,
> and don't understand..
>
> if ( 0 == $this-&
he definition on any
site...can anyone help?
Please reply to group.
Thanks.
Thomas
--
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]
Hello all again,
I forgot to ask that with wild card i can search in blobs to?
like select * from text where text like '%admin%' ??
Thanks
Sir Thomas "omega" Henning
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
thanks
"Dave Watkinson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
select from where like
'%searchword%'
RTFM!!!
-Original Message-
From: Thomas "omega" Henning [mailto:[EMAIL PROTECTED]]
Sent
Thanks Tomy for the idia i could use the same code for my search programs
Sir Thomas "omega" Henning
"Chris Payne" <[EMAIL PROTECTED]> wrote in message
news:000c01c15736$49ea31e0$0200a8c0@chris...
Hi there everyone,
I'm becoming regular on here hehehe :-)
I have
Hello all,
Is there a way to use wildcards in search in a mySQL db?
e.g. I have a dbase of over 24000 records and i can only search exact
matches is there a way to search something like this : *admin* in mySQL? Or
i have to do it by hand in PHP?
Thanks
Sir Thomas "omega" Henning
for your help.
Yours
Thomas
--
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]
Hi!
I am trying to find a compiled dBase library (php_dbase.dll) for PHP4;
found many hints, but nothing useful.
Thanks for your help!
Thomas
--
Thomas Kaeser
[EMAIL PROTECTED]
***
Courage is not the absence of fear, but rather the judgement that something
else is more important than fear
Check the PHP Classes site, I think I remember seeing one there.
http://phpclasses.upperdesign.com/browse.html
-Original Message-
From: Higgy [mailto:[EMAIL PROTECTED]]
Sent: Saturday, August 25, 2001 4:51 AM
To: [EMAIL PROTECTED]
Subject: Mysql to CSV
Hi,
Does any one know of a scri
Hi.,
I'm currently using an IIS5 (W2k) with php4.0.6 (CGI) and MS SQL Server
2000.
I've run into problems when fetching fileds of the type datetime from the
database.
When using the MS SQL Query Analyzer I get my dates formated like this out
of my database: 2001-06-08 08:14:40.000
When using php
nstead of mysql_fetch_row(), so you can
refer to your columns by name, as in:
$q = mysql_query("select id,name from address;");
$a = mysql_fetch_array ($q);
==> now you can use $a['id'] and $a['name'] to get the field's values.
I found it always good practice
You've got to call it by $tbl[0]["hardware"]
greetings
Thomas
--
--
4Ws Netdesign GbR
www.webinside.de...
..wir machen Homepages
--
"Cody Caughlan" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]...
> Hello,
>
> I am implementing a
1 - 100 of 114 matches
Mail list logo