Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~2K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for LastMitch

Try: $rscats = mysql_query("SELECT * FROM pages WHERE pagename ='$page'"); while ($rowcats = mysql_fetch_array($rscats)) { ... }

Member Avatar for LastMitch
0
164
Member Avatar for Red Dragon

Hi, I have a form which saves a string of text to a database with rawurlencode() which adds things like space characters (%20) and newline characters (%0D%0A), however, when I use rawurldecode() on this string it only decodes the space characters, and ignores all the newlines, by simply printing them …

Member Avatar for diafol
1
583
Member Avatar for pgmarco
Member Avatar for khajvah

Try [www.lynda.com](http://www.lynda.com) if you're after video tutorials for all of the above, I found the one's they have for CSS to be quite useful. As for books on those subjects, the only one I've read (still currently reading) is *Javascript: The Definitive Guide* by David Flanagan (5th Edition, O'Reilly Publishing), …

Member Avatar for Red Dragon
0
315
Member Avatar for Red Dragon

Hi, i'm just trying to make a simple 'contact us' form which emails me with the contents of each form field, here's what i have: HTML -------- <form action="contact.php" method="post" name="contact"> *Full Name<br /> <input name="name" type="text" /><br /><br /> *Email:<br /> <input name="email" type="email" /><br /><br /> *Message:<br /> …

Member Avatar for Red Dragon
0
390
Member Avatar for Red Dragon

the aim of this programme is to create a .txt file (of which the name is specified by the user) of all the items in a certain directory (also specified by the user) the problem is about half way down, the 'mydir' bit [CODE] #include <iostream> #include <fstream> #include <string> …

Member Avatar for Red Dragon
0
360

The End.