Jump to content
php.lv forumi

$_POST iekšs overlay.


anonīms

Recommended Posts

Tiek izmantots šāds kods: http://flowplayer.org/tools/demos/overlay/styling.html

Principā jau kodam nav nozīmē, svarīgi ir tikai tas, ka visam jānotiek iekšs atvērtā overlay'a.

Ideaja ir tāda, ka ir reģistrācijas poga, kuru uzspiežot atveras šis layouts un tad tur ir forma ar inputiem + 3 steps reģistrācija (pēc formas nevis ievada datus, bet aiziet uz nākamo lapu, kas ir tajā pašā overlayā (apmēram kā šeit http://www.cs-manager.com/signup/)

 

Patestēju šādi:

<div class="overlay" id="apple">
<h2 style="margin:0px">haha! :P</h2>
<form method="POST">
reg form, prikaļi?
<?php
if(isset($_POST['kaka']))
{
die('kaka :P');
}
?><br />
<input type="submit" name="kaka" />
</form>
</div>

 

bet nu overlay's uzreiz tiek aizvērts, bet protams dati nosūtās...

 

Tātad - Kā panākt, lai pēc submit nospiešanas netiktu aizvērts overlay's?

Jā zinu, ka ar ajax, bet nu konkrētāk, jo ajax man ir svešs...

Paldies!

Link to comment
Share on other sites

briedis, zinu, kas ir iframe, bet kaut kur, manuprāt, biju lasījis, ka ar php5 versiju viņš vairs nebūs.

Par tēmu -

<iframe src="<?=Base;?>/public/overlays/register.php" frameborder="0">
</iframe>

 

Man man aizliegt lietotājiem vnk pa "tiešo" apskatīt failu?

Mēģināju ar define, bet tas neiet krastā...

define("register_1234","wtf");
if(!defined("register_1234"))
{
die('<h1>DIE HACKER!</h1>');
}

Citi varianti?

Edited by anonīms
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...