Search:
Type: Posts; User: Nifrpe
Search :
Search took 0.01 seconds.
Nevermind, I got it to work. I replaced this line in the display page:
echo $row['articleBody'];
-with-
echo wordwrap($row['articleBody'],60,"<br />\n");
Thanks, althought I tried that and it didn't really make a difference. I'm using MySQL, should I add a property? Thanks
Hi, I'm trying to make a blog for a website that I'm making for a group I'm in. It has three pages:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
...
thanks, but do you have any suggestions on how to change it? I've tried a couple things, however, it hasn't helped much. I'm only a novice on Java, so is there some super cool class that can help?
Hi everyone, I was wondering if you could help me with a logic error. Look at this program for a minute:
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JButton;...
Hi. I have this script, where I want it to use a multi-user login. the code is below.
var username=window.prompt('Enter your Username');
var password=window.prompt('Enter your Password');
if...