- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
![]() | Re: Try: $rscats = mysql_query("SELECT * FROM pages WHERE pagename ='$page'"); while ($rowcats = mysql_fetch_array($rscats)) { ... } ![]() |
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 … ![]() | |
Re: could ur prob just be a simple typo? $row = mysql_**fecth**_assoc($result); | |
Re: 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), … | |
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 /> … | |
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> … |
The End.