<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021689" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021689</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-would-i-do#comment-1133793</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks alot for everyones help. I&#039;ll let you know how i get on!&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Jun 2003 09:48:34 +0000</pubDate>
 <dc:creator>go2jacks</dc:creator>
 <guid isPermaLink="false">comment 1133793 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-would-i-do#comment-1133759</link>
    <description> &lt;p&gt;It alright I wasn&#039;t being mean. Just if he goes to read up on MySQL there refer to columns, rows, record sets, column types etc.&lt;/p&gt;
&lt;p&gt;Im not perfect with it either. But after spending hours on IRC in #PHP and #MySQL I learned you need to use proper or interchangable terminology or you get no where fast.&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Jun 2003 16:46:44 +0000</pubDate>
 <dc:creator>ShaneS</dc:creator>
 <guid isPermaLink="false">comment 1133759 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-would-i-do#comment-1133755</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Eskater05&#039;s termonology is not that great to follow, but the basic concepts are correct&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;lol thanks alot...i am new to PHP and MySQL myself...lol&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Jun 2003 16:15:52 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1133755 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-would-i-do#comment-1133690</link>
    <description> &lt;p&gt;the MySQL is not nessary, your could do it with a deliminated text file. However, most hosts provide you with a database option, 70% of the time MySQL. I would suggest that method as well.&lt;/p&gt;
&lt;p&gt;Eskater05&#039;s termonology is not that great to follow, but the basic concepts are correct.&lt;/p&gt;
&lt;p&gt;Dpending on if you chose to usa for processor or just learn the $_POST[] value of php, and if you learn the 4 basic MySQL functions or use a DB object like PEAR will depend on how complex in nature but versital it can be.&lt;/p&gt;
&lt;p&gt;Here are steps needed without going into coding details:&lt;br /&gt;
Create a MySQL Table with the proper column/field names and type you will need. (&lt;a href=&quot;http://www.mysql.com/&quot; class=&quot;bb-url&quot;&gt;http://www.mysql.com/&lt;/a&gt; , &lt;a href=&quot;http://www.mysql.com/doc/en/Column_types.html&quot; class=&quot;bb-url&quot;&gt;http://www.mysql.com/doc/en/Column_types.html&lt;/a&gt; )&lt;/p&gt;
&lt;p&gt;Create an HTML form with the HTML form field you will need with the buttons and a hidden field called form_submit with a value of 1&lt;/p&gt;
&lt;p&gt;Make a new file, this will be your PHP&lt;br /&gt;
file. In it you will need to have your database connection lines, an if/elseif/else series to check it the form was sbumited or not. An area to insert the data into the database (via Insert the first time around, and Update the second[this would be in your SQL query]). Then an if banch to detect if it is an update and for what user the update is for.&lt;/p&gt;
&lt;p&gt;All in all your talking a form that would take and experienced programmer maybe an hour to create at most.&lt;/p&gt;
&lt;p&gt;Give it a shot might take you a good week to make it, but once you learn the concepts it is well worth it. I started out making my first form a littler over a year ago. Now I programming CMS and other things.&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Jun 2003 04:17:49 +0000</pubDate>
 <dc:creator>ShaneS</dc:creator>
 <guid isPermaLink="false">comment 1133690 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-would-i-do#comment-1133664</link>
    <description> &lt;p&gt;MySQL/PHP&lt;/p&gt;
&lt;p&gt;make a form, that has the ability to overwrite the previously input data (i.e. Name, Address, etc.).  Call this their &quot;User Profile Page&quot; or something, and when they goto it, they fill out what they want to change and submit.  The PHP then submits each filled in field to the corresponding place in a MySQL DB table and overwrites the previous data or creates a new place.  PHP form processors should be ok for this, and just create a different MySQL variable for each field.&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Jun 2003 19:40:38 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1133664 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
