No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: [QUOTE=PoA;135633][url]http://mysite.com/pagename[/url] [url]http://mysite.com/pagename.html[/url] Both will work in mod_rewrite. As for [url]http://mysite.com/pagename[/url], try RewriteRule ^pagename pagename.php As for [url]http://mysite.com/pagename.html[/url], try RewriteRule ^pagename.html pagename.php There is an another option you can also try called php pathinfo. [url]http://www.tutorio.com/tutorial/php-alternative-to-mod-rewrite-for-se-friendly-urls[/url] Hope it helps.[/QUOTE] May I ask : what if I want all my result pages url … | |
Re: maybe if($_SESSION['LoggeIn'] .. instead of if(Session... | |
Re: Hi, maybe you can use the str_repl() before the echo of your link $link = your DB field; $clean_link = str_repl('','',$link); echo $new_link; | |
Re: Hi, If I understand right, you have 2 files?? If this is correct have you a session_start() in your login.php? [CODE]if($login_check > 0){ [/CODE] what happends if == 0 ?? didier | |
Re: Hi, to preetg => first of all, a please or a thank you can be more friendly On line 11 you test on $cmd. Where do you define $cmd? $cmd is at that time not set, you should better test on $_GET['cmd']. Hope this help Didier | |
Re: You have select mynewtable and delete from newtable??? is this correct?? | |
Hello, Didier here. I'm 45 and live in Belgium. I'm experimented with PHP for 2 years now and getting goed things done.. My first project took me almost a year to get it right and perfect, my second will be done in less time I hope. see you didier | |
Re: hi wangome, it's difficult to help you if you don't tell more about your problems and errors. Can you be more specific? Didier |
The End.