Recent content by cz1349

  1. C

    Permanently Closed Marketplace Sales Thread

    Can I get sample and more details?
  2. C

    How do YOU make money?

    Sounds good, I checked your site and looks promissing ... so small question is how promissing that really is? What is your month income VS how many time do you have to investitate to it?
  3. C

    How do YOU make money?

    Sounds good ... so what is needed for this web agency - do you have locals or some freelencers? And how do you manage them?
  4. C

    How do YOU make money?

    Yep, making money is not hard like PHP developer ... issue is time limits, working 60 hours per week will soon get over your head ...
  5. C

    I want to develop android applications.

    Not sure if this will be good help for you, but check this on google play (you have to check over web) /store/apps/details?id=eu.simple4you.android.market.analyzer It is still in alpha version, but here you will find all apps from google play, sorted by number of downloads, price, total...
  6. C

    Need help at parse in PHP

    I checked page and I think that for you will be better to parse JSON which is returned: /quotes_online/ajax/tickers=nzdchf&tz=0&callback=update_quotes...
  7. C

    sitemap generator php script which support mysql tables

    Depends how is this site created ... but best way will be create own generator, so when will be new movie added / updated / removed, then will be updated sitemap xml.
  8. C

    Help with creating static website from a form using PHP

    Depends where you are sending data, what are you sending and how (POST/GET), but I suppose that to form.php, sending client name only over GET method: <?php //GET VALUE from <input type="text" name="client_name"/> SEND OVER GET METHOD $client_name = $_GET['client_name'] //OPEN FILE NAMED...
Back
Top