<?xml version="1.0" encoding="utf-8" ?>




























 









<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
  <title>Killersites.com Forum (Forum: PHP Programming)</title>
  <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/index"/>
  <modified>2009-11-21T22:39:56-05:00</modified>
  <tagline> ATOM Feed of Killersites.com Forum (Forum: PHP Programming)</tagline>
  <copyright>Copyright by this site owner</copyright>
  <author>
    <name>Killersites.com Forum Editor</name>
    <email></email>
  </author>
  <id>http://www.killersites.com/mvnforum/mvnforum/rsssummary</id>
  <generator>mvnForum Feed Generator 1.2.1 GA</generator>

  <entry>
    <title>New JQuery Video Tutorial Course</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13311"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13311</id>
    <issued>2009-09-03T13:40:47-04:00</issued>
    <modified>2009-09-03T13:40:47-04:00</modified>
    <content>Hi,

I&#39;m not one to promote our stuff regularly, but I would like to announce our new [url=http://www.killerjavascript.com/beginners-jquery/]JQuery video tutorial course[/url] .

Though not strictly related to PHP, JQuery is a very popular Javascript library that many PHP programmers find themselves working with.

Besides straight JQuery videos, we do get into some PHP specific ...</content>
    <author><name>admin</name></author>
  </entry>

  <entry>
    <title>FTP with PHP</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13263"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13263</id>
    <issued>2008-12-17T14:33:50-05:00</issued>
    <modified>2008-12-17T14:33:50-05:00</modified>
    <content>Hi guys, new poster here! Also new to PHP. I&#39;m trying to have an FTP access page on my companies website that will allow our customers to log in and submit or retrieve files from our FTP server in house. The username dictates the directory on our server that they can access. I tried to download a PHP script and add it to our website but for some reason it&#39;s not working properly(takes forever and ...</content>
    <author><name>azteck2</name></author>
  </entry>

  <entry>
    <title>My PHP code is producing infinite loop</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13119"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13119</id>
    <issued>2008-12-04T13:34:57-05:00</issued>
    <modified>2008-12-17T09:20:36-05:00</modified>
    <content>I am having problems with my website.  When trying to check out on the checkout.php page the code is producing an infinite loop which of course is not allowing the page to show up.  I don&#39;t have much experience in php coding so I don&#39;t really know what to look for to stop it.  I will paste the code below.  I hope I&#39;m not being too vague but as I stated earlier I don&#39;t really know what I&#39;m talking ...</content>
    <author><name>dailygraphics</name></author>
  </entry>

  <entry>
    <title>loading a page when condition is met</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13253"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13253</id>
    <issued>2008-12-16T19:58:35-05:00</issued>
    <modified>2008-12-16T19:58:35-05:00</modified>
    <content>I would like to have a login form that upon successful submission, a new page would load to the forum I have. I dont want just a url but the actually main page to the forum to load. How would I accomplish this?</content>
    <author><name>hidden_within</name></author>
  </entry>

  <entry>
    <title>dif between &quot;while vs do...while&quot; ?????</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13240"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13240</id>
    <issued>2008-12-16T02:11:51-05:00</issued>
    <modified>2008-12-16T06:30:58-05:00</modified>
    <content>Please explain the difference between while and do.....while in Loops.

Thank you.</content>
    <author><name>Dina</name></author>
  </entry>

  <entry>
    <title>Installing everything again!</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13225"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13225</id>
    <issued>2008-12-14T16:57:10-05:00</issued>
    <modified>2008-12-15T10:20:47-05:00</modified>
    <content>After thinking it was my hard drive about to fail, it turned out to be the motherboard, great. At least my hard drive is OK and installed into it&#39;s own box to be connected to this PC which finally got connected to the internet yesterday.

I originally installed Apache, Php MySql and phpmyadmin all seperately. I followed the instructions from David Powers along with his book PHP for Dreamweaver ...</content>
    <author><name>youngros</name></author>
  </entry>

  <entry>
    <title>using the $_POST</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13197"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13197</id>
    <issued>2008-12-11T14:16:00-05:00</issued>
    <modified>2008-12-12T22:11:35-05:00</modified>
    <content>&lt;html&gt;
&lt;head&gt;
   &lt;title&gt;Form&lt;/title&gt;
   &lt;body&gt;
  Name: &lt;input type=&quot;text&quot; name=&quot;name&quot; /&gt;
Age:
&lt;input type=&quot;text&quot; name=&quot;age&quot; /&gt;
&lt;input type=&quot;submit&quot; value=&quot;send&quot; /&gt;


Welcome &lt;?php 
echo $_POST([&quot;name&quot;]); 
?&gt;.&lt;br /&gt;
You are &lt;?php 
echo ...</content>
    <author><name>badboy1245</name></author>
  </entry>

  <entry>
    <title>php beginer</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13075"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13075</id>
    <issued>2008-12-01T00:37:20-05:00</issued>
    <modified>2008-12-12T18:24:44-05:00</modified>
    <content>Could u suggest me some materials to learn PHP good and deep...

Waiting for reply...</content>
    <author><name>nishithkant@esoft</name></author>
  </entry>

  <entry>
    <title>page redirection</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13206"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13206</id>
    <issued>2008-12-12T08:48:24-05:00</issued>
    <modified>2008-12-12T09:20:03-05:00</modified>
    <content>Hi there.

I want my website to be accessed by both ?pc and cell phones browsers?. Since the monitor sizes of both pc?s and cell phones are not equal, I have developed two index pages.
1)	index.php for pc browsers
2)	index2.php for cell phone browsers.
Both pages are XHTML compliant.

What I want is that when a visitor enters eg mysite.com from his cell phone browser, he should be ...</content>
    <author><name>phex</name></author>
  </entry>

  <entry>
    <title>Form Successful Submission Message</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13150"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13150</id>
    <issued>2008-12-07T17:52:56-05:00</issued>
    <modified>2008-12-10T12:27:30-05:00</modified>
    <content>Hi,

I am trying to figure out how to display a message that indicates that a form has been submitted successfully. I have just one input text field in the top right corner of the page where one can enter their email address to subscribe to a newsletter. Here is the link to the page in progress...

http://www.vojodesign.com/proofs/blockedFunds

As you can see, I have a background image ...</content>
    <author><name>kitster79</name></author>
  </entry>

  <entry>
    <title>query problem</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13160"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13160</id>
    <issued>2008-12-08T17:50:47-05:00</issued>
    <modified>2008-12-08T18:36:19-05:00</modified>
    <content>Hi everyone, I am new to PHP, I wrote a script to update record suing the php script to change pssword which has been entered into database before by anothere script created for this purpose.
when the password script runs it gave me an error, I know it comes from the query but it drive me crazy anyone help please.


&lt;?php
// This page lets a user change their password.
$page_title = ...</content>
    <author><name>omarali</name></author>
  </entry>

  <entry>
    <title>spam or scripts sending blank email forms??</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13124"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13124</id>
    <issued>2008-12-05T00:57:32-05:00</issued>
    <modified>2008-12-08T12:22:34-05:00</modified>
    <content>Hello, I have a question regarding contact forms on my sites being sent blank. I have read somewhere  that if you place a captcha then the scripting or spam or whatever it is cannot send it.  [:&quot;&gt;] I don&#39;t understand it so I&#39;m having a hard time asking a question here. 

First of all, can someone tell me what is happening and is it harmful?

second - can you help me with the captcha ...</content>
    <author><name>catfish</name></author>
  </entry>

  <entry>
    <title>You have an error in your SQL syntax</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13148"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13148</id>
    <issued>2008-12-07T13:33:19-05:00</issued>
    <modified>2008-12-07T14:27:55-05:00</modified>
    <content>Hi.

I am in dire need of some assistance and I have no idea what&#39;s wrong.

- I have searched, modified, checked, updated, checked and searched with no luck -

The code: ------------------------------------------------------------

&lt;?php
include(&#39;dbcreds.php&#39;);
$q = $_POST[&#39;qid&#39;];
$Contact_Person = $_POST[&#39;Contact_Person&#39;];
$Mine = $_POST[&#39;Mine&#39;];
$Town_District = ...</content>
    <author><name>maxtar</name></author>
  </entry>

  <entry>
    <title>Search engine script needed!</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13129"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13129</id>
    <issued>2008-12-05T09:57:58-05:00</issued>
    <modified>2008-12-06T13:38:25-05:00</modified>
    <content>hello every one, I am in need of a search script that will search mySQL table, but I can&#39;t seem to get the one I have to work.......can anyone please give me a simple mySQL search script, or tell me how to make one??

Thanks</content>
    <author><name>jbwebdesign</name></author>
  </entry>

  <entry>
    <title>How to post data from mySQL into FORM on another page using variables</title>
    
    <link rel="alternate" type="text/html" href="http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13141"/>
    <id>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13141</id>
    <issued>2008-12-06T13:31:02-05:00</issued>
    <modified>2008-12-06T13:32:11-05:00</modified>
    <content>I need help.....I&#39;m creating a script......I want it to take payment information from mySQL database and calculate the info....the script is as follows......


&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;meta ...</content>
    <author><name>jbwebdesign</name></author>
  </entry>

</feed>

