hi all i have problem in my script. it can't create file for me. i install apache/mysql/php on my own windows computer. and script work correctly. but when i...
Just to clarify things a bit... First of all the directory you want to create the file in must exist. The directory must also have write permission set for the...
Hi Mr. Ghiaseddin, It seems to me that you don't have permission on the linux box for editing the file... this may be the reason: you've uploaded CatList.txt...
Andrew John Young
andrewjohnyoung@...
Oct 7, 2004 8:16 am
1659
By the way, setting the CatList.txt file's access setting to 777 using chmod will also solve this problem. On Wed, 06 Oct 2004 08:05:48 -0000, Behnam...
Andrew John Young
andrewjohnyoung@...
Oct 7, 2004 8:19 am
1660
Hello, This is just a reminder messages to let you know as subscriber of the php-objects mailing list you may be interested about the new site where you may...
php-objects@yahoogrou...
Oct 10, 2004 11:16 am
1661
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
Oct 10, 2004 11:16 am
1662
Hi I have a html page say xyz.html which has a form being processed by a php page say abc.php. I would like to use md5 data encription algorithm. now where...
I do beleive you would have to put this on the php script to md5 encrypt something. You know once you encrypt it with md5 there is no easy way to get the data...
hi! I agree w/ Knowles. to have ur password incrypted using md5, in the php script, called by ur form action. i suggest a similar script like this (in...
Hi, I need to make a multilingual site out of an already existing english site. What would be best way for long term maintanability? The only method I could...
... If your script creates HTML code, you may also need to consider things such as header elements e.g. <meta http-equiv="Content-Type" content="text/html; ...
... Thank you for your response. PHP Sniffer looks to be extremeyl useful in situation. What do you think about the entire translation process? I thinking of...
... Shoan To be quite honest, I haven't delved into this area to any depth in PHP. I have tackled it some time ago in Delphi but only with European languages....
Hello, I am currently working on a multilingual app, so i thaught i could share some of the knowledge i have accumulated on the subject in the last months, ...
... WOW. That quite a bit of advise. I am flagging this message as important. :) ... [Snip...] I forgot to mention that this site is on shared hosting running...
... Hi again Shoan Hassan has pretty well covered it all, I think. I have only one further suggestion. One way that I have used to separate the HTML from the...
Hello, Many shared hosting plans already provide php5, as for mysql, upgrading to 4.1 will be the next big move in the hosting configs Knowing that the final...
... Hi Shoan It's no problem at all. The PHP variable $_SERVER['QUERY_STRING'] (which I think used to be $HTTP_SERVER_VARS['QUERY_STRING'] in older versions...
... As Rajesh rightly pointed out, I forgot to add the caveat that if you get this wrong, it can lead to disastrous results. However, it can save a great deal...
Dear Friends, As a part of a project to me i want to convert excell workbook to a format where i can save the results into mysql database. Please if anyone...