Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I need some help with my web site... I am pretty new to the whole server side programing stuff. I've done mostly HTML and non-web stuff like VB and ADO etc. Anyways... I have used mysql for some VB stuff and was wondering if it was the best thing to implement with my new site.
I have a site, where I want it to grab all text from a database. I want to add the text through a private form.
Here is the code for the form that I have:
Code:
[syntax="html"]<h4 class="top">Add page...</h3>
<form name="blogarchiveform" id="blogarchiveform" action="">
<br><br>Photo path
<input class="button" type="file" name="done" value="done" />
<br><br>Thumbnail path
<input class="button" type="file" name="done" value="done" /><br /><br />
<label for="text">Category:</label><br />
<textarea id="text" name="text"style="height:3"></textarea><br /><br />
<label for="text">Date:</label><br />
<textarea id="text" name="text" style="height:17px" cols="20"></textarea><br /><br />
<label for="text">Month: <i>August 2007</i></label><br />
<textarea id="text" name="text" style="height:17px" cols="20"></textarea><br /><br />
<label for="text">Time:</label><br />
<textarea id="text" name="text" style="height:17px" cols="20"></textarea><br /><br />
<label for="text">Title:</label><br />
<textarea id="text" name="text" style="height:17px" cols="50"></textarea><br /><br />
<br /><br />Write a comment<br />
<label for="text">Comment:</label><br />
<textarea id="text" name="text" rows="10" cols="50"></textarea><br /><br />
<br />
<input class="button" type="submit" name="post" value="Send" />
</form>
Can anyone tell me how to do this, or if MySql is even the way to go? I'm currently using PHP, btw.
If anyone is willing to talk to me over IM to help me, I would appreciate that as well.
Thanks so much in advance. I really appreciate your time
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]