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)){ ... ...
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....
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,...
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...
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...
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 ...
after doing the implode stuffs with the result set. use header function like this header("Content-Disposition: attachment; filename=yourfilename.csv"); ...
use == in all IFs where your code is and $_SESSION['uccverified'] = 1 it should be and $_SESSION['uccverified'] == 1 regards, Fernando ... [Non-text portions...
In message <fg1plt+pvqm@eGroups.com>, Sudhakar <finals27@...> writes ... The previous suggestion of PHPClasses is really to find local programmers, and...
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...
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;...
Hello, ... The service was just released. Currently it just lists professionals sorted by their countries. Soon, it will allow employers and head hunters to...
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...
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...
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,...
Thanks for letting me know. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
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...
... 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 ...
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...
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...
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...
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...
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, 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...
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...