The signupck.php showing up

bpossa
08:15:12
Hi there,

I am new in PHP so I downloaded the entire "Modified PHP with signup login when register global is off" scripts from your website just play around with the scripts, the problem is that when I entered data in all the fields of signup.php the entire contents of signupck.ph appear on the page. Can you explain why this is happening and how can I fix it?

I must also mention that register_global is off on the php.ini

tx

Ben
smo1234
08-15-2012
Inside the file the PHP code will be executed once they are included inside <?Php ?> . Here is a sample
<?Php
echo " Hello world ";
?>

So check for the starting and ending PHP tagss
bpossa
08-15-2012

Hey smo1234,

Its working, thanks so much for this..

Thanks

Ben Possa
Please Login to post your reply or start a new topic