Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
About Me

If I am not mulling over a problem there is definitely something wrong! :)

Interests
computers, internet, web design
PC Specs
a little old and slow, but not for long! :)
Favorite Tags

9 Posted Topics

Member Avatar for sunflowerz

Hi there! :) I am currently creating a website that needs to be editable by the client and have been looking into free online WYSIWYG editors. I have been focusing on FCKeditor, but also looking into TinyMCE. I managed to partly integrate FCKeditor - it saves the text, but doesn't …

Member Avatar for MoonKa
0
134
Member Avatar for LindaF

For typing up PHP (and other languages too) I use notepad++. A guy in my class found it. Best thing is that it's a free application! No trial periods! :)

Member Avatar for fatihpiristine
0
619
Member Avatar for sunflowerz

Hi there, My current computer is a little slow and I am wondering if it's better to upgrade it or start over. I have found a cheapish computer system am wondering what Pentium it is equivelent to. Current Computer CPU: Pentium 2 HDD: 80 Gig (originally 6 Gig) RAM: around …

Member Avatar for sunflowerz
0
126
Member Avatar for cancer10

Hi cancer10, I'd say that it is in the POST variable editor1... [code]<script type="text/javascript"> var editor1 = new WYSIWYG_Editor('[B]editor1[/B]'); editor1.display(); </script>[/code] You would (on the page that the form POSTS to) have something like: [code]<?php $newContent = $_POST['editor1']; ?>[/code] Your text would then be in the $newContent variable. Hope this …

Member Avatar for sunflowerz
0
92
Member Avatar for ~s.o.s~

I have to agree with Anonymusius, your first reaction is to post and say thanks... a nice thought, but very annoying for others when the thread keeps resurfacing. Maybe it should be that some older threads (especially those which have been solved if it was a Q/A for a problem) …

Member Avatar for Dani
0
241
Member Avatar for jyan

[COLOR=#007700][COLOR=black]Instead of:[/COLOR][/COLOR] [php] $loginquery = "SELECT * FROM Users WHERE Username = '{$uname}' AND Password = '{$pword}' ORDER BY UserID"; if(!$loginresult = mysql_query($loginquery, $connection)) $error = "No connection."; if (mysql_num_rows($loginresult) != 1){ $error .= "Username / password error!"; }[/php][COLOR=#007700] [COLOR=#007700]Try this:[/COLOR] [/COLOR] [php] $loginquery = mysql_query("SELECT * FROM Users WHERE …

Member Avatar for sn4rf3r
0
173
Member Avatar for Astegiano

Hi Astengiano! I have had a quick look, but I have not created/seen anything like this, so I can't see any errors in the code...sorry. The error relates to mysql_fetch_assoc() so you could try looking at the php.net website and reading that function's information. This may or may not be …

Member Avatar for Astegiano
0
144
Member Avatar for JamesDB

[quote=dhundee;244822]uhmnnnn... just wondering... how did you come up with that name "nameslot"... it sounds like an online gaming to me... samething like slot machine.. or lottery or something.. :D .... sorry was just wondering.. :)[/quote] Hi dhundee, nameslot is a user that posted a bit further up on the thread. …

Member Avatar for dhundee
0
322
Member Avatar for sunflowerz

:cheesy: Hi everyone! :cheesy: I'm currently studying web design (PHP, MySQL, XHTML, Dreamweaver, Flash, Photoshop, etc) and am planning on pursuing this interest as a career. I hope that I know enough to help out on this site by answering questions, not just asking them! My previous studies include IT …

Member Avatar for happygeek
0
152

The End.