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

[PHP] Re: just test

2005-06-17 Thread Davide Pasqualini
OK, in the task manager Hello.EXE is running (owner SYSTEM) but I don't see anything on the screen "Edgars Klavinskis" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > > Edgars > > > > Davide Pasqualini wrote: > > >I did as You

Re: [PHP] Using Exec Function

2005-06-17 Thread Davide Pasqualini
I just need to understand how I can run Hello.exe Thanks for your help Davide ""Richard Lynch"" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > On Thu, June 16, 2005 6:23 am, Davide Pasqualini said: > > I'm Windows XP Professional

[PHP] Re: Using Exec Function

2005-06-17 Thread Davide Pasqualini
I did as You suggested: but Hello.Exe, a very simple program, doesn't run and my browser seems waiting something from the server. Can I run a program (exe file) in another way ? Thank in advance for your help. Davide -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Using Exec Function

2005-06-16 Thread Davide Pasqualini
p.net/manual/en/language.operators.execution.php but with no success, in the browser I get something like this: C:\Programmi\Apache Group\Apache2\htdocs\prove>C:\HELLO.EXE php code $test"; ?> mybat.bat C:\HELLO.EXE I'm still learning to use PHP, so this obviously beyond me. David

[PHP] writing binary data to file

2005-01-14 Thread Davide
hi, I must change some bytes in array filled from a msssql text field; now I do: function adjust (&$ar_in) { $ar_in{0}='Ð'; $ar_in{1}='Ï'; $ar_in{3}='à'; $ar_in{4}='¡'; $ar_in{5}='±'; $ar_in{7}='á'; } I've copied/pasted values from an hex editor and this works ok. Question

[PHP] global value (php.ini) settings override with local (virtualhost) value

2003-02-27 Thread Davide Giunchi
can i avoid the open_basedir value to be overwritten by vhost.conf ? (i want to be "added") Regards. -- Davide Giunchi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php