Search the web
Sign In
New User? Sign Up
php-objects · Discussions about Object Oriented Programming in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1654 - 1683 of 9227   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1654
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...
Behnam Ghiaseddin
bgh_behnam
Offline Send Email
Oct 7, 2004
12:01 am
1655
what are the permissions on the file? You may need to change this to 755 or possibly even 777....
Knowles Burrell
kburrelliii
Offline Send Email
Oct 7, 2004
12:03 am
1656
I'm a relative novice, but I've run into similar problems when I either didn't have the directory created and/or was not writeable. just a guess....
Bob Meetin
bobmeetin
Offline Send Email
Oct 7, 2004
4:55 am
1657
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...
Andrew Clark
apc_iap_org_uk
Offline Send Email
Oct 7, 2004
5:58 am
1658
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@...
Send Email
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@...
Send Email
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...
Send Email
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...
Send Email
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...
Juma Lungo
jlungo
Offline Send Email
Oct 10, 2004
12:05 pm
1663
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...
Knowles Burrell
kburrelliii
Offline Send Email
Oct 10, 2004
12:11 pm
1664
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...
annemich928
Offline Send Email
Oct 11, 2004
4:53 am
1665
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...
Shoan Motwani
shoan_net
Online Now Send Email
Oct 12, 2004
10:43 pm
1666
... Money, date, and number formats if there are any variables that display these things. good luck. -jmb...
Jeff Bennett
JBennett@...
Send Email
Oct 12, 2004
11:20 pm
1667
... I guess I can use the builtin php functions for these. ... I really need it. :) Peace, Shoan....
Shoan Motwani
shoan_net
Online Now Send Email
Oct 13, 2004
3:05 am
1668
... 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; ...
Andrew Clark
apc_iap_org_uk
Offline Send Email
Oct 13, 2004
5:41 am
1669
... 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...
listmail@...
shoan_net
Online Now Send Email
Oct 13, 2004
6:42 am
1670
... 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....
Andrew Clark
apc_iap_org_uk
Offline Send Email
Oct 13, 2004
7:33 am
1671
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, ...
hassan el Forkani
gaouzi2000
Offline Send Email
Oct 13, 2004
8:27 am
1672
... 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...
listmail@...
shoan_net
Online Now Send Email
Oct 13, 2004
10:30 am
1673
... 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...
Andrew Clark
apc_iap_org_uk
Offline Send Email
Oct 13, 2004
11:32 am
1674
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...
hassan el Forkani
gaouzi2000
Offline Send Email
Oct 13, 2004
2:25 pm
1675
... Could you explain this a little more? maybe with some really small sample code (I don't want to take too much of your time.) Peace, Shoan....
listmail@...
lucky_luke_24
Offline Send Email
Oct 13, 2004
2:25 pm
1676
... Thanks for your help. Peace, Shoan....
Shoan Motwani
lucky_luke_24
Offline Send Email
Oct 13, 2004
3:55 pm
1677
... 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...
Andrew Clark
apc_iap_org_uk
Offline Send Email
Oct 13, 2004
3:56 pm
1678
... Bad bad things could happen with this wonderfully useful snippet. Be warned. -- [ Rajesh Kumar ]...
Rajesh Kumar
rajeshincanada
Offline Send Email
Oct 16, 2004
1:19 am
1679
Curious! Would you be able to elaborate? Rajesh Kumar <rajesh@...> wrote: ... Bad bad things could happen with this wonderfully useful snippet. Be...
Seshasayee Madaboosi
smadaboosi
Offline Send Email
Oct 16, 2004
1:51 am
1680
... 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...
Andrew Clark
apc_iap_org_uk
Offline Send Email
Oct 16, 2004
2:19 am
1681
... Care to share an example? Peace, Shoan....
Shoan Motwani
lucky_luke_24
Offline Send Email
Oct 16, 2004
4:11 am
1682
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...
ejaincom
Offline Send Email
Oct 16, 2004
7:30 pm
1683
save the file as cvs. Shouldnt be a problem importing then....
Knowles Burrell
kburrelliii
Offline Send Email
Oct 16, 2004
8:43 pm
Messages 1654 - 1683 of 9227   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help