hi, i end up having problems running php scripts in apache web server like i tried executing this mike mew script but it doesnt work for me. i use red hat 8.0...
nerdboy
nerdboy@...
Feb 12, 2003 2:22 am
645
Hello, Is there any site which contains some tutors or some details regarding OOPS (Object Oriented Programming) using PHP ? Thanks in advance. Peace -- Rajesh...
... Thanks a lot for the link. Will go through it. Peace -- Rajesh * rajesh-shriram@... * http://www.symonds.net/~rajesh/ Powered By : Debian GNU/Linux...
Rajesh Fowkar
rajesh-shriram@...
Feb 12, 2003 2:25 pm
648
Hi, I have finally implemented basic sessions in my online training website. Some issues are: (1.)In each and every page I am checking whether the session id...
... Take a look at http://www.sanisoft.com/phplib/ Do read the contributed notes PHPlib was desgined to solve exactly the problems you are facing Cheers ...
... Here is one more link which I got from php-db list. Peace -- Rajesh ... ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : BASH and...
Hello, There seems to be very few date manupulation functions in php. In my php form I am displaying select combos for day, month and year. Now while updating...
Rajesh Fowkar
rajesh-shriram@...
Feb 16, 2003 2:19 am
652
... If you are familiar with OOH Forms Take a look at http://www.sanisoft.com/ofcal/ Tarique -- ...
Hi Rajesh, Create your own wrappers for date :) best solution and implement in OOhtml like <input type=text name=dd value="##dd##"> write a wrapper to replace...
... Till date I have not done OOPS programming, since I am coming from Foxpro background and not done any windows programming. Learning OOPS programming using...
... Wont dare to say that the future belongs to OOPS but the new OOPS features slated for PHP5 will make OOP in PHP much more attractive. So make sure you tick...
... I should be very much thankful to my boss for taking the initiative (for whatever reasons may be) to implement linux and linux based solutions in our...
Hi, ... This is a function we used to apply. Variables may change according to your PHP version. ... function ensureHTTPS() { GLOBAL $HTTP_HOST, $REQUEST_URI,...
... i suppose a <? header("Location: https://domain.com"); ?> would do ... shashi __________________________________________________ Do you Yahoo!? Yahoo!...
... A small tip here: When using header(), make sure that you do not have any non-php code/text before it, otherwise it won't work. This had me confused for a ...
Hi, ... Cheers! We used that function to ensure HTTPS protocol. I hope you have removed the unnecessary code. The $tempVars etc was not needed for your ...
Hi, Would any of you happen to have written services for an IRCd in PHP? or ever written an IRC server completely in PHP? I need a little help for writing...
... No, but shouldn't be difficult, however do let us know why you need to reinvent the wheel. What kind of services you want to write? Search freshmeat for...
Dear all, I want to call a function in a faction and also I want to get the values of the last page without passing parameters in to the function. Can any body...
What!?! do you have two pages or 1 page ? I mean two php files or 1 php file ? Are you trying to access a variable from the main stream of the program within...
Dear Amit Soni, Thanks for ur response. ur right i have two PHP pages. On clicking a link in first php page I am calling second page in this page I am using...
Lets see.. Why not have a html form in the first page, that had a text field(for user input), and two radio buttons(for the options) instead of links and a...