NL5
Diamond Member
Originally posted by: DannyBoy
Originally posted by: NL5
Originally posted by: LoKe
From what I gather, a program called "show php" would show PHP code. Right? --v
EDIT : If you want to see your code so bad, have a php script copy the code from one of your php files, into a txt file for later reading.
I can access the code via the server - like I said the version of show.php that I had didn't show code at all, just all the server info relating to php. Specifically I need to know what the post_max_size and max_file_upload settings are at on the server - I am on a shared server, so I don't have access to the php.ini file, but the hosting company changed it on the last server.
Mate, create a file called "info.php" and put this:
<?php phpinfo(); ?>
..in the file, save, upload to server and load the file.
Thanks! I will try that.
Like I PM'd Loke, I am pretty sorry at programming and such, but with a little help I can usually do OK. (well, not OK, but better than nothing) 😀