Posted by php newbie on 02/07/07 19:21
Thanks all for valuable inputs, I will try phpinfo() function tonight.
What could be the reason for code to be working on my local machine
and not working on the web server.
Following is the pseudo code of what my php page looks like
---- temp1.php --------
<html>
<head>
</head>
<body>
<?php
// test if this is postback
// if this is postback
// create session and write form fields to the session
// call header(Location: ) function to redirect to temp2.php page
?>
<form method="post" action="temp1.php" >
// form input fields
<input type="submit" value="Submit" >
</form>
</body>
</html>
Navigation:
[Reply to this message]
|