[PHP] Re: Hidding an image

2002-04-07 Thread martinahingis
If you dont want user to see the image. dont put the image to the page! Or what you want is just something different? -- - martina. "Morten Nielsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I got a page where I have to images (IMG),

[PHP] Re: Request for Feedback - Unsigned Right Shift Operator

2002-04-01 Thread martinahingis
CPU designers don't make their CPU's support an instruction like slau (shift left arithmetic unsigned) for simplicity of instruction set architecture. Anyway simplicity of instructions is not important for PHP. When one wants to use <<<, let them use it. -- martina. "Jason Greene" <[EMAIL PRO

[PHP] Re: class instance name

2002-04-01 Thread martinahingis
what a thing is the class instance name from within the class?! --- martina. "Nate" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > How do you determine the class instance name from within the class? > -- PHP General Mailing List (ht

Re: [PHP] header() question

2002-04-01 Thread martinahingis
I think the question is not the top of the page, the top frame of the window. Isn't it? If so you should use Javascript instead of PHP. top.window.location.href=http://yoursite.com/yourpage.php; --- martina. "Erik Price" <[EMAIL PROTECTE

[PHP] Re: parse error, mysql select

2002-04-01 Thread martinahingis
Error is absolute. Don't use " (double quotation mark) in yur queries. Use ' (single quot.) instead $query = "SELECT DATE_FORMAT( exp_date, '%W, %M > %d, %Y') AS thedate from tifrequest where user='$user' limit 1,1"; Because the preprocessor think that your string is finished when it sees a doub

[PHP] Re: FREE HOSTING

2002-04-01 Thread martinahingis
try http://free-php.cjb.net there is a list of free php, mysql hosts and analysises of them "Dani" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I'm just wondering if anybody know if there is a free web hosting with > MYSQL and PHP. I don't need a hug

[PHP] Re: Help with nested if statements, is this possible?

2002-04-01 Thread martinahingis
if ($payment_status = "Completed") if you do this your if statement is invalid You should do if ($payment_status == "Completed") I mean you should use double '=' inorder to say 'equals'. "Jim Hankins" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Here is a p

Re: [PHP] Is it possible to call an external client or server program?

2002-03-31 Thread martinahingis
mewhere among the rant. :) > > =C= > > * > * Cal Evans > * Journeyman Programmer > * Techno-Mage > * http://www.calevans.com > * > > > -Original Message- > From: martinahingis [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 31, 2002 6:26 PM > To: [EMAIL P

[PHP] Is it possible to call an external client or server program?

2002-03-31 Thread martinahingis
Is it possible to call an external program via PHP. The program will most probably be in server. My aim is to call a scanner input program and want the client to scan a paper and upload it. thanks for help. martina. -- PHP General Mailing List (http://www.php.net/) To un

[PHP] Re: Nead Help With A Php Script

2002-03-31 Thread martinahingis
"Alain Kumschick FrançOis Robert" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I need a php script that checks if the there is a cookie set with the users > username > and if not > it brings you to an other page and telling you that you are no