1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By stephan2307

  1. JEET liked stephan2307's post in the thread Secure Encryption ... best practice.

    Great, thanks

    Mar 2, 2021
  2. JEET liked stephan2307's post in the thread PHP PDO issue.

    Yeah that what I think happened. Echoing out $field while I was looping over them wouldn't have helped as it would have bound it to the...

    Feb 10, 2021
  3. JEET liked stephan2307's post in the thread PHP PDO issue.

    I did a var_dump and it was an integer. I changed bindParam to bindValue and it seemed to have fixed the issue. What id the actual...

    Feb 9, 2021
  4. Anveto liked stephan2307's post in the thread Odd 403 issue.

    Anveto pointed out that it was a Bitninja issue.

    Oct 11, 2020
  5. JEET liked stephan2307's post in the thread Control access to videos.

    As I understand sites like Vimeo serve the best video for the viewing condition ie connection speed, mobile/laptop/screen size etc etc....

    Feb 4, 2020
  6. JEET liked stephan2307's post in the thread Control access to videos.

    yes that could work. I will think about that. thanks.

    Feb 3, 2020
  7. JEET liked stephan2307's post in the thread IIS url rewrite exception.

    Found my mistake. Changed {QUERY_STRING} to {URL} and all working now.

    Dec 16, 2019
  8. sarahk liked stephan2307's post in the thread Do "Notice" and "warnings" slow a PHP script, with no error reporting?.

    I would say yes. Notices and Errors point to code that isn't quite working as expected. I always try to have no error_log present. If...

    Nov 11, 2019
  9. JEET liked stephan2307's post in the thread Do "Notice" and "warnings" slow a PHP script, with no error reporting?.

    I would say yes. Notices and Errors point to code that isn't quite working as expected. I always try to have no error_log present. If...

    Nov 11, 2019
  10. JEET liked stephan2307's post in the thread How to store passwords and be able to reuse them later.

    Thanks @JEET for clarifying this

    Oct 29, 2019
  11. JEET liked stephan2307's post in the thread Mobile App talking to API - authentication question.

    Thanks for explaining. Just to explain, the API will not be public and as far as planned there will only be one app be made using this...

    Jun 9, 2019
  12. indyonline liked stephan2307's post in the thread Wordpress: How to create featured image from visitor uploaded image.

    I think this will help http://wordpress.org/support/topic/use-php-to-set-featured-image

    May 27, 2014
  13. deathshadow liked stephan2307's post in the thread mysql_num_rows() expects parameter 1 to be resource, null given in login.php on line 14.

    ok you should NOT be using the mysql functions as they will be deprecated at some point. use mysqli or PDO instead. please use the...

    Mar 5, 2014
  14. pitdark16 liked stephan2307's post in the thread Github vs Bitbucket.

    bitbucket. simply because I tend to work on my own but want to keep the code private. If you work in a team or collaborate with a lot of...

    Feb 20, 2014
  15. samie liked stephan2307's post in the thread Help using Regex to grab content between slashes..

    try this one $str = 'domain.com/oranges/bananas/ccccKVj1w3q/test.jpg'; preg_match('|/(cccc.*?)/|',$str,$match); print_r($match);

    Jan 30, 2014
  16. sarahk liked stephan2307's post in the thread PHP coding error-Need help.

    can you explain what is happening and if you see any error message what it is? Also it is tricky to guess what other code you have that...

    Jan 20, 2014
  17. bartolay13 liked stephan2307's post in the thread Learning about serialization of data.

    why don't you check it out yourself. var_dump(unserialize('a:2:{i:0;i:1;i:3;}')); var_dump(unserialize('s:14:"a:1:{i:0;i:3;}"'));

    Jan 15, 2014
  18. makeit easy liked stephan2307's post in the thread Buying $15 - Install my website on a dedicated server.

    If you don't have a clue how can you say that this is easy?

    Nov 20, 2013
  19. ryan_uk liked stephan2307's post in the thread PHP and scrapping help.

    I would strongly suggest not using the DOM. DOM will only work correctly if the html is structured correctly. I find that most of the...

    Nov 12, 2013
  20. sarahk liked stephan2307's post in the thread Will I Use the Databse For only Two People? and How.

    Because you are asking me to sit down and write code for you for free. I don't have the time to do stuff for free. I am happy to help...

    Nov 11, 2013