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
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.
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
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
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
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
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
28 matches
Mail list logo