<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>WebDeveloper.com - PHP</title>
		<link>http://www.webdeveloper.com/forum/</link>
		<description>Discussion and technical support for using and deploying PHP based websites.</description>
		<language>en</language>
		<lastBuildDate>Thu, 20 Jun 2013 08:28:32 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.webdeveloper.com/forum/images/misc/rss.png</url>
			<title>WebDeveloper.com - PHP</title>
			<link>http://www.webdeveloper.com/forum/</link>
		</image>
		<item>
			<title>Need to fetch latest tweets wihtout using API using PHP.</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279797-Need-to-fetch-latest-tweets-wihtout-using-API-using-PHP&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 06:33:43 GMT</pubDate>
			<description>I need to fetch latest tweets from twitter of specific user to show on my home page, But its API gives me rate limit error. 
So, is it possible for me to fetch my latest tweets without making use of API and how to get that using PHP?</description>
			<content:encoded><![CDATA[<div>I need to fetch latest tweets from twitter of specific user to show on my home page, But its API gives me rate limit error.<br />
So, is it possible for me to fetch my latest tweets without making use of API and how to get that using PHP?</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>bhushan33</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279797-Need-to-fetch-latest-tweets-wihtout-using-API-using-PHP</guid>
		</item>
		<item>
			<title>Attendance database setup for employee plz help soon</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279793-Attendance-database-setup-for-employee-plz-help-soon&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 02:30:57 GMT</pubDate>
			<description>I am doing employee management system. I have no idea, how to setup the database for employee attendance. Help me soon.</description>
			<content:encoded><![CDATA[<div>I am doing employee management system. I have no idea, how to setup the database for employee attendance. Help me soon.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>sundarrajan17</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279793-Attendance-database-setup-for-employee-plz-help-soon</guid>
		</item>
		<item>
			<title>Display message for visitors from specific website</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279757-Display-message-for-visitors-from-specific-website&amp;goto=newpost</link>
			<pubDate>Wed, 19 Jun 2013 14:31:32 GMT</pubDate>
			<description><![CDATA[This code doesn't work. I would like to display a message for visitors who arrive from a specific website address. 
 
 
PHP: 
--------- 
if (strpos($_SERVER['HTTP_REFERER'], "http://www.studiopress.com") === 0) { 
--------- 
I'm using it in a custom function however i have also used it in a...]]></description>
			<content:encoded><![CDATA[<div>This code doesn't work. I would like to display a message for visitors who arrive from a specific website address.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$_SERVER</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'HTTP_REFERER'</span><span style="color: #007700">&#93;,&nbsp;</span><span style="color: #DD0000">"http://www.studiopress.com"</span><span style="color: #007700">)&nbsp;===&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">)&nbsp;{&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>I'm using it in a custom function however i have also used it in a template with PHP tags.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>braddalton</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279757-Display-message-for-visitors-from-specific-website</guid>
		</item>
		<item>
			<title>Forbidden error comes when load increases, on core PHP based site</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279723-Forbidden-error-comes-when-load-increases-on-core-PHP-based-site&amp;goto=newpost</link>
			<pubDate>Wed, 19 Jun 2013 05:07:14 GMT</pubDate>
			<description>Hello Everyone, 
 
I get the forbidden (access denied ) error , whenever the load increases on my PHP website.  
 
With few number of users, the site works fine. 
 
Could anyone suggest me some solution to eliminate this error. 
 
There is no .htaccess in the root folder.</description>
			<content:encoded><![CDATA[<div>Hello Everyone,<br />
<br />
I get the forbidden (access denied ) error , whenever the load increases on my PHP website. <br />
<br />
With few number of users, the site works fine.<br />
<br />
Could anyone suggest me some solution to eliminate this error.<br />
<br />
There is no .htaccess in the root folder. <br />
<br />
The page makes an AJAX call to a PHP page after every 1 second so as to update the timer. Can that be a reason for this error.<br />
<br />
Please if anyone having any idea about this, your replies/suggestions are welcome.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>phpwebdev</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279723-Forbidden-error-comes-when-load-increases-on-core-PHP-based-site</guid>
		</item>
		<item>
			<title>Redirect log in page</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279711-Redirect-log-in-page&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 22:00:59 GMT</pubDate>
			<description><![CDATA[To whom is this concern i have problem with log in page i am trying to redirect page on my index.php page but i couldn't ,this code i copied from your website.Right here when i going from log in page to success page i getting blank page. 
 
I think is problem here                                   ...]]></description>
			<content:encoded><![CDATA[<div>To whom is this concern i have problem with log in page i am trying to redirect page on my index.php page but i couldn't ,this code i copied from your website.Right here when i going from log in page to success page i getting blank page.<br />
<br />
I think is problem here                                    echo &quot;&lt;form action=\&quot;?op=login\&quot; method=\&quot;POST\&quot;&gt;&quot;;   because when i am trying to preview in browser on the end of the domain i have   this   :confused:\&quot;?op=login\&quot;<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
&lt;?php <br />
    session_start(); <br />
    // dBase file <br />
    include &quot;dbConfig.php&quot;; <br />
    if ($_GET[&quot;op&quot;] == &quot;login&quot;) <br />
    { <br />
    if (!$_POST[&quot;username&quot;] || !$_POST[&quot;password&quot;]) <br />
    { <br />
    die(&quot;You need to provide a username and password.&quot;); <br />
    } <br />
    // Create query <br />
    $q = &quot;SELECT * FROM `dbUsers` &quot; <br />
    .&quot;WHERE `username`='&quot;.$_POST[&quot;username&quot;].&quot;' &quot; <br />
    .&quot;AND `password`=PASSWORD('&quot;.$_POST[&quot;password&quot;].&quot;') &quot; <br />
    .&quot;LIMIT 1&quot;; <br />
    // Run query <br />
    $r = mysql_query($q); <br />
    if ( $obj = @mysql_fetch_object($r) ) <br />
    { <br />
    // Login good, create session variables <br />
    $_SESSION[&quot;valid_id&quot;] = $obj-&gt;id; <br />
    $_SESSION[&quot;valid_user&quot;] = $_POST[&quot;username&quot;]; <br />
    $_SESSION[&quot;valid_time&quot;] = time(); <br />
    // Redirect to member page <br />
    Header(&quot;Location: members.php&quot;); <br />
    } <br />
    else <br />
    { <br />
    // Login not successful <br />
    die(&quot;Sorry, could not log you in. Wrong login information.&quot;); <br />
    } <br />
    } <br />
    else <br />
    { <br />
    //If all went right the Web form appears and users can log in <br />
    echo &quot;&lt;form action=\&quot;?op=login\&quot; method=\&quot;POST\&quot;&gt;&quot;; <br />
    echo &quot;Username: &lt;input name=\&quot;username\&quot; size=\&quot;15\&quot;&gt;&quot;; <br />
    echo &quot;Password: &lt;input type=\&quot;password\&quot; name=\&quot;password\&quot; size=\&quot;8\&quot;&gt;&quot;; <br />
    echo &quot;&lt;input type=\&quot;submit\&quot; value=\&quot;Login\&quot;&gt;&quot;; <br />
    echo &quot;&lt;/form&gt;&quot;; <br />
    } <br />
    ?&gt; <br />
<br />
<br />
<br />
:confused:</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>Ado</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279711-Redirect-log-in-page</guid>
		</item>
		<item>
			<title><![CDATA[how to display last visited user's date and time in header of the webpage??]]></title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279707-how-to-display-last-visited-user-s-date-and-time-in-header-of-the-webpage&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 20:05:18 GMT</pubDate>
			<description><![CDATA[how to display last visited user's date and time in header of the webpage??:confused:]]></description>
			<content:encoded><![CDATA[<div>how to display last visited user's date and time in header of the webpage??:confused:</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>tysonvit</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279707-how-to-display-last-visited-user-s-date-and-time-in-header-of-the-webpage</guid>
		</item>
		<item>
			<title>How to fix Fatal Error PHPExcel: Memory Limit Exhausted while reading XLSX file of 5M</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279697-How-to-fix-Fatal-Error-PHPExcel-Memory-Limit-Exhausted-while-reading-XLSX-file-of-5M&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 16:41:10 GMT</pubDate>
			<description>I am facing this problem while reading an XLSX files having 40,000 plus rows and 7 columns having 5MB+ file size with PHPExcel. 
 
The error description is given here: 
 
 
HTML: 
--------- 
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in ........</description>
			<content:encoded><![CDATA[<div>I am facing this problem while reading an XLSX files having 40,000 plus rows and 7 columns having 5MB+ file size with PHPExcel.<br />
<br />
The error description is given here:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML Code:</div>
	<hr /><code class="bbcode_code">Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in .....</code><hr />
</div>Can you please suggest me a solution to this problem?<br />
<br />
Thanking you in anticipation.<br />
<br />
Best Regards,<br />
Rao Rafique.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>raorafique</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279697-How-to-fix-Fatal-Error-PHPExcel-Memory-Limit-Exhausted-while-reading-XLSX-file-of-5M</guid>
		</item>
		<item>
			<title>PHP Rookie Here: Contact Form Issue...help please!</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279691-PHP-Rookie-Here-Contact-Form-Issue-help-please!&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 14:47:23 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
So I'm a PHP rookie that is working on a website for my web design work. I will just post the code and see if anyone can help me find the solution. Firefox says that "Parse error: syntax error, unexpected T_ELSE, expecting '(' in contact.php on line 38". So I've tried changing some...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
So I'm a PHP rookie that is working on a website for my web design work. I will just post the code and see if anyone can help me find the solution. Firefox says that &quot;Parse error: syntax error, unexpected T_ELSE, expecting '(' in contact.php on line 38&quot;. So I've tried changing some things around based upon info I've found on various forums, but to no avail. Here's the code. Thank you all for your help!<br />
<br />
BTW line 38 is the &quot;if else{&quot; line a few lines up from the bottom.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;?php<br />
<br />
$EmailFrom = $_REQUEST['email']; <br />
$Email_To = '(my email)'; // Your email address here<br />
$Subject = &quot;Contact form&quot;;<br />
$Name = Trim(stripslashes($_POST['name'])); <br />
$Email = Trim(stripslashes($_POST['email'])); <br />
$Message = Trim(stripslashes($_POST['message'])); <br />
<br />
// validation<br />
$validationOK=true;<br />
if (!$validationOK) {<br />
&nbsp; echo &quot;Error&quot;;<br />
&nbsp; exit;<br />
}<br />
<br />
// prepare email body text<br />
$Body = &quot;&quot;;<br />
$Body .= &quot;Name: &quot;;<br />
$Body .= $Name;<br />
$Body .= &quot;\n&quot;;<br />
$Body .= &quot;Email: &quot;;<br />
$Body .= $Email;<br />
$Body .= &quot;\n&quot;;<br />
$Body .= &quot;Message: &quot;;<br />
$Body .= &quot;\n&quot;;<br />
$Body .= &quot;\n&quot;;<br />
$Body .= $Message;<br />
$Body .= &quot;\n&quot;;<br />
<br />
// send email <br />
$success = mail($EmailTo, $Subject, $Body, &quot;From: &lt;$EmailFrom&gt;&quot;);<br />
<br />
// redirect to success page <br />
if ($success){<br />
&nbsp; echo &quot;Success&quot;;<br />
}<br />
if else{<br />
&nbsp; echo &quot;Error&quot;;<br />
}<br />
&gt;?</code><hr />
</div>Note that where it says &quot;(my email)&quot; in the actual file I do have my email address there.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>bullsesye</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279691-PHP-Rookie-Here-Contact-Form-Issue-help-please!</guid>
		</item>
		<item>
			<title>Search result for add more fields script</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279687-Search-result-for-add-more-fields-script&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 14:22:09 GMT</pubDate>
			<description>1. How do i made recordset for add more fields script so that users can update later also 
2. This code is related to Parent adding family details(add more fields script is used) and much more like simple matrimony site.     
Example,My name is jone and i have three children ie jone1...</description>
			<content:encoded><![CDATA[<div>1. How do i made recordset for add more fields script so that users can update later also<br />
2. This code is related to Parent adding family details(add more fields script is used) and much more like simple matrimony site.    <br />
Example,My name is jone and i have three children ie jone1 (Age:25,Gender:male,status:divorced),jone2<br />
(Age:18,Gender:female,status:unmarried),jone3 (Age:30,Gender:male,status:separated).If user search country:japan,Age:25,Gender:male,status:divorced then use get the result for only jone1 row(add more fields <br />
script) and jone2 + jone3 does not be show in result.Keeping headname,native,country,state of parent default execute.<br />
I put all the detail in server .Please refer to this link and if you have any solution tell me or you can give me hint also. <a rel="nofollow" href="http://caringhandsrehab.in/addmore/index.php" target="_blank">http://caringhandsrehab.in/addmore/index.php</a><br />
Please help me anyone, I have to submit this project in 2 day and i am new to programming language..<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
&lt;!doctype&nbsp;html&gt;<br />&lt;html&gt;<br />&lt;head&gt;<br />&lt;meta&nbsp;charset="utf-8"&gt;<br />&lt;title&gt;Untitled&nbsp;Document&lt;/title&gt;<br />&lt;/head<br />&lt;body&gt;<br />&nbsp;&lt;form&nbsp;method="post"&nbsp;action=""&nbsp;name="form1"&nbsp;id="form1"&nbsp;&gt;&nbsp;&nbsp;&nbsp;<br />&nbsp;&lt;select&nbsp;name="search_gender"&nbsp;id="search_gender"&nbsp;&nbsp;required&nbsp;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value=""&nbsp;selected="selected"&gt;Looking&nbsp;for&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="male"&gt;male&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="female"&gt;female&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/select&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;select&nbsp;name="search_from"&nbsp;id="search_from"&nbsp;required&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value=""&nbsp;selected&nbsp;&gt;Age&nbsp;from&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="18"&gt;18&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="19"&gt;19&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="20"&gt;20&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="21"&gt;21&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="22"&gt;22&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="23"&gt;23&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="24"&gt;24&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="25"&gt;25&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="26"&gt;26&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/select&gt;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;select&nbsp;name="search_to"&nbsp;id="search_to"&nbsp;&nbsp;required&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value=""&nbsp;selected&gt;Age&nbsp;to&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="18"&gt;18&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="19"&gt;19&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="20"&gt;20&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="21"&gt;21&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/select&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;select&nbsp;name="search_status"&nbsp;id="search_status"&nbsp;required&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value=""&nbsp;selected="selected"&gt;Marital&nbsp;Status&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="unmarried"&gt;Unmarried&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&nbsp;value="widow"&gt;Widow/Widower&lt;/option&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/select&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;select&nbsp;onchange="print_offstate('offstate',this.selectedIndex);"&nbsp;id="offcountry"&nbsp;name&nbsp;="offcountry"&nbsp;required&gt;&nbsp;&nbsp;&lt;/select&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;select&nbsp;name&nbsp;="offstate"&nbsp;id&nbsp;="offstate"&nbsp;required&gt;&lt;/select&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;language="javascript"&gt;print_offcountry("offcountry");&lt;/script&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;input&nbsp;type="submit"&nbsp;name="doSearch"&nbsp;&nbsp;id="doSearch2"&nbsp;value="Search"&nbsp;/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/form&gt;<br />&lt;table&nbsp;width="960"&nbsp;border="1"&nbsp;cellspacing="0"&nbsp;cellpadding="4"&gt;<br />&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="50"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;ID&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="150"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;Head&nbsp;name&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="100"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;Native&nbsp;place&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="150"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;Name&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="60"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;Gender&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="75"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;Birthdate&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="30"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;Age&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="95"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;Relation&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="125"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;Education&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="75"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;Status&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;width="50"&nbsp;bgcolor="#CCCCCC"&gt;&lt;strong&gt;Detail&lt;/strong&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&lt;/tr&gt;<br /><span style="color: #0000BB">&lt;?php<br />$doSearch&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$_GET</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'doSearch'</span><span style="color: #007700">&#93;;<br />if(</span><span style="color: #0000BB">$_REQUEST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"search_gender"</span><span style="color: #007700">&#93;&nbsp;&lt;&gt;</span><span style="color: #DD0000">''&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">$_REQUEST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"search_from"</span><span style="color: #007700">&#93;&nbsp;&lt;&gt;</span><span style="color: #DD0000">''&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">$_REQUEST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"search_to"</span><span style="color: #007700">&#93;&nbsp;&lt;&gt;</span><span style="color: #DD0000">''&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">$_REQUEST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"search_status"</span><span style="color: #007700">&#93;&nbsp;&lt;&gt;</span><span style="color: #DD0000">''&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">$_REQUEST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"offcountry"</span><span style="color: #007700">&#93;&nbsp;&lt;&gt;</span><span style="color: #DD0000">''&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">$_REQUEST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"offstate"</span><span style="color: #007700">&#93;&nbsp;&lt;&gt;</span><span style="color: #DD0000">''</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$sql&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"select&nbsp;*&nbsp;from&nbsp;users&nbsp;u&nbsp;LEFT&nbsp;JOIN&nbsp;web&nbsp;w&nbsp;on&nbsp;(w.id&nbsp;=&nbsp;u.id)&nbsp;WHERE&nbsp;MATCH(id,full_name,native,country,state)&nbsp;AGAINST('%</span><span style="color: #0000BB">$doSearch</span><span style="color: #DD0000">%'&nbsp;IN&nbsp;BOOLEAN&nbsp;MODE)&nbsp;"</span><span style="color: #007700">;&nbsp;}<br /></span><span style="color: #0000BB">$sql_result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_query&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$connection&nbsp;</span><span style="color: #007700">)&nbsp;or&nbsp;die&nbsp;(</span><span style="color: #DD0000">'request&nbsp;"Could&nbsp;not&nbsp;execute&nbsp;SQL&nbsp;query"&nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$sql</span><span style="color: #007700">);<br />if&nbsp;(</span><span style="color: #0000BB">mysql_num_rows</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql_result</span><span style="color: #007700">)&gt;</span><span style="color: #0000BB">0</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;while&nbsp;(</span><span style="color: #0000BB">$row&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_fetch_assoc</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql_result</span><span style="color: #007700">))&nbsp;{<br /></span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"id"</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"full_name"</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"native"</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"dynname"</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"dyngender"</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"dyndob"</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"dynage"</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"dynrelation"</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"dyneducation"</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"dynstatus"</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">'?id='</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'id'</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&nbsp;&lt;/td&gt;<br />&nbsp;&nbsp;&lt;/tr&gt;<br /><span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}<br />}&nbsp;else&nbsp;{<br /></span><span style="color: #0000BB">?&gt;<br /></span>&lt;tr&gt;&lt;td&nbsp;colspan="5"&gt;No&nbsp;results&nbsp;found.&lt;/td&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #007700">}<br /></span><span style="color: #0000BB">?&gt;<br /></span>&lt;/table&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;</span>
</code></code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>muzaffar786</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279687-Search-result-for-add-more-fields-script</guid>
		</item>
		<item>
			<title>Php pear</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279671-Php-pear&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 09:41:20 GMT</pubDate>
			<description>hi, i want to use some of pear libraries like mail.ph mime.php etc 
 
 
but i am unable to include these files for some reasons: 
 
my include_path in php.ini is  .: 
 
and my server support team said pear installed on /usr/bin/pear and version is 1.9.4  
 
any body help me to use the pear...</description>
			<content:encoded><![CDATA[<div>hi, i want to use some of pear libraries like mail.ph mime.php etc<br />
<br />
<br />
but i am unable to include these files for some reasons:<br />
<br />
my include_path in php.ini is  .:<br />
<br />
and my server support team said pear installed on /usr/bin/pear and version is 1.9.4 <br />
<br />
any body help me to use the pear libraries in  my application.<br />
<br />
i have plesk installed on my server.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>mahfooz</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279671-Php-pear</guid>
		</item>
		<item>
			<title>PHP Runner Assistance -  Days Lapsed between 2 dates</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279651-PHP-Runner-Assistance-Days-Lapsed-between-2-dates&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 23:48:31 GMT</pubDate>
			<description><![CDATA[Wondering if anyone out there is experienced using PHP runner? I have built a web application which includes member details of various elements of data. I have a roster page, of which I would like to include a new field "Days lapsed" This field is to calculate automatically how many days have...]]></description>
			<content:encoded><![CDATA[<div>Wondering if anyone out there is experienced using PHP runner? I have built a web application which includes member details of various elements of data. I have a roster page, of which I would like to include a new field &quot;Days lapsed&quot; This field is to calculate automatically how many days have passed since the <b>&quot;Logbook Last Updated&quot;</b> <br />
<br />
The logbook last update field is currently auto time and date stamping in the mysql database, each time a new record is submitted by the members.<br />
<br />
Cheers<br />
Peter</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>holdenslx</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279651-PHP-Runner-Assistance-Days-Lapsed-between-2-dates</guid>
		</item>
		<item>
			<title>Help with website</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279611-Help-with-website&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 10:17:02 GMT</pubDate>
			<description>Hi  
 
I wonder if anyone can help me, the following website http://www.parkerinternational.co.uk/ looks great when i view in live view in dreamweaver but when i view in ie or firefox the logos on the header goes funny and the twitter image does not appear  
 
I really cannot understand what is...</description>
			<content:encoded><![CDATA[<div>Hi <br />
<br />
I wonder if anyone can help me, the following website <a rel="nofollow" href="http://www.parkerinternational.co.uk/" target="_blank">http://www.parkerinternational.co.uk/</a> looks great when i view in live view in dreamweaver but when i view in ie or firefox the logos on the header goes funny and the twitter image does not appear <br />
<br />
I really cannot understand what is going on, here is the header code <br />
<br />
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=ISO-8859-1&quot; /&gt;<br />
	&lt;meta name=&quot;google-site-verification&quot; content=&quot;eOODV4BJPCpl-NswV6_Qs_kd4HQD_5PrEqmdnxST12E&quot; /&gt;<br />
	&lt;link href=&quot;inc/css/default.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />
	&lt;script type=&quot;text/javascript&quot; src=&quot;inc/js/javagallery.js&quot;&gt;&lt;/script&gt;<br />
	&lt;script src=&quot;inc/js/cufon-yui.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
	&lt;script src=&quot;inc/js/Avenir_LT_Std_700.font.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
		&lt;script type=&quot;text/javascript&quot;&gt;<br />
			Cufon.replace('h1');<br />
			Cufon.replace('h2');<br />
			Cufon.replace('h3');<br />
			Cufon.replace('.telephone');<br />
		&lt;/script&gt;<br />
				&lt;script type=&quot;text/javascript&quot;&gt;<br />
		function validate_required(field,alerttxt)<br />
		{<br />
		with (field)<br />
		  {<br />
		  if (value==null||value==&quot;&quot;)<br />
		    {<br />
		    alert(alerttxt);return false;<br />
		    }<br />
		  else<br />
		    {<br />
		    return true;<br />
		    }<br />
		  }<br />
		}<br />
		 <br />
		function validate_email(field,alerttxt)<br />
		{<br />
		with (field)<br />
		  {<br />
		  apos=value.indexOf(&quot;@&quot;);<br />
		  dotpos=value.lastIndexOf(&quot;.&quot;);<br />
		  if (apos&lt;1||dotpos-apos&lt;2)<br />
		    {alert(alerttxt);return false;}<br />
		  else {return true;}<br />
		  }<br />
		}<br />
		 <br />
		function validate_form(thisform)<br />
		{<br />
		with (thisform)<br />
		  {<br />
		  if (validate_required(name,&quot;Your name must be filled out!&quot;)==false)<br />
		  {name.focus();return false;}<br />
<br />
		  <br />
		  <br />
		  if (validate_required(email,&quot;Your E-mail must be filled out!&quot;)==false)<br />
		  {email.focus();return false;}else{<br />
				if (validate_email(email,&quot;Your E-mail is not valid!&quot;)==false)<br />
				{email.focus();return false;}<br />
		  }<br />
		  if (validate_required(phone,&quot;You must fill in your phone number!&quot;)==false)<br />
		  {phone.focus();return false;}<br />
		  <br />
		  <br />
		  }<br />
		}<br />
<br />
	&lt;/script&gt;<br />
<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
	&lt;div id=&quot;pagewidth&quot;&gt;<br />
	&lt;div id=&quot;topbanner&quot;&gt;<br />
		&lt;div id=&quot;top-right&quot;&gt;<br />
			&lt;div class=&quot;telephone&quot;&gt;<br />
			CALL &lt;span&gt;0161 330 7421&lt;/span&gt; FOR A QUOTE TODAY<br />
			EMAIL: &lt;a href=&quot;mailto:info@parkerinternational.co.uk&quot;&gt;info@parkerinternational.co.uk&lt;/a&gt;<br />
			&lt;/div&gt;<br />
			&lt;div class=&quot;social&quot;&gt;&lt;a href=&quot;http://www.linkedin.com/company/parker-international-ltd&quot; target=&quot;_blank&quot; title=&quot;Follow Us on LinkedIn&quot;&gt;&lt;img src=&quot;images/linkedin.gif&quot; alt=&quot;Follow Us on LinkedIn&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://twitter.com/ParkerLtd&quot; target=&quot;_blank&quot; title=&quot;Follow Us on Twitter&quot;&gt;&lt;img src=&quot;images/twitter.gif&quot; alt=&quot;Follow Us on Twitter&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://www.facebook.com/ParkerInternationalLtd&quot; target=&quot;_blank&quot; title=&quot;'Like' us on Facebook&quot;&gt;&lt;img src=&quot;images/facebook.gif&quot; alt=&quot;'Like' us on Facebook&quot; /&gt;&lt;/a&gt;&lt;/div&gt;<br />
			&lt;img src=&quot;images/ukwa.gif&quot; alt=&quot;UKWA&quot; /&gt; &lt;img src=&quot;images/gmcc.gif&quot; alt=&quot;GMCC&quot;/&gt;<br />
		&lt;/div&gt;<br />
		&lt;div id=&quot;top-left&quot;&gt;<br />
			&lt;div id=&quot;logo&quot;&gt;&lt;a href=&quot;index.php&quot; title=&quot;Parker International Ltd - Secure Document Storage&quot;&gt;&lt;img src=&quot;images/logo.gif&quot; alt=&quot;Parker International Ltd - Secure Document Storage&quot; /&gt;&lt;/a&gt;&lt;/div&gt;<br />
			&lt;div id=&quot;top-links&quot;&gt;<br />
			&lt;a href=&quot;index.php&quot; title=&quot;Home&quot;&gt;Home&lt;/a&gt;<br />
			&lt;a href=&quot;about-us.php&quot;  title=&quot;About Us&quot;&gt;About Us&lt;/a&gt;<br />
			&lt;a href=&quot;contact-us.php&quot;  title=&quot;Contact Us&quot;&gt;Contact Us&lt;/a&gt;<br />
			&lt;/div&gt;<br />
		&lt;/div&gt;<br />
	&lt;/div&gt;<br />
	<br />
	&lt;div id=&quot;nav&quot;&gt;<br />
	&lt;div class=&quot;navlist&quot;&gt;&lt;a href=&quot;3pl.php&quot; title=&quot;3PL&quot;&gt;3PL&lt;/a&gt;&lt;/div&gt;<br />
	&lt;div class=&quot;navlist&quot;&gt;&lt;a href=&quot;secure-storage.php&quot;  title=&quot;Secure Storage&quot;&gt;Secure Storage&lt;/a&gt;&lt;/div&gt;<br />
	&lt;div class=&quot;navlist&quot;&gt;&lt;a href=&quot;warehouse-services.php&quot;  title=&quot;Warehouse Services&quot;&gt;Warehouse Services&lt;/a&gt;&lt;/div&gt;<br />
	&lt;div class=&quot;navlist&quot;&gt;&lt;a href=&quot;ecommerce-fulfilment.php&quot;  title=&quot;E Commerce Fulfilment&quot;&gt;E Commerce Fulfilment&lt;/a&gt;&lt;/div&gt;<br />
	&lt;div class=&quot;navlist&quot;&gt;&lt;a href=&quot;added-value-services.php&quot;  title=&quot;Added Value Services&quot;&gt;Added Value Services&lt;/a&gt;&lt;/div&gt;<br />
	&lt;div class=&quot;navlist&quot;&gt;&lt;a href=&quot;transport.php&quot;  title=&quot;Transport&quot;&gt;Transport&lt;/a&gt;&lt;/div&gt;<br />
	&lt;div class=&quot;navlist&quot;&gt;&lt;a href=&quot;freight-forwarding.php&quot;  title=&quot;Freight Forwarding&quot;&gt;Freight Forwarding&lt;/a&gt;&lt;/div&gt;<br />
	&lt;/div&gt;<br />
	&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;<br />
<br />
Any advice would be appreciated <br />
<br />
thanks <br />
<br />
Ruksana</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>ruks12</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279611-Help-with-website</guid>
		</item>
		<item>
			<title>some one reply how to make it</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279571-some-one-reply-how-to-make-it&amp;goto=newpost</link>
			<pubDate>Sun, 16 Jun 2013 10:10:23 GMT</pubDate>
			<description><![CDATA[i m new in php i make two pages first was first.php 
the second was insert.php the codes are below but it show Notice: Undefined index: 
how to remove this error  
thanks  
 
first page  
 
<!DOCTYPE html> 
<html> 
<body>]]></description>
			<content:encoded><![CDATA[<div>i m new in php i make two pages first was first.php<br />
the second was insert.php the codes are below but it show Notice: Undefined index:<br />
how to remove this error <br />
thanks <br />
<br />
first page <br />
<br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;body&gt;<br />
&lt;form id=&quot;firstform&quot; action=&quot;insert.php&quot; method=&quot;post&quot;&gt;<br />
&lt;center&gt; My First Page in PHP &lt;/center&gt;<br />
&lt;center&gt;Name:&lt;input type=&quot;text&quot; id=&quot;name&quot; size=20&gt;<br />
FatherName: &lt;input type=&quot;text&quot; id=&quot;fname&quot; size=20&gt; <br />
Address:&lt;input type=&quot;text&quot; id=&quot;add&quot; size=20&gt; <br />
&lt;input type=&quot;submit&quot; name=&quot;sub&quot;&gt;<br />
&lt;/form&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
<br />
insert page <br />
<br />
&lt;html&gt;<br />
&lt;body&gt;<br />
&lt;?php<br />
<br />
$con=mysqli_connect(&quot;localhost&quot;,&quot;root&quot;,&quot;khan&quot;,&quot;first&quot;);<br />
// Check connection<br />
if (mysqli_connect_errno())<br />
{<br />
echo &quot;Failed to connect to MySQL: &quot; . mysqli_connect_error();<br />
}<br />
$sql=&quot;INSERT INTO bio(name, fathername , address) <br />
VALUES<br />
('$_POST[name]','$_POST[fname]','$_POST[add]')&quot;;<br />
<br />
if (!mysqli_query($con,$sql))<br />
{<br />
die('Error: ' . mysqli_error($con));<br />
}<br />
echo &quot;1 record added&quot;;<br />
<br />
mysqli_close($con);<br />
?&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>ismail_nasar</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279571-some-one-reply-how-to-make-it</guid>
		</item>
		<item>
			<title>Notice: Undefined index:</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279569-Notice-Undefined-index&amp;goto=newpost</link>
			<pubDate>Sun, 16 Jun 2013 09:07:55 GMT</pubDate>
			<description><![CDATA[i m new in php i make two pages first was first.php 
the second was insert.php the codes are below but it show  Notice: Undefined index: 
how to remove this error  
thanks  
  
first page  
  
<!DOCTYPE html> 
<html> 
<body>]]></description>
			<content:encoded><![CDATA[<div>i m new in php i make two pages first was first.php<br />
the second was insert.php the codes are below but it show  Notice: Undefined index:<br />
how to remove this error <br />
thanks <br />
 <br />
first page <br />
 <br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;body&gt;<br />
&lt;form id=&quot;firstform&quot; action=&quot;insert.php&quot; method=&quot;post&quot;&gt;<br />
&lt;center&gt; My First Page in PHP  &lt;/center&gt;<br />
&lt;center&gt;Name:&lt;input type=&quot;text&quot; id=&quot;name&quot; size=20&gt;<br />
FatherName: &lt;input type=&quot;text&quot; id=&quot;fname&quot; size=20&gt; <br />
Address:&lt;input type=&quot;text&quot; id=&quot;add&quot; size=20&gt; <br />
&lt;input type=&quot;submit&quot; name=&quot;sub&quot;&gt;<br />
&lt;/form&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
 <br />
insert page <br />
 <br />
&lt;html&gt;<br />
&lt;body&gt;<br />
&lt;?php<br />
 <br />
$con=mysqli_connect(&quot;localhost&quot;,&quot;root&quot;,&quot;khan&quot;,&quot;first&quot;);<br />
// Check connection<br />
if (mysqli_connect_errno())<br />
  {<br />
  echo &quot;Failed to connect to MySQL: &quot; . mysqli_connect_error();<br />
  }<br />
 $sql=&quot;INSERT INTO bio(name, fathername , address) <br />
VALUES<br />
('$_POST[name]','$_POST[fname]','$_POST[add]')&quot;;<br />
 <br />
if (!mysqli_query($con,$sql))<br />
  {<br />
  die('Error: ' . mysqli_error($con));<br />
  }<br />
echo &quot;1 record added&quot;;<br />
 <br />
mysqli_close($con);<br />
?&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>ismail_nasar</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279569-Notice-Undefined-index</guid>
		</item>
		<item>
			<title>Small Batch -vs- Large Batch mail</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?279529-Small-Batch-vs-Large-Batch-mail&amp;goto=newpost</link>
			<pubDate>Sat, 15 Jun 2013 01:19:35 GMT</pubDate>
			<description>I a writing a Content Management System in PHP and working on a profile update reminder script that will send an email and allow users to click a link in the email to visit their profile and update their info and preferences. 
 
This is for a closed membership group of  200-400 members and I expect...</description>
			<content:encoded><![CDATA[<div>I a writing a Content Management System in PHP and working on a profile update reminder script that will send an email and allow users to click a link in the email to visit their profile and update their info and preferences.<br />
<br />
This is for a closed membership group of  200-400 members and I expect emails to go out to individuals all at on time when admin chooses.<br />
<br />
I am almost finished with this module and have HTML form letter templates working where each members info gets filled in and they get an individual URL with key in the email.  ( also have opt-out links and options setup to be compliant with my host policies.)<br />
<br />
My question is:  <br />
Is it better to send out the emails in batches of 10-20 using AJAX or just spool all 200-400 using the PHP mail() command in succession all at one time.<br />
<br />
I do not have much server experience so I am trying to avoid pitfalls here.  If it were just a newsletter I would be sending 200-400 copies of same email but each of these will contain some unique content.<br />
<br />
Thanks...</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?16-PHP">PHP</category>
			<dc:creator>firemankurt</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?279529-Small-Batch-vs-Large-Batch-mail</guid>
		</item>
	</channel>
</rss>
