Forum: PHP Oct 15th, 2007 |
| Replies: 7 Views: 4,746 Here is the code.
<?php
$email = $_POST['email'];
$username = $_POST['username'];
$passwd = $_POST['passwd'];
$passwd2 = $_POST['passwd2'];
... |
Forum: PHP Oct 14th, 2007 |
| Replies: 7 Views: 4,746 HI ALL
I am beginner in php. I have same problem like Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at... |