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 your group to be featured on the Yahoo! Groups website? 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 6116 - 6145 of 9233   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6116
Thanks for the code. ... $result=mssql_query($sql);$num=mssql_num_rows($result); ... </tr><?php$i=1;while($arr=mssql_fetch_array($result,MSSQL_ASSOC)){ ... ...
sudhakar
finals27
Offline Send Email
Nov 1, 2007
8:49 pm
6117
There is an existing form where a user is asked if they would like to receive emails alerts and presently it is a radio button and it has 2 options Yes & No....
Sudhakar
finals27
Offline Send Email
Nov 1, 2007
8:59 pm
6118
Hi Everyone I live in New Zealand. Can anyone suggest as to how i can go about in finding a freelancing jobs that require skills in Html, Javascript, Css, Php,...
Sudhakar
finals27
Offline Send Email
Nov 1, 2007
9:38 pm
6119
To all newbie PHP people, my favorite and most long-term client is looking to add onto a group of 10 PHP designers programming business applications. This is a...
Coolhires
coolhirestexas
Offline Send Email
Nov 1, 2007
9:38 pm
6120
Hello, ... If you do not know this already, you may want to submit your profile to the just launched directory of PHP professionals world wide. ...
Manuel Lemos
mallemos
Offline Send Email
Nov 1, 2007
9:41 pm
6121
I'm working on a Joomla component (don't let that scare you) for forms. I'm trying to limit access to specific forms until the previous ones have been...
aalley218
Offline Send Email
Nov 1, 2007
9:43 pm
6122
I'm working on a Joomla component (don't let that scare you) for forms. I'm trying to limit access to specific forms until the previous ones have been ...
Aaron Alley
aalley218
Offline Send Email
Nov 1, 2007
9:45 pm
6123
after doing the implode stuffs with the result set. use header function like this header("Content-Disposition: attachment; filename=yourfilename.csv"); ...
khalid anwar
khalidanwar123
Offline Send Email
Nov 1, 2007
9:47 pm
6124
use == in all IFs where your code is and $_SESSION['uccverified'] = 1 it should be and $_SESSION['uccverified'] == 1 regards, Fernando ... [Non-text portions...
Fernando Murrieta
murrietagzz
Offline Send Email
Nov 1, 2007
11:13 pm
6125
In message <fg1plt+pvqm@eGroups.com>, Sudhakar <finals27@...> writes ... The previous suggestion of PHPClasses is really to find local programmers, and...
Pete
computergeni...
Offline Send Email
Nov 1, 2007
11:31 pm
6126
Hi I have a common form page where a user submits an enquiry ex: enquiry.html This enquiry.html will call a php file called processing.php in the form action...
Sudhakar
finals27
Offline Send Email
Nov 2, 2007
4:20 am
6127
The "page you came from" is called the "REFERER" and in PHP you can get it by querying this: $_SERVER['HTTP_REFERER'] HOWEVER, this cannot be 100% reliable;...
Alligator
alligator_666
Offline Send Email
Nov 2, 2007
5:02 am
6128
Hello, ... The service was just released. Currently it just lists professionals sorted by their countries. Soon, it will allow employers and head hunters to...
Manuel Lemos
mallemos
Offline Send Email
Nov 2, 2007
7:14 am
6129
You might want to try www.rentacoder.com as well, although you really are expected to work for peanuts, e.g. a complete CMS system written and delivered for...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 2, 2007
9:16 am
6130
Hi Sudhakar, Presumably you have control over everything. All you need to do is tell yourself where you are coming from. Add a parameter to the request as...
Brian Etheridge
contact_bee
Offline Send Email
Nov 2, 2007
10:06 am
6131
If using this method, you're probably better off storing the information in Session variables. As a user accesses Page1, then create a Session variable called,...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 2, 2007
10:11 am
6132
Thanks for letting me know. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
sudhakar
finals27
Offline Send Email
Nov 2, 2007
3:10 pm
6133
In message <472ACE3E.30801@...>, Manuel Lemos <mlemos@...> writes ... Well, that's what I meant by local... <G> ... I hadn't seen either of these...
Pete
computergeni...
Offline Send Email
Nov 2, 2007
3:32 pm
6134
It seems to me that the factory command in the DB_DataObject database abstraction layer class from PEAR, brings back all fields from the database to PHP. Is...
Pete
computergeni...
Offline Send Email
Nov 2, 2007
3:36 pm
6135
... If either side pays, the programmer or the client, then the info can be seen. My worry is that most people would not pay to see practically no information ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 2, 2007
3:37 pm
6136
hi is there a software available through which php code can be tested to check for errors. please advice....
Sudhakar
finals27
Offline Send Email
Nov 2, 2007
4:23 pm
6137
http://opensourcetesting.org/unit_php.php http://en.wikipedia.org/wiki/Test_Anything_Protocol -> http://shiflett.org/code/test-more.php Some of the IDE...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 2, 2007
4:31 pm
6138
In message <fgfit2+ha7i@eGroups.com>, Sudhakar <finals27@...> writes ... Don't forget PHPs own error reporting http://es2.php.net/error_reporting -- Pete...
Pete
computergeni...
Offline Send Email
Nov 2, 2007
6:13 pm
6139
Hi All, If you anybody worked on FedEx / UPS shipping module for finding the rates once the user gives the destination place, please send me the code examples...
Udaya kumar
udayakumaar
Offline Send Email
Nov 2, 2007
9:35 pm
6140
use this $_SERVER['HTTP_REFERER'] this may help you. ... -- Regards Gautam...
Gautam
gotu_d2006
Offline Send Email
Nov 2, 2007
9:35 pm
6141
Hi Sudhakar, If you use all the files as php extension then you can store the previous page details in a session variable. By using that session variable...
Udaya kumar
udayakumaar
Offline Send Email
Nov 2, 2007
9:35 pm
6142
Can any one help me about DirectoryIterator::getSize(). i wnat to get the total space alloted by the Hosting server. can i use the above function?. if so...
sathyendravemulapalli
sathyendrave...
Offline Send Email
Nov 3, 2007
6:09 am
6143
Hi, I need to upload the file which is greater than 2 MB, on my server I can only upload maximum of 2MB file, its windows based server. Can any body send me...
Anees ul haq
anees_a2001
Offline Send Email
Nov 3, 2007
6:17 am
6144
Anees, you need to modify the php.ini. 2MB is the default. find your php.ini (i'm not familiar where it is on windows... probably c:\php\ or something) and...
Brian Cummiskey
delvtecsol
Offline Send Email
Nov 3, 2007
6:32 am
6145
Dear, Thanks for your help, but I don't need to edit php.ini on my system but I need to upload the files on my hosting server and how can I edit their php.ini...
Anees ul haq
anees_a2001
Offline Send Email
Nov 3, 2007
6:41 am
Messages 6116 - 6145 of 9233   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