Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redirect after submit photo and audio #173

Open
liomj opened this issue May 5, 2020 · 0 comments
Open

redirect after submit photo and audio #173

liomj opened this issue May 5, 2020 · 0 comments
Milestone

Comments

@liomj
Copy link
Contributor

liomj commented May 5, 2020

how do i properly refer last insert id $xoopsDB->getInsertId();
in submitImage.php and submitAudio.php ? so we can redirect it like this after submit

redirect_header(
            XOOPS_URL . '/modules/suico/album.php?uid=' . $xoopsUser->getVar('uid') . '#' . $image_id,
            3,
            _MD_SUICO_UPLOADED
        );
@mambax7 mambax7 added this to the Beta 2 milestone May 7, 2020
@liomj liomj changed the title redirect to album.php#image_id after submit photo redirect after submit photo and audio May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants