Mr.SergE Posted April 7, 2009 Report Share Posted April 7, 2009 Vai šis kods ir kaut cik loģisks? Jā, tas izpildās, bet vai tas ir pareizs pēc būtības? <? function output_sql_result($objekta_nosaukums) { $res = mysql_query("SELECT * FROM testam WHERE nosaukums = '$objekta_nosaukums'"); while ($q = mysql_fetch_array($res)) { $otu = eval("?>" . $q[saturs] . "<?"); } return $otu; } print output_sql_result('#kaka1#'); print output_sql_result('#kaka2#'); ?> Quote Link to comment Share on other sites More sharing options...
Delfins Posted April 8, 2009 Report Share Posted April 8, 2009 nesaprotu, kāpēc vajag eval + ?> + <? ??? Takš atgriez vnk tekstu un viss... (ja vien tur iekšā nav kāds PHP kods?) Quote Link to comment Share on other sites More sharing options...
Mr.SergE Posted April 13, 2009 Author Report Share Posted April 13, 2009 Būtība jau ir tieši iekš tā, ka iekš datubāzes stāv html+php kods, kuru jāizpilda un tad jāizvada. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.