[PHP] MYSQL translator

2005-08-01 Thread Alessandro Rosa
, the properties of all entries to lessen the creation of new related dictionaries. Thanks, Alessandro Rosa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MYSQL translator

2005-07-20 Thread Alessandro Rosa
feedbacks. Alessandro Rosa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] submission PHP code : MYSQL command lines translation

2005-07-19 Thread Alessandro Rosa
look forward to your feedbacks. Alessandro Rosa

[PHP] submission PHP code : MYSQL command lines translation

2005-07-19 Thread Alessandro Rosa
forums. I hope the forums I sent provide attachments sending too, otherwise feel free to ask me to send you the related PHP code. I look forward to your feedbacks. Alessandro Rosa

[PHP] session data not recorded : solved !

2005-07-16 Thread Alessandro Rosa
It was due to my firewall. Highest level protection stopped any cookie to be read. So, once realized, everything re-started to work as usual. Alessandro

[PHP] session data not recorded (ADD-ON)

2005-07-16 Thread Alessandro Rosa
I forgot to write that: - my config is Win2000/php 4.4.0/apache 1.3 - Session files are correctly created and information stored therein. Then there a trouble in reading such files, since when I call a session variable, the content is not displayed. So what to do? Alessandro

[PHP] session data not recorded

2005-07-16 Thread Alessandro Rosa
I have a problem to record session data and I would you help me. I suppose there's something I missed in the general configurations during the last install, but I can't realize it. I arranged a couple of simple files handling sessions, to show you my problem. I have a file index.php : ---

Re: [PHP] constructors in PHP

2005-07-11 Thread Alessandro Rosa
, multiple constructors could be handled easier, I suppose ... isn't true? Alessandro Rosa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] constructors in PHP

2005-07-11 Thread Alessandro Rosa
Thanks to all for clear responses! So just a question now, why have not multiple constructors been implemented? Are there some security issues related to them ? Alessandro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] constructors in PHP

2005-07-11 Thread Alessandro Rosa
Is there the possibility to have in PHP multiple class constructors as in C++ or just one ? I would be sure about it in order to prevent useless mad investigations in the code I'm writing. Thanks in advance ... Alessandro Rosa

Re: [PHP] $_SESSION and header()

2005-06-26 Thread Alessandro Rosa
Does (c) have at the top of its page: André > You have to pass the session ID between pages, either by setting > session.use_cookies = 1 (so that the session ID is passed using a > cookie where possible) or append the session ID to the URL you are > redirecting to as part of the query parameter

[PHP] $_SESSION and header()

2005-06-26 Thread Alessandro Rosa
their values then, (I can't say if they have been unset or erased). I presume there's some relation with the use of header() and the lost data. My intention is to keep the automatic redirection by the header(). Any suggestion? Thanks in advance. Alessandro Rosa -- PHP General Mai

[PHP] Firefox ABOUT: parameters list

2005-06-09 Thread Alessandro Rosa
I know this is not quite the right place to ask for that, but how can one know which are all the parameters one can type after about: in Firefox 1.0.4 ? That is, as far as I know, one can enter about:config about:plugins Thanks and Regards Alessandro Rosa

[PHP] Firefox ABOUT: parameters list

2005-06-09 Thread Alessandro Rosa
I know there's not quite the right place to ask for that, but how can one know which are all the parameters one can type after about: in Firefox 1.0.4 ? That is, as far as I know, one can enter about:config about:plugins Thanks and Regards Alessandro

[PHP] headers and session (question)

2005-06-06 Thread Alessandro Rosa
Here's below the solution (the encryption will be shortly performed into login.php). 1 But a QUESTION now : if line 5 is replaced by these two lines, say here 5a and 5b: 5a require_once("config.inc.php"); 5b $PHPcmd = $GLOBALS['gestionale_path_name']."phpcode/login/login.php" ; this does not

[PHP] headers and session (2)

2005-06-06 Thread Alessandro Rosa
crypt and save it into session. When 2.php file just displays session data (it is test environemnt), but the output is blank ! Suggest a different approach ? Alessandro Rosa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] headers and session

2005-06-06 Thread Alessandro Rosa
> Does config.inc.php have any whitespace following the closing ?> tag, or > does it output any HTML? That could be your culprit. > > What happens if you do your $_SESSION setting *before* the require, but > directly after the initial header() call? He knew that header may give problems with white

[PHP] headers and session

2005-06-06 Thread Alessandro Rosa
Hi to all, I got a problem while storing session variables. After the call to header(...), the values of session variables are lost. I think I should fix this up with some settings in my php.ini Could you help me, please? Alessandro Rosa -- PHP General Mailing List (http://www.php.net

[PHP] RE: wait function

2005-02-05 Thread Alessandro Rosa
Yes, guys, SLEEP was what I was looking for. I took up the code I showed before from such a php site, but it did work on a linux server anyway. I would try the alternative of SLEEP: I was not so much aware of it. Yours, Alessandro -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] wait function

2005-02-05 Thread Alessandro Rosa
I would write down an efficient WAIT function. The one I did was as follows: function microdelay($delay) { $UNUSED_PORT=31238; @fsockopen("tcp://localhost",$UNUSED_PORT,$errno,$errstr,$delay); } But it does not seem to work well. Any suggestion? Regards Alessandro

[PHP] remote permissions on MySQL

2004-12-13 Thread Alessandro Rosa
I'm a newbie on MySQL. I just wanted to know whether there is the possibility to create a new user/psw remotely onto a server. That is, something related to command 'mysql_setpermissions', but acting from a remote host. Alessandro

[PHP] automatic responder

2004-11-28 Thread Alessandro Rosa
> This seems like a very weak re-implementation of cron. Seriously, this > problem has been solved. > > -ryan Then, what do you exactly mean for cron job? Alessandro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] automatic responder

2004-11-28 Thread Alessandro Rosa
CHOes to the timing Javascript code again...) Alessandro Rosa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] automatic responder

2004-11-27 Thread Alessandro Rosa
given number of seconds), don't you? Example: check pop3 mailbox every 5 secs by php code and then perform all the required actions. Alessandro Rosa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] automatic responder

2004-11-26 Thread Alessandro Rosa
How about coding an automatic responder via PHP ? Alessandro Rosa

Re: [PHP] mp3 cropping

2004-11-18 Thread Alessandro Rosa
> Anyone out there know of a tool or technique for cropping an MP3 file > (e.g., cutting the first 30 sec out into another file)? PHP would be > nice, but not necessary. > > TIA, > ryan If your platform is Windows, you can look for 'CDex'. This tool works as

[PHP] force a download

2004-11-15 Thread Alessandro Rosa
How can be forced a download by PHP with the visualization of Directory dialog window in order to choose the download path? Alessandro Rosa

Re: [PHP] upload via FTP

2004-11-09 Thread Alessandro Rosa
possible to deny access permissions for some of such scripts to a public user but not to other scripts staying on the same server. Alessandro Rosa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] upload via FTP

2004-11-09 Thread Alessandro Rosa
e FTP server. Alessandro Rosa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] upload via FTP

2004-11-08 Thread Alessandro Rosa
Dear all subscribers, I'm coding a send-mail form, also including edit boxes keeping the path of files to be uploaded from the remote host onto an FTP server. Is there the possibility (and if so, which ones) to manage FTP permissions to have a file including the variable with ID and PSW (for FTP