Jump to content

plznty

Members
  • Posts

    337
  • Joined

  • Last visited

Everything posted by plznty

  1. Hello there, my name is Ryan. I am a Web Developer from England that specialises in creating mobile-responsive websites. Whether you need a website that takes monthly payments, one-off purchases or runs ads I will take your idea and craft an elegant solution. Skills - PHP HTML5 CSS Javascript I have built user-interfaces and backend database systems, in my 10 years of web development there is little I haven't touched upon. If you are interested in my services you can contact me at: Email ryansocratous@gmail.com Skype ryanify Thank you.
  2. email me at ryansocratous@gmail.com, I can help you for a fee. Thanks
  3. No longer accepting any freelance work. Moving onto full-time projects. Thanks.
  4. Welcome man, I've been on here for many years and drop in from time to time. People were always really helpful to me when I had problems and now I try to help others, you'll like it here.
  5. I'm not sure if I understand what you mean, but try urlencode() for the data in the twitter url. I'd be happy to assist you some more if provided with a way of doing so. Unrelated note I also recommend using functions/classes to more easily organise your code, it looks a little confusing. Best of luck with your project.
  6. Beggers can't be choosers. Perhaps you should ask your tutor for a better free web hosting provider. I assume you're paying a small fortune for your education, if the quality of service is an issue for you then why not pay 10-20 cents per day to make your life easier.
  7. We all started off asking questions, I did a bunch. You'll eventually be helping others though, just stick with it
  8. Welcome John, PHPFreaks is a great place to start! I wish you the best of luck on your journey!
  9. I'm available to do small jobs and large for the next week. Send me an email and I'll reply right away!
  10. Recently finished a project and am open to taking new requests. Thanks again
  11. Hi I'm Ryan. I am 22 years of age and have been programming since I was 14. I have experience in: PHP (OOP + Procedural) HTML (HTML4 Spec and some HTML5) CSS (Responsive designs) JavaScript (AJAX) I create B2C SaaS websites and run a few 3rd party API services for other websites. If you have an idea of something you want to be made or have a problem that needs solving, feel free to email me and ill give you a quote - ryansocratous@gmail.com I look forward to hearing from you, thanks.
  12. <?php $xml=simplexml_load_file("http://x.com/demo/statefarm/id.xml"); $id = $xml->customid; echo "<iframe src='$id' allowfullscreen='no' frameborder='0' height='125' width='182'>"; ?>
  13. Place top advertisement down a bit, perhaps below the nav
  14. It seems securish to me, couldn't get into the DB. However it looks like it needs to be polished.
  15. I like it. Simple Clean Efficient Will use in future single imageshack now requires a login.
  16. Perhaps your hoster has its own max limit... I can't think of anything else I'm afraid.
  17. php_value upload_max_filesize 10M php_value post_max_size 20M in .htaccess or php.ini depending on your server
  18. font colors start with a # for example #FFFFFF
  19. I found a lot. Took around 10 minutes.
  20. I would recommend looking over some tutorials for PHP etc some more. Then when you figure out the logic behind it try and do it. If you then fail then you come back here for help on adapting the code itself.
  21. $mysqlqueryresult = ''; if ( empty($mysqlqueryresult) ) { // For default image // echo '<img src="defaultimage.jpg" />'; // For Text // echo $theQueryToGetText; } else { echo '<img src="theUrlOfTheImage.jpg" />'; } Some code would be more useful for me or others to assist you.
  22. I really don't understand what you are trying to do
  23. It is using JSON - http://stackoverflow.com/questions/1493588/php-json-management-get-a-value-from-a-decoded-json-object
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.