![]() |
|
script and $_POST - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: script and $_POST (/thread-7433.html) |
script and $_POST - hucste - 05-08-2010 Hello, Can i receive variables $_POST in script PHP (eg. image.php or album.php)?! script and $_POST - sbillard - 05-08-2010 All these variables are still there when you are running the image.php or album.php script. Just reference them in the usual way. |