Hello D3Tek -- I'd be glad to develop a Yii extension for you. I can start as soon as we negotiate the details & price, and I should have no...
As a friendly reminder, I think you mean webs scraping not scrapping and scrape instead of scrap. I thought for a minute you were advertising...
Job finished and paid. Thanks!
If your server is capable of PHP you could process it fairly simple from there too. You may want to think about putting a switch or if statement...
You're going to need to post the source code or something for anyone to be able to help you or at least a link to where we could find it.
Make sure that you're not replacing any delcared functions though... For example, if the code is $variable = 6; function myFunction...
http://www.php.net/manual/en/language.references.pass.php By reference can only be used when defining a function. The & indicates passing by...
What would be your reason for converting HTM to PHP....? I assume by HTM you simply mean HTML. Which is usually what most PHP programs output in...
Care to elaborate? http://php.net/manual/en/function.date.php Can help you with a lot. if you want to echo the week number, you can set at the...
Here's what I came up with: <?php $date = (!isset($_GET['date'])) ? time() : $_GET['date']; $day = date('d', $date); $month = date('m',...
I'm looking for work in the area of PHP/MySQL systems. Things I can Do, but am not limited to: Script installation/customization WordPress...
Well man to be honest I'm not sure where to start -- assuming you installed the mod correctly, then there is something wrong wtih the mod. Double...
Separate names with a comma.