NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Convert text into Print format


Joined: 28 Nov 2006
Posts: 1
Reply with quote
Hey, i'm going to buy the software next week, when i get paid. However, there is one feature that is kinda missing.
another PHP editor has it, and it's a feature that converts text into print format, i.e
If i type '<input type="text" value="" / >'
if i'll highlight it and click on the feature's button it will replace it with.
print "<input type=\"text\" value=\"\" / >";
It will be even cooler if it could determine variables and when a variable is in it will use ' instead of " and will place the variable outside the quotes. i.e
'<input type="text" value="$var" / >' will be replaced with.
print '<input type="text" value="' . $var . '" / >';

Thanks in advanced, i'll be back next week to buy your software Wink hopefully your price will be the same (thanksgiving sale).
View user's profileFind all posts by egblueSend private message


Joined: 08 Sep 2006
Posts: 72
Location: Poland
Reply with quote
And a perfectly functional feature would be:

'<input type="text" value="' . $var . '" />' <-> ?><input type="text" value="<?= $var ?>" /><?

(:
View user's profileFind all posts by bartheqSend private message
Convert text into Print format
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic