Help with page encoding issue and weird characters
I'm trying to write a screen scraper and when I pull out the lines of the html file that I'm interes
Sorting JTable on more than just the values listed in the columns
I have a collection of objects that store (among other things) two integer values. I only want to di
Page Reload
I am having issues getting a page to reload after I submit data to a database. This form should inp
PHP Include not working
The website is http://www.grlistingservices.com
The code block is as follows:
<
Warning: session_start() headers already sent error - Driving me Nuts!
I am trying my sister in laws site and I keep getting an error with my coding. I am more of a design
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi
php forms and database navigatio
Hello,
I'm new to php and i'd like to post the following.
I have written code to get records f
INSERT for date range
Hi all
I have the following table
Code: [Select] `date` date
`day` int(2)
`
Rss feed question
Hi
My blog and my website are different. Am i able to take my rss feed
from my blog and p
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan