No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi I think you can try to use mod_rewrite in .htaccess to manipulate the url and redirect to index.php if the URL change in the address bar.
Hi ddggttff a possible reason i could think of is: 1) For the paypal button you saved. The Buttons redirection link should be pointing to another page (e.g. success.php or failure.php) other than ipn.php. ipn.php read the post from paypal system and add cmd than it post back to the …
Sorry have you include("db.php") to connect to your database?
[CODE] <?php $link=rand(1, 2); if($link==1){ $link="daniweb.com"; } else if($link==2){ $link="yahoo.com"; } header( 'refresh: 0.01; url=http://www.$link' ); ?> [/CODE] Maybe something link that
nl2br is the function which assist you to change [B]enter[/B] as jump line. Hope it helps [QUOTE=zippee;157684]In the webpage you can use str_replace: $text = $row['text']; $text = str_replace("\n", "<br>", $text); echo $text; To prnt in one line, ignore the str_replace part.[/QUOTE]
The End.
Mckcvision