nascar Posted July 15, 2011 Report Share Posted July 15, 2011 Sveiki, tātad es savā lapā (topošajā) izmantoju 'seostring' funkciju... Tātad ir situācija, piemēram es rakstu jaunuma nosaukumā piemēram 'Kaspars rulē' tad viss pievienojas ar seostring linku, bet ir brīži ka man piemeram rakstot nosaukumu 'Sūdzības', mans xampp izmet error - Apache error! seostring funkcijas kods: function seostring($title) { $characters = array(" ", "?", "!", "~", "`", "@", "#", "$", "%", "^", "&", "*", "(", ")", "_", "=", "+", "[", "]", "{", "}", ":", ";", "'", '"', '\"', "|", "<", ">", ",", ".", "?", "/"); $replace = array("-", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", '', '', "", "", "", "", "", "", ""); $title = str_replace( array("ā", "Ā", "č", "Č", "ē", "Ē", "ģ", "Ģ", "ķ", "Ķ", "ļ", "Ļ", "ī", "Ī", "ū", "Ū", "š", "Š", "ņ", "Ņ", "ž", "Ž"), array("a", "a", "c", "c", "e", "e", "g", "g", "k", "k", "l", "l", "i", "i", "u", "u", "s", "s", "n", "n", "z", "z"), $title ); return strtolower(str_ireplace($characters, $replace, $title)); } Ir kāds risinājums? Kaspars. Quote Link to comment Share on other sites More sharing options...
briedis Posted July 15, 2011 Report Share Posted July 15, 2011 (edited) Ļauj minēt - lieto appserver, php6? :) Edited July 15, 2011 by briedis Quote Link to comment Share on other sites More sharing options...
nascar Posted July 15, 2011 Author Report Share Posted July 15, 2011 (edited) xampp PHP Version 5.2.1 Apache Version: Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.1 Edited July 15, 2011 by nascar Quote Link to comment Share on other sites More sharing options...
briedis Posted July 15, 2011 Report Share Posted July 15, 2011 (edited) ooo, kļūdījos. Nu ok, skaties kas ir iekš apaches error loga. Edited July 15, 2011 by briedis Quote Link to comment Share on other sites More sharing options...
nascar Posted July 15, 2011 Author Report Share Posted July 15, 2011 (edited) laikam šitais :D Error in my_thread_global_end(): 256 threads didn't exit kas tas pa zvēeru? :D Edited July 15, 2011 by nascar Quote Link to comment Share on other sites More sharing options...
briedis Posted July 15, 2011 Report Share Posted July 15, 2011 Es nezinu, pajautā google. Tak zini, ka tāda lapa ir? :) 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.