writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
Coding Critique
I was hoping someone could take a second and look down my code and see if they see any problems with
xml
<?php
echo "<h1>XML Articles</h1>";
$home
Placing and array within an array then sorting it!
I have a page that runs two large mysql queries and saves the results into arrays, in php I then per
Displaying a clickable playername
I am going wrong somewhere with the mysql_query, can someone please put me straight?
$playern
If a form submits back to same page do you need to use $get
IM trying to pass page number and year that was selected back to the same page.
i have this c
Using real time in php
I'm very average at PHP and im looking to introduce time to something on my site.
Its a sports si
Filtering an Array Based on Value
I have a very simple script set up that pulls data from a database and is output using this code:
Using unserialize()
Hi there.
I have some data in my database that is serialized.
e.g.
a:2:{i:0
Lining up columns nicely.
Hello everyone, I'm having problems with making columns line up properly. Here is my code: