Re: Saving files from a directery
That's because PHP only sends the script's output to the browser. To
see the actual PHP code you'll need some other sort of access to the
webserver. How did you get them on the server in the first place?
Your web host probably provides FTP access or something...
.
Relevant Pages
- Re: [PHP] Date Sorting
... > checkboxes for a three month period, ... So I'm now trying to do this in the php code that processes ... > dates into timestamp and sort that way. ... Incorporate whatever sorting info you need into the value of the checkbox. ... (php.general) - Re: [PHP] Date Sorting
... Try using any of the sort functions: ... On Wed, 2003-10-01 at 07:18, Greg Wiley wrote: ... So I'm now trying to do this in the php code that processes ... (php.general) - Re: [PHP] Ajax and PHP: XMLHTTP
... Can I replace the above with some sort of XMLHTTP request? ... As noted, that's a javascript question. ... However your PHP code is vulnerable to XSS attacks; you should at least encode the output with htmlspecialcharsso that URLs like ... (php.general) - New Menu Bar - Can people test it for me?
... I'm going to write some php code which will build this menu from an XML ... I want to know what sort of browser compatibility it has? ... Scott. ... (php.general) - Date Sorting
... anything on google or any of the PHP code sites that quite fits my ... So I'm now trying to do this in the php code that processes ... dates into timestamp and sort that way. ... Greg Wiley ... (php.general) |
|