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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1444 - 1473 of 9227   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1444
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
Jul 4, 2004
9:01 am
1445
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
Jul 4, 2004
9:01 am
1446
I'm trying to move some code to an OO model. In the existing code, i have a config.inc.php file which is `require`d to set up all the needed variables/values...
jeffrey_n_Dyke@...
gethiking
Offline Send Email
Jul 6, 2004
7:18 pm
1447
... have ... [cut] ... constructor, but ... that i've ... Well, using the setup you made, see the following: <?php class config { var $main_cfg = array(); ...
Nezar Nielsen
fez_dk
Offline Send Email
Jul 6, 2004
8:07 pm
1448
<bigsnip /> ... = '/path/to/install/directory'; ... This afternoon i started to realize the error of my ways yesterday. but this brings it much further,...
jeffrey_n_Dyke@...
gethiking
Offline Send Email
Jul 6, 2004
8:41 pm
1449
Hi, I am trying to install the php5RC3 on my 2k3 server but i am not able to do so, can anyone help in this, I will be very much thankful Indiatimes Email now...
ayewalekar2000
Offline Send Email
Jul 7, 2004
6:54 am
1450
What webserver do you have installed? Are you getting any errors? ... From: ayewalekar2000 <ayewalekar2000@...> Date: Wed, 07 Jul 2004 12:21:20...
Knowles Burrell
kburrelliii
Offline Send Email
Jul 7, 2004
1:07 pm
1451
I just completed my preliminary Class to parse csv files. Yes, I know, there a thousands of them out there. I played with them all (or so it seems). After...
phpWalter
otrwalter
Online Now Send Email
Jul 8, 2004
8:18 pm
1452
hi, i have a problem, suppose our website is hosted with WebHost A. and we want to shift to WebHost B. how can i make sure that the transfer is seamless. i...
smshuja
Offline Send Email
Jul 12, 2004
5:34 pm
1453
... You might try copying all the mail folders by FTP if you have the same web client on both servers. Every ISP I've used in the past 5 years keeps a mail...
Tech @ LDS
tech@...
Send Email
Jul 12, 2004
7:24 pm
1454
Hi 1) i have a problem with soap i want to use session variable in php with soap 2) also i want to upload a file using web services...
Sachin Wankhede
sn_wankhede
Offline Send Email
Jul 13, 2004
4:52 pm
1455
Hi, I am looking for Productivity in PHP for estimate of period based on Calculation of Function Point (FP) (hours for function point or point of function for...
Marcelo Soares Souza
marcelosoare...
Offline Send Email
Jul 15, 2004
8:13 pm
1456
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
Jul 18, 2004
9:11 am
1457
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
Jul 18, 2004
9:11 am
1458
Dear Friends, I have a little problem ragarding conversion md5 encripted data. please giude me how to decript it. my problem is follows, in my application...
gpldeveloper
Offline Send Email
Jul 19, 2004
4:50 am
1459
hi, there is no way to decrypt a MD5 checksum. Even though you can't decrypt a MD5 checksum, you can still use it to validate password entered by a user during...
shuja shabandri
smshuja
Offline Send Email
Jul 19, 2004
5:05 am
1460
... It is not possible (OK, it is, but not very easy!), you don't decrypt it, you compare it... $match = ( $password == md5($password) ); ... Then you will...
phpWalter
otrwalter
Online Now Send Email
Jul 19, 2004
5:06 am
1461
... Think about what you're asking. If you can get the original so can anyone else. MD5 is what is know as a one way algorithm. Urb...
Urb LeJeune
urb@...
Send Email
Jul 19, 2004
12:36 pm
1462
I'm looking for a class that allows the posting of an article (news) and then allow individual comments on the article. I don't even know what it would be...
Urb LeJeune
urb@...
Send Email
Jul 19, 2004
12:38 pm
1463
Content Management System (CMS) is the category of the script you want. There are some popular prebuilt ones such as PHP-Nuke and Post-Nuke and many others. ...
Knowles Burrell
kburrelliii
Offline Send Email
Jul 19, 2004
1:03 pm
1464
Friends, Does a PHP page still holds the session information that was set in the previous page but not in the current page. Will Page 2 pass the pass the...
Bimal Pouldel
bimal_kcmit
Offline Send Email
Jul 19, 2004
1:39 pm
1465
... PHP holds session in the $_SESSION global array, it's not magically held in the page. Once it's in there, unless you destroy the session, it's in there....
Tech @ LDS
tech@...
Send Email
Jul 19, 2004
2:33 pm
1466
You need to call session_start(); On any page that you wish to access the $_SESSION global array from. Working from your example below. 1. call session_start()...
Brian Uniacke
brianuniacke
Offline Send Email
Jul 19, 2004
3:13 pm
1467
... use session_start() at the beginning of all your scripts that need to manipulate session data - this will reload the superglobal $_SESSION array with...
Rich Gray
richgray06
Offline Send Email
Jul 19, 2004
6:27 pm
1468
Dear friend!!! Attention, the command needs to be the first command in the code that will use the $_SESSION values. <?php session_start(); ?> Araguaci Carlos...
Araguaci Andrade
araguaci
Offline Send Email
Jul 19, 2004
6:28 pm
1469
Some Informations about Sessions: When you start a session, the webserver creates a file in its tmp directory (in most cases). This file is identified by a so...
Stephan Schulze
nahpeps
Offline Send Email
Jul 19, 2004
6:30 pm
1470
Rich, Yes, PHP Sessions are maintained through ahref links, however if you are header redirecting to another page on your site, you must specify the sessionid...
Andy Bartel
andy@...
Send Email
Jul 19, 2004
8:26 pm
1471
Sorry but there is nothing I can do about Eu. smshuja <smshuja@...> wrote: hi, i have a problem, suppose our website is hosted with WebHost A. and we...
Simone Mello
yesum1959
Offline Send Email
Jul 22, 2004
12:18 am
1472
I'm newbie I'm afraid I can't help.Please send me no more questions. Eu. gpldeveloper <gpldeveloper@...> wrote: Dear Friends, I have a little problem...
Simone Mello
yesum1959
Offline Send Email
Jul 22, 2004
12:21 am
1473
md5 is one way encryption and cannot be reversed. Typically when hashing passwords, the hashed password is stored in the database and a user's entry during...
Andy Bartel
andy@...
Send Email
Jul 22, 2004
5:01 pm
Messages 1444 - 1473 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