<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033486" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033486</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/dcpportal-problems#comment-1194999</link>
    <description> &lt;p&gt;hi mate,&lt;/p&gt;
&lt;p&gt;thanks for your response again...after many hours wondering what was wrong all it boiled down to was that i was using the database name as &quot;dcp4&quot; instead of &quot;fowd_dcp4&quot;. As soon as i changed this, the installation went through smoothly.&lt;/p&gt;
&lt;p&gt;Once again, thanks a lot for your support in trying to get the problem sorted for me. Thank You!&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Mar 2006 21:07:35 +0000</pubDate>
 <dc:creator>swiftmed</dc:creator>
 <guid isPermaLink="false">comment 1194999 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/dcpportal-problems#comment-1194998</link>
    <description> &lt;p&gt;make sure this line: $sql = &#039;CREATE DATABASE $_POST[m_name]&#039;;&lt;br /&gt;
doesn&#039;t have the single quotes around m_name&lt;/p&gt;
&lt;p&gt;Is easier to work through it on here, I personally don&#039;t get a lot of time and posting on here allows others to pick up at diferent times (time zones).&lt;/p&gt;
&lt;p&gt;Posting the code above/on line 38 would be helpful&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Mar 2006 20:55:53 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1194998 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/dcpportal-problems#comment-1194984</link>
    <description> &lt;p&gt;Hello mate,&lt;/p&gt;
&lt;p&gt;tried that, as soon as i point my browser to the install.php file now i am getting this error&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /usr/home/fowd/public_html/install.php on line 38&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;if you can will you be able to email me direct, or via msn mesenger please? My msn messenger address is &lt;a href=&quot;mailto:dontforgetmeok@hotmail.com&quot; class=&quot;bb-email&quot;&gt;dontforgetmeok@hotmail.com&lt;/a&gt;, my email is &lt;a href=&quot;mailto:mail@swiftmediauk.co.uk&quot; class=&quot;bb-email&quot;&gt;mail@swiftmediauk.co.uk&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers mate.&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Mar 2006 14:42:42 +0000</pubDate>
 <dc:creator>swiftmed</dc:creator>
 <guid isPermaLink="false">comment 1194984 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/dcpportal-problems#comment-1194968</link>
    <description> &lt;p&gt;$db = @mysql_select_db($_POST[&#039;m_name&#039;], $conn);&lt;br /&gt;
   if (!$db) {&lt;br /&gt;
	if (mysql_create_db($_POST[&#039;m_name&#039;])) {&lt;br /&gt;
	   echo &quot;Database created successfully\n&quot;;&lt;br /&gt;
	} else {&lt;/p&gt;
&lt;p&gt;change to&lt;/p&gt;
&lt;p&gt;$db = @mysql_select_db($_POST[&#039;m_name&#039;], $conn);&lt;br /&gt;
   if (!$db) {&lt;br /&gt;
$sql = &#039;CREATE DATABASE $_POST[m_name]&#039;;&lt;br /&gt;
if (mysql_query($sql, $conn)) {&lt;br /&gt;
   echo &quot;Database $_POST[&#039;m_name&#039;] created successfully\n&quot;;&lt;br /&gt;
} else {&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The function mysql_create_db() is deprecated. It is preferable to use mysql_query() to issue a sql CREATE DATABASE statement instead.&lt;/strong&gt;&lt;br /&gt;
source = &lt;a href=&quot;http://php.net/mysql_create_db&quot; class=&quot;bb-url&quot;&gt;http://php.net/mysql_create_db&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Mar 2006 00:45:42 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1194968 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/dcpportal-problems#comment-1194964</link>
    <description> &lt;p&gt;lol you guys reply quickly on this forums...thanks for taking the time to help me out mate. the lines are....&lt;/p&gt;
&lt;p&gt;   &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$db = @mysql_select_db($_POST[&amp;#039;m_name&amp;#039;], $conn);&lt;br /&gt;&amp;nbsp;&amp;nbsp; if (!$db) {&lt;br /&gt;	if (mysql_create_db($_POST[&amp;#039;m_name&amp;#039;])) {&lt;br /&gt;	&amp;nbsp;&amp;nbsp; echo &amp;quot;Database created successfully\n&amp;quot;;&lt;br /&gt;	} else {&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Mar 2006 00:18:03 +0000</pubDate>
 <dc:creator>swiftmed</dc:creator>
 <guid isPermaLink="false">comment 1194964 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/dcpportal-problems#comment-1194963</link>
    <description> &lt;p&gt;Can you show us lines 35 and 36? if it contains username or password just put xxxx in place of them.&lt;/p&gt;
&lt;p&gt;Most scripts require you to create the database first but this is not the error, the error is a missing function&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Mar 2006 00:14:36 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1194963 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
