Re: [PHP] exclude some results with mysql

2003-02-03 Thread Negrea Mihai
<>'[EMAIL PROTECTED]' (...)" > > I want every names, except people with an email "@domaine.com"... - -- Negrea Mihai http://www.negrea.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD4DBQE+PlP88hhhNOp8KlQRAnZJAJdj/txQ/hnxlDTYA7dLW2VcmloC

Re: [PHP] Disable pic copy/save?

2003-01-23 Thread Negrea Mihai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is no client side solution. The only one I see is serverside: to put a text on the image, a bit transparent so that it does not affect very much the image but it can't be used. - -- Negrea Mihai http://www.negrea.net On Thursday 23 Ja

Re: [PHP] pcntl_fork

2002-12-17 Thread Negrea Mihai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 forgot to say: I have php 4.2.3 On Tuesday 17 December 2002 17:28, Negrea Mihai wrote: > My phpinfo shows in the upper part in the configure line that it has been > compiled with --enable-pcntl > I have Apache 2.0 from RH8.0 > > And.

Re: [PHP] pcntl_fork

2002-12-17 Thread Negrea Mihai
: > Negrea Mihai wrote: > >I have configured php with --enable-pcntl and it says: > > Either php being used is not compiled with this option (what does > phpinfo show? Did you restart Apache)? > > >Call to undefined function: pcntl_fork() > > Or pcntl_fork(

[PHP] pcntl_fork

2002-12-17 Thread Negrea Mihai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Does php 4.2.3 support pcntl_fork from the php compiles as module in apac= he? I have configured php with --enable-pcntl and it says: Call to undefined function: pcntl_fork() Thanks, - -- Negrea Mihai http://www.negrea.net -BEGIN PGP

Re: [PHP] Re: Linux PHP editor

2002-08-09 Thread Negrea Mihai
and apache locally you'll also have to buy a two GHertz Computer with only one of RAM ;) i have tried zend also, but on my Intel PIII 750 with 256RAM was not worth. anyway.. everybody takes what it needs.. so evaluate and choose! -- Negrea Mihai web: http://www.negrea.net -- PHP Gen

Re: [PHP] Re: Linux PHP editor

2002-08-09 Thread Negrea Mihai
tried Quanta but it is too huge for nothing... but if you need syntax completion maybe you should take a look at it. Good luck in your open source trip ;) -- Negrea Mihai web: http://www.negrea.net On Friday 09 August 2002 02:11 pm, [EMAIL PROTECTED] wrote: > JJ Harrison\ writes: > > I

[PHP] file download in IE

2002-04-23 Thread Negrea Mihai
Hi! How on earth do I make Internet Explorer to download a file generated with: header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=$fname"); include($this->dir . $fname); exit; It works on http but I need it on htt

[PHP] session problems

2002-03-19 Thread Negrea Mihai
Hi! I have a problem with sessions. I have an application that runs in a browser and on some menu's it window.opens other windows with the same session. let's say that on the main window I have the interface to a tool to do traceroute to a host. In that main window I enter the host to tracerou

Re: [PHP] Warning: Failed opening '....' for inclusion (.....) in Unknown on line 0

2002-01-24 Thread Negrea Mihai
> > Hiya Everyone! > > came up. I kept getting the error message on some files with a "Warning: > > Failed opening '...' for inclusion () in Unknown on line 0". I did > > some troubleshooting but with no luck. test to see if you don't have a prepend statement around! -- PHP General Maili

Re: [PHP] Adding zeros to date

2001-10-05 Thread Negrea Mihai
if you can't do it with date() use substr("0".$month, -2, 2) On Friday 05 October 2001 09:44, Daniel Alsén wrote: > Hi, > > is there a easier way to add zeros to date than the script below? (ie to > get 20011005 instead of 2001105). I wrote a long string replace. But it > seems kind of unecessary

Re: [PHP] session not working

2001-09-27 Thread Negrea Mihai
> echo session_is_registered("uname"); > echo session_name("uname"); > ?> > click here to go to next page try here: click here to go to next page -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] regarding password in mysql?

2001-07-28 Thread Negrea Mihai
hanks in advance > > Regards > -Balaji - you get the password from the user login into $loginpasswd; - you do a "select * from employee where empid = \"$empid\" AND passwd = PASSWORD(\"$loginpassword\")" if the result is empty the login is incorrect