• Home
  • About
  • Contact Us
  • Gallery
  • Video
  • Archives
  • Site Map
Grab the RSS feed

FlashBannerOnline

FlashBannerOnline
  • Home
  • FlashBannerOnline
  • Free Downloads
  • General
  • Tutorials
    • Adobe AIR
    • CSS
    • Fireworks
    • Flash
      • ActionScript
    • FLEX
    • Javascript
      • JQuery
      • MooTools
    • PHP

Archive for "PHP"

  • PHP, Tutorials

    Posted on June 9th, 2011

    Written by Behrouz Pooladrag

    Tags

    banner online "banner online"

    optimize PHP code performances

    optimize PHP code performances

    If a method can be static, declare it static. Speed improvement is by a factor of 4. echo is faster than print.(* compare with list from phplens by John Lim) Use echo’s multiple parameters instead of string concatenation. Set the maxvalue for your for-loops before and not in the loop. Unset your variables to free [...]

  • PHP

    Posted on September 5th, 2010

    Written by Behrouz Pooladrag

    Tags

    as3.0 drop object, as3.0 external php variables, inline xml flash, PHP, PHP 5, php simple xml parse, SimpleXML, simplexmlelement online, XML, xml to php 5 class

    SimpleXML Class in PHP 5

    SimpleXML Class in PHP 5

    the full XML Parser class was used, which requires tons of lines of code and extra time. In PHP5, we can use the Simple XML class to quickly parse XML in as few as two lines of code. Our Extensible Markup Language Text I’m using the same text as Jubba’s XML Parsing tutorials, except I [...]

  • PHP, Tutorials

    Posted on October 13th, 2009

    Written by Behrouz Pooladrag

    Tags

    aweber custom form curl php, cURL, curl post aweber form, curl_close, curl_exec, curl_init, curl_setopt, PHP, post php aweber, web

    Smart Sample Post PHP vars without form (cURL)

    Smart Sample Post PHP vars without form (cURL)

    Smart Sample Post PHP vars without form (cURL) You have to have cURL enabled. Take a look: <?php $email = $_POST['email']; $ch = curl_init(‘http://www.aweber.com/scripts/addlead.pl’); curl_setopt ($ch, CURLOPT_POST, 1); curl_setopt ($ch, CURLOPT_POSTFIELDS, “from=”.$email.”&name=somename &meta_web_form_id=1829234431&meta_split_id=&unit=rm101-sign-up &redirect=http://www.aweber.com/form/thankyou_vo.html& meta_redirect_onlist=&meta_adtracking=&meta_message=1 &meta_required=from&meta_forward_vars=0″); curl_exec ($ch); curl_close ($ch); ?> oops , Finish

  • PHP, Tutorials

    Posted on October 11th, 2009

    Written by Behrouz Pooladrag

    Tags

    Banner, basic php include, blog.flashbanneronline.com, FlashBannerOnline.com, include, PHP, web

    Basic Using the PHP Include Command

    Basic Using the PHP Include Command

    This tutorial will teach you the very basics on how to use a PHP #include command. The #include command is used to insert the content of an external HTML page into an existing PHP page. For example, the header and footer of this page you are reading right now are actually external files which are [...]

  • PHP, Tutorials

    Posted on October 9th, 2009

    Written by Behrouz Pooladrag

    Tags

    "polygon to json" google api map, awk convert mysql to json, conver mysql to json, convert a mysql dump to json, convert from mysql to json, convert json data to mysql sed, convert json sql, convert json to mysql, convert json to mysql using python, convert json to select mysql, convert json to sql, convert json value by query on mysql, convert mysql array to json, convert mysql into json data, convert mysql polygon to json, convert mysql query to json, convert mysql query to json using .net example, convert mysql rowset to json, convert mysql t0o json, convert mysql table json, convert mysql to jason, convert mysql to json, convert mysql to json boolean, convert mysql to json php rest, convert mysql to json php using reset, convert php json, convert php mysql response to json, convert plist to json mysql, convert result query mysql by java to json format, converting mysql array to json, converting mysql full db in json format, converting mysql to json, converting mysql to json, display, convertir mysql json, dump mysql in json, dump mysql to json, encode mysql query into json, encode mysql query using json in codeigniter, encode_json mysql, export data from mysql to json, export mysql as json, export mysql db as json, export mysql php json, export mysql query json, export mysql query results json, export mysql to json, export mysql to json windows, feed mysql data to json, flex json php mysql, gráficos javascript mysql#sclient=psy, how to convert array from mysql to json, how to convert mysql data to json, how to convert mysql table to json with php pdf, how use json_decode in mysql query runtime, import json mysql, import json to mysql, import mysql to json, java convert query mysql to json, jquery json parse mysql query, JSON, json and mysql, json decode in a mysql query, json encode decode mysql, json encode mysql result flash, json from mysql json_decode, json mysql, json mysql parse procedure, json mysql procedure formatting, json mysql tutorial, json object from mysql stored procedure jsp, json php mysql, json serialize,myquery,mysql, json to sql convert, json view mysql, json_decode after mysql, json_decode to mysql, json_decode with mysql, json_encode examples mysql, json_encode mysql, json_encode mysql typ, json_encode online, json_encode text mysql, Mysql, mysql convert json, mysql convert sql to json, mysql convert to json, mysql dans json_encode, mysql dump as json, mysql dump json, mysql et json_encode, mysql export json, mysql export to json, mysql fetch array json, mysql fetcharray convert to json, mysql format as json, mysql function convert to json, mysql function json convert, mysql import json, mysql import json jdbc, mysql insert to json converter, mysql json converter, mysql json decode, mysql json encode, mysql json parse, mysql json tutorial, mysql json_decode equivalent, mysql json_encode dreamweaver, mysql json_parse, mysql parse json, mysql parse json django, mysql parse json_decode, mysql query decrypt json object, mysql query json_encode dojo datagrid, mysql query json_encode($myarray);, mysql query with json_decode, mysql recursive json, mysql recursive json_encode, mysql stored procedure convert json, mysql text, convert to json, mysql to json, mysql to json convert, mysql to json converter, mysql to json export, mysql to json format, mysql to json php, mysql 转json, mysql_query json encode, PHP, php "json to mysql", php encode_json mysql result, php flash json, php json tutorial mysql, php mysql json, php mysql json example, php mysql json export, php mysql json_encode column rename, polygontojson, rails convert mysql result to json, send json to mysql stored procedures, serialize mysql json, storedprocedure for json, tot, transform mysql call to json, transform mysql table json, เปลี่ยน json to mysql

    Convert MYSQL to JSON by PHP

    Convert MYSQL to JSON by PHP

    I did not find any function to convert the result of a MySQL query directly into JSON notation, so I made my own function. The first parameter is the result of the query, without any parsing, just the output of mysql_query function, the second parameter is the name you want to give to your JSON [...]

  • PHP, Tutorials

    Posted on October 9th, 2009

    Written by Behrouz Pooladrag

    Tags

    connection, PHP, speed

    Connection speed with php

    Connection speed with php

    One of the hardest script you can find in internet is the one that determines connection speed of a surfer visiting our site. From today it’s not anymore a problem (even if nobody had nightmares before…) because we will make a php script in order to fill such lack. Let’s start coding… <?php $kb=512; echo [...]

  • Ad Ad

  • FlashBannerOnline.Com

  • Subscribe

    Enter your email address:

    | More

  • Blogroll
    • Random Flash Banner!
  • Tag Cloud

    • 3D actionscript addChild addEventListener Adobe AIR Air Animation AS2 AS3 as3 preloader Banner beginFill BitmapData blog.flashbanneronline.com Class CSS Date Class draw Flash flash.net.URLLoader flash banner free flash banner generator flash banner happy new year flashbanneronline FlashBannerOnline.com flash banner online free flash player function game getChildIndex Javascript lightbox Loading new year flash banner Object Optimization package PHP Sprite tot Tweener URLLoader URLRequest web XML
  • Recent Comment
    • Behrouz Pooladrag on Flash Optimization – Freezing And Unfreezing Objects
    • Valerie on Flash Optimization – Freezing And Unfreezing Objects
    • FlashLord on RSS Reader for FlashBannerOnline Blog!
    • Behrouz Pooladrag on Using ActionScript 3.0 with PHP Loading External Variables
    • LUN on Using ActionScript 3.0 with PHP Loading External Variables
  • RSS FlashBannerOnline
    • Happy New Year 2012 & Gift!
    • New Templates Oval Light Added to Flash Banner Online
    • FlashBannerOnline started in Arabic language
    • Happy New Year 2011
    • New Templates Christmas 2011 Added at Christmas!
    • New Templates angel animate Added to Flash Banner Online
    • Added Tow New Preloader (Pro Preloader , Rotate Preloader)
    • Happy New Year , by new Theme (Christmas 2010)
  • Add to Technorati Favorites

    Subscribe
  • Google
    Custom Search

Copyright © 2009 FlashBannerOnline - Powered by Wordpress.

FBO by