[PHP-DB] Need help urgent!!

2002-09-26 Thread Thomas \"omega\" Henning
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

[PHP-DB] Saving to local computer

2002-07-09 Thread Thomas \"omega\" Henning
Hello all, Im working on a project in witch i have to save to the users computer from where it views the php site on the server. Better explained in this graph: Im connection from 192.168.10.11 to 192.168.10.1 and the project is on 192.168.10.1. And from the project i need to save to 192.168.10.

[PHP-DB] system help!

2002-07-03 Thread Thomas \"omega\" Henning
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

Re: [PHP-DB] Syncing two tables in mysql

2002-05-11 Thread Thomas \"omega\" Henning
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

[PHP-DB] Syncing two tables in mysql

2002-05-11 Thread Thomas \&quot;omega\&quot; Henning
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

Re: [PHP-DB] Problem

2002-04-23 Thread Thomas \&quot;omega\&quot; Henning
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

Re: [PHP-DB] Problem

2002-04-22 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Problem

2002-04-22 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Re: uploading

2002-01-28 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] uploading

2002-01-27 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] quiestion

2002-01-17 Thread Thomas \&quot;omega\&quot; Henning
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]

[PHP-DB] crypt and decrypt and xor

2002-01-15 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Re: Tricky Quiestion!!!

2002-01-14 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Tricky Quiestion!!!

2002-01-14 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Breaking strings up

2002-01-14 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Re: Defining Arrays

2002-01-13 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Defining Arrays

2002-01-13 Thread Thomas \&quot;omega\&quot; Henning
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]

[PHP-DB] Re: Urgent!!!

2002-01-03 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Re: Urgent!!!

2002-01-03 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Re: Urgent!!!

2002-01-02 Thread Thomas \&quot;omega\&quot; Henning
> > -- > > > 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]"

[PHP-DB] Urgent!!!

2002-01-02 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Re: [PHP-WIN] MSSQL connect

2001-12-26 Thread Thomas \&quot;omega\&quot; Henning
, 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

[PHP-DB] MyODBC on Linux or Windows

2001-12-26 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Re: [PHP-WIN] MSSQL connect

2001-12-26 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] WildCard ok How bout search in blob?

2001-10-19 Thread Thomas \&quot;omega\&quot; Henning
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

Re: [PHP-DB] wildcard in mysql search with php

2001-10-18 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] Re: Highlighting search results ???

2001-10-18 Thread Thomas \&quot;omega\&quot; Henning
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

[PHP-DB] wildcard in mysql search with php

2001-10-18 Thread Thomas \&quot;omega\&quot; Henning
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