Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: HTML I PHP
Parašė kipshaz· 2009 Bal. 13 20:04:34
#1
Norejau paprasyti ko nors kas gerai ismano
html ir
php kalbas , kad isverstumet sita
html scripta , kad galeciau patalpinti i
php. :)
<script type="text/javascript">
function showHide(id)
{
if (document.getElementById)
var obj = document.getElementById(id);
if (typeof(obj)=='undefined' || obj==null) return;
if (obj.className == 'hide') obj.className='show';
else obj.className='hide';
}
</script>
Dq is anksto.
Parašė Peacemaker· 2009 Bal. 13 20:04:10
#2
Dedi <? ?> - tarp šių žymų.
Redagavo Peacemaker· 2009 Bal. 13 20:04:42
Parašė DvB· 2009 Bal. 13 20:04:32
#3
čia
javascript o ne
html.
Parašė kipshaz· 2009 Bal. 13 20:04:20
#4
As si scripta noriu patalpinti i
php fusion i maincore.php failiuka, bet kadangi as noobas tai nemoku
DvB parašė:
čia javascript o ne html.
zinau kad java bet pritaikytas
html
Redagavo kipshaz· 2009 Bal. 13 20:04:05
Parašė zDon· 2009 Bal. 13 20:04:55
#5
Dedi <? ?> - tarp šių žymų.
kas dar neašiku ? ?|
Parašė kipshaz· 2009 Bal. 13 20:04:36
#6
Jaj parasau <? ?> su ?> uzbaigiu visa scipta , stai pvz :
o ka ismeta webas :
Parse error: syntax error, unexpected '<' in /bla/bla/bla/maincore.php on line 23
O jaj rasau taip :
function showHide(id)
{
if (document.getElementById)
var obj = document.getElementById(id);
if (typeof(obj)=='undefined' || obj==null) return;
if (obj.className == 'hide') obj.className='show';
else obj.className='hide';
}
tai ismeta webe:
Parse error: syntax error, unexpected ')', expecting '&' or T_VARIABLE in /bla/bla/bla/maincore.php on line 23
Redagavo kipshaz· 2009 Bal. 13 20:04:53
Parašė Soo-2· 2009 Bal. 13 21:04:50
#7
Pabandyk 23 eilutei nutrint
} arba dar viena prirasyti.
Parašė kipshaz· 2009 Bal. 13 21:04:52
#8
Va eiluciu saras:
Zinau kad reikia kazka keisti vietoj var arba dar del kazko ://
Parašė Creatium· 2009 Bal. 13 21:04:52
#9
Dieve tu mano :D :
echo "<script type='text/javascript'>
function showHide(id)
{
if (document.getElementById)
var obj = document.getElementById(id);
if (typeof(obj)=='undefined' || obj==null) return;
if (obj.className == 'hide') obj.className='show';
else obj.className='hide';
}
</script>";
Redagavo Creatium· 2009 Bal. 13 21:04:31
Parašė Soo-2· 2009 Bal. 13 21:04:35
#10
function showHide(id) }
pakeisk i
function showHide(id)
Parašė kipshaz· 2009 Bal. 13 22:04:31
#11
Kai padariau su echo gaunu :
Warning: Cannot modify header information - headers already sent by (output started at /bla/bla/bla/maincore.php:32) in /bla/bla/bla/maincore.php on line 275
Warning: Cannot modify header information - headers already sent by (output started at /bla/bla/bla/maincore.php:32) in /bla/bla/bla/maincore.php on line 309
o eilutes :
32 eilutei pasibaigiai
</script>";
275 eilute
setcookie(COOKIE_PREFIX."lastvisit", $userdata['user_lastvisit'], time() + 3600, "/", "", "0");
309 eilute
header("Location: ".str_replace("&", "&", $location));
Kame bedos ?
Redagavo kipshaz· 2009 Bal. 13 22:04:07
Parašė ozzWANTED· 2009 Bal. 13 22:04:40
#12
script turi būti po headerių siuntimo. Labai dažna problema. Plačiau google.
Parašė bad_user· 2009 Bal. 13 23:04:28
#13
Butent, reikia redaguoti subheader.php
Parašė Black psycho· 2009 Bal. 14 05:04:33
#14
?><script type='text/javascript'>
function showHide(id)
{
if (document.getElementById)
var obj = document.getElementById(id);
if (typeof(obj)=='undefined' || obj==null) return;
if (obj.className == 'hide') obj.className='show';
else obj.className='hide';
}
</script><?
dėti po echo užbaigimo (po ";)
ir kaip jau minėjo po headerių sukūrimo ;)
Redagavo Black psycho· 2009 Bal. 14 05:04:48