This is a discussion on Question within the PHP General forums, part of the PHP Programming Forums category; Alvaro Rosales R. wrote: >Hi guys,I am new to PHP and I am writing my forst scripts, so ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Alvaro Rosales R. wrote:
>Hi guys,I am new to PHP and I am writing my forst scripts, so maybe this quesetion >is a kinda stupid, but it is driving me crazy, can you tell meHow can I set a line >break in long line of my code?. > More of a text editor question than a PHP question. In most text editors, just hit the "enter" or "return" key on your keyboard where you want the line break to be. -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law. |
|
|||
|
Alvaro Rosales R. wrote:
>Thank you but ,(I come from microsoft vb world, and line breaks of code could be >divided with a character(&_), so the compiler could parse it and where it finded that >character it knew that it was a line break), is there something similar in php? > No. Just put a line break. -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law. |