I've made some heavy mods to my script, it now doesnt use a subdir (its worked like that for ages)
Basically to expand on what ive written before; no php file responds to a parameter call i.e.
http://www.hm/index.php?do=do_signup should initiate signup (or at least give an error message saying no domain)
To clarify things I’ve uploaded
www.hm/test.php
- Code: Select all
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
without php
<?php
echo "with php ";
if ($do == 'do') {echo "with do";}
?>
</body>
</html>
I’d have thought that if you called
www.hm/test.php?do=do
It should say 'without php with php with do' however it misses off the 'with do' which is essentially whats wrong with the rest of my site – is there a way to turn on and off this functionality with cpanel or something?
I'm this close to starting again! Any help would be well cool!