- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
Re: Hi all, thanks for ATLI code its works very well. but there is a question about my project, i'm going to create a binary tree with only 2 nodes, LEFT and Right. how can i do that with your code? thanks in advanced | |
Hi guys, I'm new in php and i'm having a problem. My problem is, how to print and save to database. here is the schema, [CODE] 1 / \ 2 3 /\ /\ 4 5 6 7[/CODE] what is php algorthym for that case?. 1 is sponsor for 2 and … | |
Re: [QUOTE=rajvinoth;1455541]Hi, You can use the given code for auto break.It will automatically add br tag to the string. [B]<?php $string = nl2br($string); ?>[/B] The above code will help you[/QUOTE] YES I agree with you just simply call this function [CODE][B]nl2br()[/B][/CODE] it will make line breaks on your record to a … | |
Re: Yes, you can google about that, that is a simple mysql query syntax. Hans | |
Re: [QUOTE=jehuie;1453320]Well, I reinstalled the wampserver and it works fine now. So I'm not sure what I did wrong before but this thing is solved. Thanks.[/QUOTE] haha, congrats dude. !! please notice if your php Short Tag is disabled you should use full open PHP tag. [B]<?php ?> instead <? ?>[/B] |
The End.