Ask friends and family, even if it's for free.
Do some research of local businesses, see if they need a site or need their current one updated.
Checkout freelance sites, we have a section here: http://forums.phpfre...hp-freelancing/
Male
Posted by Maq
on 01 April 2013 - 05:03 PM
Ask friends and family, even if it's for free.
Do some research of local businesses, see if they need a site or need their current one updated.
Checkout freelance sites, we have a section here: http://forums.phpfre...hp-freelancing/
Posted by Maq
on 25 March 2013 - 11:34 AM
Posted by Maq
on 08 February 2013 - 06:24 PM
Posted by Maq
on 17 January 2013 - 01:58 PM
This is my table, I didn't make report_id 'unique' or 'primary', so what gives?
PRIMARY KEY (`report_id`)
Posted by Maq
on 03 December 2012 - 11:10 AM
<?php
// Report all PHP errors
error_reporting(E_ALL);
error_reporting(-1);
$husdjur = new DOMDocument();
$husdjur->loadHTMLFile("test.html");
$xpath = new DOMXPath($husdjur);
$xpath->registerNamespace("xmlns", "http://www.w3.org/1999/xhtml");
$tableRows = $xpath->query('/html/body/table/tbody/tr[1]/td[1]');
foreach($tableRows as $result)
{
echo $result->nodeValue;
echo "\n";
}
?>
Posted by Maq
on 19 November 2012 - 02:51 PM
OOP
- powerful
- very clean and well organized
- neat result
Procedural
- Easier
Posted by Maq
on 19 November 2012 - 11:41 AM
Posted by Maq
on 23 October 2012 - 07:18 AM
WHERE id < 100 AND quantity > 0 ORDER BY id DESC');
Community Forum Software by IP.Board
Licensed to: Philip Lawrence, PHP Freaks

Find content