• Answers
  • Web
Personalize Yedda, (And make Danny Happy)
People ask & answer about almost everything. Tell us what you're interested in... So we can personalize Yedda especially for you
I'm interested in:
Originated from
AOL Search

HTML PHP populate a form on loading

I need to populate a form when it appears the first time using HTML and PHP.   Mostly trying <body onLoad  and session variables.  Nothing works.

function findData(){       
$SessionClient = $HTTP_SESSION_VARS["SessionClient"];
}

...

<body onLoad = <?php echo "findData()" ?>

 

A previous PHP had



<?php
session_start(); 
session_register("SessionClient");
...
I've been at this for days and am obviously making a mistake somewhere.
Thank you in advance.
 
 

 


Share Send to a friend Watch Report
 
 

Posted Answers

No answers were posted yet - be the first one to answer!

Sign in to participate

Got an answer for snowquail? Would you like to comment on the posted answers, or vote for the one which you think is the best?

Sign up for a free account, or sign in (if you're already a member).

Feed - Subscribe to changes to this Q&A Blog
ADVERTISEMENT
  • Answers
  • Web
Copyright © 2006-2009, Yedda Inc. and respective copyright owners · CC License