onclick problem
I have <input type="text" name="message">
<a href=page2.
LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q
extending tidy
I have problem with type-hinting and extending tidy. This code creates error:
Code: class cMyTidy
simplexml_load_file and rss problem
Hi,
I have a problem parsing an rss feed using simplexml_load_file - this is strange as i hav
Using two $_POST Function / Switch () statements, second does not work.
Hi all. I’m new to php and am having a problem getting $_POST Function / switch () to work. I
pull content
I have an existing page, domain/adverts.php which has a good PR. I've just rebuilt my site and the n
using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
Multiple websites question.
Hi, does php have any functionality that enables a programmer to extract information from a website
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
building a function with multiple outputs
I want to build a function that has multiple outputs.
I know but am not to sure how I should