Search found 3 matches

by andy106
Mon Jun 29, 2009 3:25 pm
Forum: PHP - Code
Topic: using Fopen to create a file from <input>
Replies: 3
Views: 63

using Fopen to create a file from <input>

Hi So I am trying to write a scritp that can create a file and name the file name from the <input> tag. here si what i have:   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3...
by andy106
Mon Oct 20, 2008 7:15 pm
Forum: PHP - Code
Topic: php/mysql pagination
Replies: 2
Views: 299

Re: php/mysql pagination

Hi Thanks for your response, which section is that for?
by andy106
Mon Oct 20, 2008 4:59 pm
Forum: PHP - Code
Topic: php/mysql pagination
Replies: 2
Views: 299

php/mysql pagination

Hi and thank you for reading my post. I have this pagination script and everything seems to work expect from when I click on the next page it dosent actually jump to next page, can anyone please help me with correcting this? here is the code: <?php // Connects to your Database mysql_connect("lo...