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 bartolay13

  1. ryan_uk liked bartolay13's post in the thread Stupid Question.

    for me that is one of the downside of php, procedural programming, really high level type of programming (more on dynamic websites), but...

    Nov 7, 2013
  2. bitronictech liked bartolay13's post in the thread How to reduce load time of a website specially ecommerce site..

    too many to mention.. however, can you post the platforms, frameworks, languages, backend technologies, databases of your ecommerce?

    Nov 6, 2013
  3. Nigel Lew liked bartolay13's post in the thread Encryption - decryption of server data in php, mysql.

    you have encrypted userid? this is a bit confusing. please elaborate. what are you trying to do?

    Sep 10, 2013
  4. sojic liked bartolay13's post in the thread Need some advice.

    are you new to programming?

    Apr 18, 2011
  5. fixesign liked bartolay13's post in the thread My article can not be stored in a database and disappeared. Help me, friends.

    when executing a query with that kind of string use 'update table set columnOne = "'.mysql_real_escape_string($string) . '"'';

    Feb 3, 2011
  6. stephan2307 liked bartolay13's post in the thread Order by Sum of 2 queries.

    select $your_id as User_id, (select alliance from alliance where enemy = 0 and your_id = User_id) as EnemyZero,(select alliance from...

    Sep 7, 2010
  7. mike_sun liked bartolay13's post in the thread PHP help, I need to improve my wordpress size limit, still showing 2MB?Help!.

    the error is not on your .htaccess file. it is under php.ini file... are hosting this locally.?? to set your upload_max_filesize go...

    May 21, 2010
  8. imvain2 liked bartolay13's post in the thread Is there a better way to run this query?.

    i think its the optimal.. try to look for its loading time, based on my experience it more slower if you use left join.. recent...

    Feb 28, 2010
  9. Vooler liked bartolay13's post in the thread Send Email with Attachment from the File Upload.

    <? include('class.Email.php'); $Sender = 'absolute_ryann@yahoo.com'; $Recipiant = 'absolute_ryann@yahoo.com'; $Cc =...

    Oct 24, 2008
  10. ads2help liked bartolay13's post in the thread How to do auto timed refresh using JS that fetch content from sql db?.

    are you familiar with ajax? on the js side just put a t=setTimeout(ajaxfunction(),1000); and it will loop again based on the second...

    Oct 23, 2008
  11. Daniel591992 liked bartolay13's post in the thread PHP Include and Different Folders.

    echo $_SERVER['DOCUMENT_ROOT'];

    Oct 22, 2008
  12. Bhuntay liked bartolay13's post in the thread Browser, IP and Hostname Displaying Php Code.

    to get the IP <?php echo $_SERVER['REMOTE_ADDR']; ?> get the browser <?php echo $_SERVER['HTTP_USER_AGENT']; ?> hmm for...

    Sep 16, 2008
  13. whiteblue1942 liked bartolay13's post in the thread help php problem!.

    Just use a remote access to your database, in that way you wont need to think about your query its like editing your whole database...

    Apr 17, 2008
  14. tushardhoot1 liked bartolay13's post in the thread Fetch Info From MySQL Database.

    nope, you dont have to do anything in the table.. you will do this in your query $result = mysql_query("SELECT * FROM tablename"); //...

    Nov 6, 2007