Re: [PHP] need help

2007-07-02 Thread Davide Bernard
I've found http://php.net/ to be very helpful. Especially in troubleshooting. >>> "Muhammad Hassan Samee" <[EMAIL PROTECTED]> 7/2/2007 8:38 AM >>> hay i m a C++ programmer and new to web development with basic knowledge of HTML, CSS and j.script now i want to start learning PHP anybody can direct

[PHP] Isset Errors

2007-05-09 Thread Davide Bernard
Anyone got any suggestions on getting rid of these errors below? [Wed May 09 08:59:05 2007] [error] [client 192.168.225.246] PHP Notice: Undefined index: userstate in /srv/www/htdocs/resetpw.php on line 31, referer: https://ams.unt.edu/resetpw.php [Wed May 09 08:59:05 2007] [error] [client 1

Re: [PHP] Compilation?

2007-04-23 Thread Davide Bernard
t; the code so that it can't be read or modified by the end-user, but will still run as a run-time script, not a standalone application. So in any case, you still need a compiled PHP binary to run the code so if that is what you're asking about, refer to Tijnema's post. On 4/

[PHP] Compilation?

2007-04-23 Thread Davide Bernard
I am very new to PHP. Can anyone tell me how do I compile my php 5 code? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Compilation?

2007-04-23 Thread Davide Bernard
I just upgraded to PHP 5 from PHP 4. I am using the crack lib function for password dictionary uniqueness. However, now my web page utilizing the crack-lib is crashing with " PHP Fatal error: Call to undefined function crack_opendict()". Does anyone know of a specific Crack-lib module I can compi

Re: [PHP] header, location: mailto abd browsers

2005-09-07 Thread Bernard Perrot
Mikey wrote: Your script doesn't appear to be trying to do a re-direct, but rather open a client side e-mail - if you want to do this, then you will need to use JavaScript on the client side. Yes it redirect, because PHP add a 302 response header in this case. And the client-side email is op

[PHP] header, location: mailto abd browsers

2005-09-07 Thread Bernard Perrot
hello, I have a little problem with this kind of script : mailto:$addr";); } mailto("[EMAIL PROTECTED]"); ?> When called from an html page, it open correctly un MUA from mailing, but with some browser (mozilla for example), the calling page is still displayed, and with some others (firefox f

[PHP] any way to dio_close(0) without opening it before?

2004-04-02 Thread Bernard Fouché
Hi. I want to close fd 0 & 1, like I would do in C under Linux to close a socket with a remote end. However php refuses that I simply do: dio_close(0); dio_close(1); How can I close these 2 fds? Thanks! Bernard

[PHP] php5rc1 + [x]inetd : how to really close stdin/stdout?

2004-04-01 Thread Bernard Fouché
in/out] is some kind of dup(2) of the corresponding streams and thus I never can really break stdin/stdout. Is there some solution that I did not see? Or do I have to expect php5rcX to be changed not to do this kind of dup(2) of the streams the first time that there are opened ? Thanks! Bernar

[PHP] Re: how to open a webpage

2004-01-12 Thread bernard
Hi, Thanks for the suggestions ! Problem is solved sofar. But how can I open the link in a new window, I tried (with my limited php knowlegde) a lot of things, but i'ts not working :-( Bernard "Bernard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] &g

[PHP] how to open a webpage

2004-01-12 Thread bernard
Hi, I am new to php and doing reasonable well (ok, copying other code and learning ;-) I have a field with an URL The value of this in a variable $launch. How can I open this URL automatically ?? TIA!! Bernard Antwerp, Belgium -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] PHP 4.3.4 configure

2003-12-20 Thread Bernard C. Saulter
ything more. (Machine runs: everythings that will compile version php-4.0.1pl2, Apache_1.3.29 and MYSQL-4.0.16 so this version should work (ya right)). Bernard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP 4.3.4 configure

2003-12-18 Thread Bernard C. Saulter
nything more. (Machine runs: everythings that will compile version php-4.0.1pl2, Apache_1.3.29 and MYSQL-4.0.16 so this version should work (ya right)). Bernard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] imagecreate() error

2003-07-17 Thread Michelle Bernard
YAY Got it working somewhat, now the so called image comes out garbled on the browser!! BUT getting close! "Michelle Bernard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > no errors have come up yet, still getting the same problem too, I am pulling > out

Re: [PHP] imagecreate() error

2003-07-16 Thread Michelle Bernard
up or in error logs? > > Michelle Bernard wrote: > > > Hi Philip, > > > > Thanks for your response, I tried those steps, still no go, getting that > > same error > > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] imagecreate() error

2003-07-12 Thread Michelle Bernard
ll and it should work. Be sure > to restart the web server afterwards. > > Regards, > Philip > > > On Sat, 12 Jul 2003, Michelle Bernard wrote: > > > Hi there, > > > > I am running PHP 4.3 something or other, I have enabled php_gd.dll and > > php_gd

[PHP] imagecreate() error

2003-07-12 Thread Michelle Bernard
Hi there, I am running PHP 4.3 something or other, I have enabled php_gd.dll and php_gd2.dll, pointed the extension directory to the right place, looked at the phpinfo and it has the correct information about the gd's being enabled, I have tried reintalling apache and php...but still get errors on

[PHP] Inheritance problem

2002-12-01 Thread Bernard Chamberland
d to display the parentclass is "display" An explanation and a trick to fix the problem would be greatly appreciated. Thanks ! Bernard $this->jungleobjects[] = new Water($posx = mt_rand(1, _MAXX), $posy = mt_rand(1, _MAXY),

[PHP] PHP, XML and HTML-Tags

2002-08-13 Thread Bernard
uot;, and so I get an error message by the parser. I tried including the html stuff in comments, but then they are completely lost, which is of course normal behaviour. I tried quoting with backslash, e.g. \, but in vain as well. I would be very happy and thankful, if anybody could help me. Bes

[PHP] Fatal error : Call to undefined function dbmopen()

2002-05-01 Thread Bernard Chamberland
rt : enabled - Supported handlers : gdbm db2 db3 Any idea ? Thanks in advance Bernard Chamberland -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE: [PHP-DB] open foxpro database

2001-05-02 Thread Scott Bernard
Try it again, but make the employee.dbf free table, or just making it foxplus. -Mensaje original- De: Benny [mailto:[EMAIL PROTECTED]] Enviado el: Miércoles, 02 de Mayo de 2001 07:03 a.m. Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Asunto: [PHP-DB] open foxpro database I used function db

Re: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi config.m4

2001-04-09 Thread Bernard Jauregui
Looks like CGI certainly did get dissabled :-) -I think the makefile has been swiped. Build under FreeBSD 3.4: ---cut--- Making all in sapi Making all in cgi make: don't know how to make all. Stop *** Error code 1 Stop. *** Error code 1 ---paste--- BJ ""Stig Bakken"" <[EMAIL PROTECTED]

[PHP] RE: [PHP-DB] Re: [PHP] No same username

2001-02-25 Thread Scott Bernard
There is something called constraints in the database (generally). You have to set that field in the database, to unique, or make a "unique" index on that field. regards. idsarts. -Mensaje original- De: Web Admin [mailto:[EMAIL PROTECTED]] Enviado el: Domingo, 25 de Febrero de 2001 10:2